@backstage/plugin-catalog-backend 1.18.0-next.2 → 1.18.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 +35 -0
- package/alpha/package.json +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- df12231: Allow setting EntityDataParser using CatalogModelExtensionPoint
|
|
8
|
+
- 15ba00f: Migrated to support new auth services. The `CatalogBuilder.create` method now accepts a `discovery` option, which is recommended to forward from the plugin environment, as it will otherwise fall back to use the `HostDiscovery` implementation.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 2bd1410: Removed unused dependencies
|
|
13
|
+
- 999224f: Bump dependency `minimatch` to v9
|
|
14
|
+
- 6f830bb: Allow passing optional filter to `getEntitiesByRefs`
|
|
15
|
+
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
|
16
|
+
Updated dependency `@types/uuid` to `^9.0.0`.
|
|
17
|
+
- b65788b: Move @backstage/repo-tools to dev dependencies
|
|
18
|
+
- 280edeb: Add index for original value in search table for faster entity facet response
|
|
19
|
+
- dad018f: Do not fail on stitching when the entity contains `null` values associated to deeply nested or long keys.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/plugin-events-node@0.3.0
|
|
22
|
+
- @backstage/backend-common@0.21.4
|
|
23
|
+
- @backstage/integration@1.9.1
|
|
24
|
+
- @backstage/config@1.2.0
|
|
25
|
+
- @backstage/errors@1.2.4
|
|
26
|
+
- @backstage/backend-plugin-api@0.6.14
|
|
27
|
+
- @backstage/plugin-permission-common@0.7.13
|
|
28
|
+
- @backstage/plugin-search-backend-module-catalog@0.1.18
|
|
29
|
+
- @backstage/plugin-catalog-node@1.8.0
|
|
30
|
+
- @backstage/catalog-client@1.6.1
|
|
31
|
+
- @backstage/backend-openapi-utils@0.1.7
|
|
32
|
+
- @backstage/backend-tasks@0.5.19
|
|
33
|
+
- @backstage/plugin-permission-node@0.7.25
|
|
34
|
+
- @backstage/catalog-model@1.4.5
|
|
35
|
+
- @backstage/types@1.1.1
|
|
36
|
+
- @backstage/plugin-catalog-common@1.0.22
|
|
37
|
+
|
|
3
38
|
## 1.18.0-next.2
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend",
|
|
3
|
-
"version": "1.18.0
|
|
3
|
+
"version": "1.18.0",
|
|
4
4
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin"
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-common": "^0.21.4
|
|
54
|
-
"@backstage/backend-openapi-utils": "^0.1.7
|
|
55
|
-
"@backstage/backend-plugin-api": "^0.6.14
|
|
56
|
-
"@backstage/backend-tasks": "^0.5.19
|
|
57
|
-
"@backstage/catalog-client": "^1.6.1
|
|
58
|
-
"@backstage/catalog-model": "^1.4.5
|
|
59
|
-
"@backstage/config": "^1.2.0
|
|
60
|
-
"@backstage/errors": "^1.2.4
|
|
61
|
-
"@backstage/integration": "^1.9.1
|
|
62
|
-
"@backstage/plugin-catalog-common": "^1.0.22
|
|
63
|
-
"@backstage/plugin-catalog-node": "^1.8.0
|
|
64
|
-
"@backstage/plugin-events-node": "^0.3.0
|
|
65
|
-
"@backstage/plugin-permission-common": "^0.7.13
|
|
66
|
-
"@backstage/plugin-permission-node": "^0.7.25
|
|
67
|
-
"@backstage/plugin-search-backend-module-catalog": "^0.1.18
|
|
53
|
+
"@backstage/backend-common": "^0.21.4",
|
|
54
|
+
"@backstage/backend-openapi-utils": "^0.1.7",
|
|
55
|
+
"@backstage/backend-plugin-api": "^0.6.14",
|
|
56
|
+
"@backstage/backend-tasks": "^0.5.19",
|
|
57
|
+
"@backstage/catalog-client": "^1.6.1",
|
|
58
|
+
"@backstage/catalog-model": "^1.4.5",
|
|
59
|
+
"@backstage/config": "^1.2.0",
|
|
60
|
+
"@backstage/errors": "^1.2.4",
|
|
61
|
+
"@backstage/integration": "^1.9.1",
|
|
62
|
+
"@backstage/plugin-catalog-common": "^1.0.22",
|
|
63
|
+
"@backstage/plugin-catalog-node": "^1.8.0",
|
|
64
|
+
"@backstage/plugin-events-node": "^0.3.0",
|
|
65
|
+
"@backstage/plugin-permission-common": "^0.7.13",
|
|
66
|
+
"@backstage/plugin-permission-node": "^0.7.25",
|
|
67
|
+
"@backstage/plugin-search-backend-module-catalog": "^0.1.18",
|
|
68
68
|
"@backstage/types": "^1.1.1",
|
|
69
69
|
"@opentelemetry/api": "^1.3.0",
|
|
70
70
|
"@types/express": "^4.17.6",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"zod": "^3.22.4"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@backstage/backend-test-utils": "^0.3.4
|
|
93
|
-
"@backstage/cli": "^0.
|
|
94
|
-
"@backstage/plugin-permission-common": "^0.7.13
|
|
95
|
-
"@backstage/repo-tools": "^0.7.0
|
|
92
|
+
"@backstage/backend-test-utils": "^0.3.4",
|
|
93
|
+
"@backstage/cli": "^0.26.0",
|
|
94
|
+
"@backstage/plugin-permission-common": "^0.7.13",
|
|
95
|
+
"@backstage/repo-tools": "^0.7.0",
|
|
96
96
|
"@types/core-js": "^2.5.4",
|
|
97
97
|
"@types/git-url-parse": "^9.0.0",
|
|
98
98
|
"@types/glob": "^8.0.0",
|