@backstage/plugin-catalog-backend-module-aws 0.2.3-next.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-catalog-backend-module-aws
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
8
+ - 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
9
+ - b4222908b0c3: Added option to configure AWS `accountId` in `AwsS3EntityProvider`
10
+ - Updated dependencies
11
+ - @backstage/backend-common@0.19.2
12
+ - @backstage/backend-plugin-api@0.6.0
13
+ - @backstage/plugin-catalog-node@1.4.1
14
+ - @backstage/integration@1.6.0
15
+ - @backstage/backend-tasks@0.5.5
16
+ - @backstage/integration-aws-node@0.1.5
17
+ - @backstage/catalog-model@1.4.1
18
+ - @backstage/config@1.0.8
19
+ - @backstage/errors@1.2.1
20
+ - @backstage/types@1.1.0
21
+ - @backstage/plugin-catalog-common@1.0.15
22
+ - @backstage/plugin-kubernetes-common@0.6.5
23
+
3
24
  ## 0.2.3-next.2
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
- "version": "0.2.3-next.2",
3
+ "version": "0.2.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-aws",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards AWS",
4
- "version": "0.2.3-next.2",
4
+ "version": "0.2.3",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -49,16 +49,16 @@
49
49
  "@aws-sdk/credential-providers": "^3.350.0",
50
50
  "@aws-sdk/middleware-endpoint": "^3.347.0",
51
51
  "@aws-sdk/types": "^3.347.0",
52
- "@backstage/backend-common": "^0.19.2-next.2",
53
- "@backstage/backend-plugin-api": "^0.6.0-next.2",
54
- "@backstage/backend-tasks": "^0.5.5-next.2",
52
+ "@backstage/backend-common": "^0.19.2",
53
+ "@backstage/backend-plugin-api": "^0.6.0",
54
+ "@backstage/backend-tasks": "^0.5.5",
55
55
  "@backstage/catalog-model": "^1.4.1",
56
56
  "@backstage/config": "^1.0.8",
57
57
  "@backstage/errors": "^1.2.1",
58
- "@backstage/integration": "^1.5.1",
58
+ "@backstage/integration": "^1.6.0",
59
59
  "@backstage/integration-aws-node": "^0.1.5",
60
60
  "@backstage/plugin-catalog-common": "^1.0.15",
61
- "@backstage/plugin-catalog-node": "^1.4.1-next.2",
61
+ "@backstage/plugin-catalog-node": "^1.4.1",
62
62
  "@backstage/plugin-kubernetes-common": "^0.6.5",
63
63
  "@backstage/types": "^1.1.0",
64
64
  "lodash": "^4.17.21",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@aws-sdk/util-stream-node": "^3.350.0",
71
- "@backstage/backend-test-utils": "^0.2.0-next.2",
72
- "@backstage/cli": "^0.22.10-next.1",
71
+ "@backstage/backend-test-utils": "^0.2.0",
72
+ "@backstage/cli": "^0.22.10",
73
73
  "@types/lodash": "^4.14.151",
74
74
  "aws-sdk-client-mock": "^2.0.0",
75
75
  "aws-sdk-client-mock-jest": "^2.0.0",