@backstage/plugin-catalog-backend-module-aws 0.3.2-next.1 → 0.3.2-next.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 +37 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +1 -1
- package/dist/alpha.cjs.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-aws
|
|
2
2
|
|
|
3
|
+
## 0.3.2-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.20.0-next.3
|
|
9
|
+
- @backstage/backend-plugin-api@0.6.8-next.3
|
|
10
|
+
- @backstage/backend-tasks@0.5.13-next.3
|
|
11
|
+
- @backstage/catalog-model@1.4.3
|
|
12
|
+
- @backstage/config@1.1.1
|
|
13
|
+
- @backstage/errors@1.2.3
|
|
14
|
+
- @backstage/integration@1.8.0-next.1
|
|
15
|
+
- @backstage/integration-aws-node@0.1.8
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
18
|
+
- @backstage/plugin-catalog-node@1.6.0-next.3
|
|
19
|
+
- @backstage/plugin-kubernetes-common@0.7.2-next.1
|
|
20
|
+
|
|
21
|
+
## 0.3.2-next.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- cc4228e: Switched module ID to use kebab-case.
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/plugin-catalog-node@1.6.0-next.2
|
|
28
|
+
- @backstage/backend-common@0.20.0-next.2
|
|
29
|
+
- @backstage/backend-plugin-api@0.6.8-next.2
|
|
30
|
+
- @backstage/backend-tasks@0.5.13-next.2
|
|
31
|
+
- @backstage/catalog-model@1.4.3
|
|
32
|
+
- @backstage/config@1.1.1
|
|
33
|
+
- @backstage/errors@1.2.3
|
|
34
|
+
- @backstage/integration@1.8.0-next.1
|
|
35
|
+
- @backstage/integration-aws-node@0.1.8
|
|
36
|
+
- @backstage/types@1.1.1
|
|
37
|
+
- @backstage/plugin-catalog-common@1.0.18
|
|
38
|
+
- @backstage/plugin-kubernetes-common@0.7.2-next.1
|
|
39
|
+
|
|
3
40
|
## 0.3.2-next.1
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.cjs.js
CHANGED
|
@@ -16,7 +16,7 @@ require('@backstage/integration-aws-node');
|
|
|
16
16
|
|
|
17
17
|
const catalogModuleAwsS3EntityProvider = backendPluginApi.createBackendModule({
|
|
18
18
|
pluginId: "catalog",
|
|
19
|
-
moduleId: "
|
|
19
|
+
moduleId: "aws-s3-entity-provider",
|
|
20
20
|
register(env) {
|
|
21
21
|
env.registerInit({
|
|
22
22
|
deps: {
|
package/dist/alpha.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alpha.cjs.js","sources":["../src/module/catalogModuleAwsS3EntityProvider.ts"],"sourcesContent":["/*\n * Copyright 2022 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { loggerToWinstonLogger } from '@backstage/backend-common';\nimport {\n coreServices,\n createBackendModule,\n} from '@backstage/backend-plugin-api';\nimport { catalogProcessingExtensionPoint } from '@backstage/plugin-catalog-node/alpha';\nimport { AwsS3EntityProvider } from '../providers';\n\n/**\n * Registers the AwsS3EntityProvider with the catalog processing extension point.\n *\n * @alpha\n */\nexport const catalogModuleAwsS3EntityProvider = createBackendModule({\n pluginId: 'catalog',\n moduleId: '
|
|
1
|
+
{"version":3,"file":"alpha.cjs.js","sources":["../src/module/catalogModuleAwsS3EntityProvider.ts"],"sourcesContent":["/*\n * Copyright 2022 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { loggerToWinstonLogger } from '@backstage/backend-common';\nimport {\n coreServices,\n createBackendModule,\n} from '@backstage/backend-plugin-api';\nimport { catalogProcessingExtensionPoint } from '@backstage/plugin-catalog-node/alpha';\nimport { AwsS3EntityProvider } from '../providers';\n\n/**\n * Registers the AwsS3EntityProvider with the catalog processing extension point.\n *\n * @alpha\n */\nexport const catalogModuleAwsS3EntityProvider = createBackendModule({\n pluginId: 'catalog',\n moduleId: 'aws-s3-entity-provider',\n register(env) {\n env.registerInit({\n deps: {\n config: coreServices.rootConfig,\n catalog: catalogProcessingExtensionPoint,\n logger: coreServices.logger,\n scheduler: coreServices.scheduler,\n },\n async init({ config, catalog, logger, scheduler }) {\n catalog.addEntityProvider(\n AwsS3EntityProvider.fromConfig(config, {\n logger: loggerToWinstonLogger(logger),\n scheduler,\n }),\n );\n },\n });\n },\n});\n"],"names":["createBackendModule","coreServices","catalogProcessingExtensionPoint","AwsS3EntityProvider","loggerToWinstonLogger"],"mappings":";;;;;;;;;;;;;;;;AA6BO,MAAM,mCAAmCA,oCAAoB,CAAA;AAAA,EAClE,QAAU,EAAA,SAAA;AAAA,EACV,QAAU,EAAA,wBAAA;AAAA,EACV,SAAS,GAAK,EAAA;AACZ,IAAA,GAAA,CAAI,YAAa,CAAA;AAAA,MACf,IAAM,EAAA;AAAA,QACJ,QAAQC,6BAAa,CAAA,UAAA;AAAA,QACrB,OAAS,EAAAC,qCAAA;AAAA,QACT,QAAQD,6BAAa,CAAA,MAAA;AAAA,QACrB,WAAWA,6BAAa,CAAA,SAAA;AAAA,OAC1B;AAAA,MACA,MAAM,IAAK,CAAA,EAAE,QAAQ,OAAS,EAAA,MAAA,EAAQ,WAAa,EAAA;AACjD,QAAQ,OAAA,CAAA,iBAAA;AAAA,UACNE,uCAAA,CAAoB,WAAW,MAAQ,EAAA;AAAA,YACrC,MAAA,EAAQC,oCAAsB,MAAM,CAAA;AAAA,YACpC,SAAA;AAAA,WACD,CAAA;AAAA,SACH,CAAA;AAAA,OACF;AAAA,KACD,CAAA,CAAA;AAAA,GACH;AACF,CAAC;;;;"}
|
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.3.2-next.
|
|
4
|
+
"version": "0.3.2-next.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.20.0-next.
|
|
53
|
-
"@backstage/backend-plugin-api": "^0.6.8-next.
|
|
54
|
-
"@backstage/backend-tasks": "^0.5.13-next.
|
|
52
|
+
"@backstage/backend-common": "^0.20.0-next.3",
|
|
53
|
+
"@backstage/backend-plugin-api": "^0.6.8-next.3",
|
|
54
|
+
"@backstage/backend-tasks": "^0.5.13-next.3",
|
|
55
55
|
"@backstage/catalog-model": "^1.4.3",
|
|
56
56
|
"@backstage/config": "^1.1.1",
|
|
57
57
|
"@backstage/errors": "^1.2.3",
|
|
58
58
|
"@backstage/integration": "^1.8.0-next.1",
|
|
59
59
|
"@backstage/integration-aws-node": "^0.1.8",
|
|
60
60
|
"@backstage/plugin-catalog-common": "^1.0.18",
|
|
61
|
-
"@backstage/plugin-catalog-node": "^1.
|
|
61
|
+
"@backstage/plugin-catalog-node": "^1.6.0-next.3",
|
|
62
62
|
"@backstage/plugin-kubernetes-common": "^0.7.2-next.1",
|
|
63
63
|
"@backstage/types": "^1.1.1",
|
|
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.9-next.
|
|
72
|
-
"@backstage/cli": "^0.25.0-next.
|
|
71
|
+
"@backstage/backend-test-utils": "^0.2.9-next.3",
|
|
72
|
+
"@backstage/cli": "^0.25.0-next.3",
|
|
73
73
|
"@types/lodash": "^4.14.151",
|
|
74
74
|
"aws-sdk-client-mock": "^3.0.0",
|
|
75
75
|
"aws-sdk-client-mock-jest": "^3.0.0",
|