@backstage/plugin-catalog-backend-module-incremental-ingestion 0.7.0-next.3 → 0.7.0
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 +20 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 10f693c: **BREAKING** Removed support for the legacy backend, please [migrate to the new backend system](https://github.com/backstage/backstage/tree/v1.38.0/plugins/catalog-backend-module-incremental-ingestion#installation). Also, if you were importing from the `/alpha` export of this package, you should remove the `/alpha` part.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/plugin-catalog-backend@2.0.0
|
|
13
|
+
- @backstage/backend-defaults@0.10.0
|
|
14
|
+
- @backstage/catalog-model@1.7.4
|
|
15
|
+
- @backstage/plugin-catalog-node@1.17.0
|
|
16
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
17
|
+
- @backstage/plugin-permission-common@0.9.0
|
|
18
|
+
- @backstage/config@1.3.2
|
|
19
|
+
- @backstage/errors@1.2.7
|
|
20
|
+
- @backstage/types@1.2.1
|
|
21
|
+
- @backstage/plugin-events-node@0.4.11
|
|
22
|
+
|
|
3
23
|
## 0.7.0-next.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
|
3
|
-
"version": "0.7.0
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "An entity provider for streaming large asset sources into the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"test": "backstage-cli package test"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@backstage/backend-defaults": "0.10.0
|
|
59
|
-
"@backstage/backend-plugin-api": "1.3.1
|
|
60
|
-
"@backstage/catalog-model": "1.7.
|
|
61
|
-
"@backstage/config": "1.3.2",
|
|
62
|
-
"@backstage/errors": "1.2.7",
|
|
63
|
-
"@backstage/plugin-catalog-backend": "2.0.0
|
|
64
|
-
"@backstage/plugin-catalog-node": "1.17.0
|
|
65
|
-
"@backstage/plugin-events-node": "0.4.11
|
|
66
|
-
"@backstage/plugin-permission-common": "0.9.0
|
|
67
|
-
"@backstage/types": "1.2.1",
|
|
58
|
+
"@backstage/backend-defaults": "^0.10.0",
|
|
59
|
+
"@backstage/backend-plugin-api": "^1.3.1",
|
|
60
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
61
|
+
"@backstage/config": "^1.3.2",
|
|
62
|
+
"@backstage/errors": "^1.2.7",
|
|
63
|
+
"@backstage/plugin-catalog-backend": "^2.0.0",
|
|
64
|
+
"@backstage/plugin-catalog-node": "^1.17.0",
|
|
65
|
+
"@backstage/plugin-events-node": "^0.4.11",
|
|
66
|
+
"@backstage/plugin-permission-common": "^0.9.0",
|
|
67
|
+
"@backstage/types": "^1.2.1",
|
|
68
68
|
"@opentelemetry/api": "^1.9.0",
|
|
69
69
|
"express": "^4.17.1",
|
|
70
70
|
"express-promise-router": "^4.1.0",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"uuid": "^11.0.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/backend-test-utils": "1.5.0
|
|
77
|
-
"@backstage/cli": "0.32.1
|
|
76
|
+
"@backstage/backend-test-utils": "^1.5.0",
|
|
77
|
+
"@backstage/cli": "^0.32.1",
|
|
78
78
|
"@types/express": "^4.17.6",
|
|
79
79
|
"@types/luxon": "^3.0.0"
|
|
80
80
|
}
|