Skip to content

Commit

Permalink
chore(appkit upgrade): Updating iot-app-kit to v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mumanity authored and hwandersman committed Apr 15, 2024
1 parent 315c59e commit 37dcdc7
Show file tree
Hide file tree
Showing 5 changed files with 985 additions and 204 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.13.0

- Upgrade IotAppKit dependency from [9.6.0 to 10.2.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.6.0...root-v10.2.0)
- [10.2.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.1.0...root-v10.2.0) (2024-03-29)
- [10.1.0](https://github.com/awslabs/iot-app-kit/compare/root-v10.0.0...root-v10.1.0) (2024-03-21)
- [10.0.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.15.0...root-v10.0.0) (2024-02-28)
- [9.15.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.14.0...root-v9.15.0) (2024-02-01)
- [9.14.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.13.0...root-v9.14.0) (2024-01-18)
- [9.13.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.12.0...root-v9.13.0) (2024-01-05)
- [9.12.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.11.0...root-v9.12.0) (2023-12-18)
- [9.11.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.10.0...root-v9.11.0) (2023-12-07)
- [9.10.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.9.1...root-v9.10.0) (2023-12-07)
- [9.9.1](https://github.com/awslabs/iot-app-kit/compare/root-v9.9.0...root-v9.9.1) (2023-12-06)
- [9.9.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.8.0...root-v9.9.0) (2023-12-05)
- [9.8.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.7.0...root-v9.8.0) (2023-11-25)
- [9.7.0](https://github.com/awslabs/iot-app-kit/compare/root-v9.6.0...root-v9.7.0) (2023-11-21)

## 1.12.0

Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,20 @@
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"@aws-sdk/client-iot-events": "3.354.0",
"@aws-sdk/client-iotsitewise": "3.391.0",
"@aws-sdk/client-iottwinmaker": "3.335.0",
"@aws-sdk/client-kinesis-video": "3.354.0",
"@aws-sdk/client-kinesis-video-archived-media": "3.354.0",
"@aws-sdk/client-s3": "3.335.0",
"@cloudscape-design/components": "^3",
"@cloudscape-design/design-tokens": "^3",
"@cloudscape-design/global-styles": "^1",
"@grafana/experimental": "1.7.3",
"@iot-app-kit/core": "9.6.0",
"@iot-app-kit/react-components": "9.6.0",
"@iot-app-kit/scene-composer": "9.6.0",
"@iot-app-kit/source-iottwinmaker": "9.6.0",
"@iot-app-kit/core": "10.2.0",
"@iot-app-kit/react-components": "10.2.0",
"@iot-app-kit/scene-composer": "10.2.0",
"@iot-app-kit/source-iottwinmaker": "10.2.0",
"aws-iot-twinmaker-grafana-utils": "file:libs/aws-iot-twinmaker-grafana-utils-2.0.0.tgz",
"aws-sdk": "^2.978.0",
"cytoscape": "^3.26.0",
Expand Down
1 change: 0 additions & 1 deletion pkg/plugin/twinmaker/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ func TestFetchAWSData(t *testing.T) {
AWSDatasourceSettings: awsds.AWSDatasourceSettings{
AuthType: awsds.AuthTypeDefault,
Region: "us-east-1",
Endpoint: "https://gamma.us-east-1.twinmaker.iot.aws.dev",
},
})
require.NoError(t, err)
Expand Down
9 changes: 6 additions & 3 deletions src/datasource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
6. (Optional) AWS developers may use a custom endpoint for testing

a. Note: You cannot currently set an "Assume Role ARN" and a custom endpoint together
b. Note: Gamma endpoint : https://gamma.us-east-1.twinmaker.iot.aws.dev to test console local changes.

7. Select your region

8. Enter your TwinMaker workspace ID. Any query that uses this datasource instance will have access to resources within the workspace.
8. Click "Save & test" to load your workspaces

9. Click “Save & test”
a. The error "Missing WorkspaceID configuration" is expected to appear

9. Select your TwinMaker workspace ID. Any query that uses this datasource instance will have access to resources within the workspace.

10. Click “Save & test”

0 comments on commit 37dcdc7

Please sign in to comment.