@backstage/plugin-catalog-backend 1.5.0-next.2 → 1.5.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 +38 -0
- package/alpha/package.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b2e6cb6acf: Added a new method `addLocationAnalyzers` to the `CatalogBuilder`. With this you can add location analyzers to your catalog. These analyzers will be used by the /analyze-location endpoint to decide if the provided URL contains any catalog-info.yaml files already or not.
|
|
8
|
+
|
|
9
|
+
Moved the following types from this package to `@backstage/plugin-catalog-backend`.
|
|
10
|
+
|
|
11
|
+
- AnalyzeLocationResponse
|
|
12
|
+
- AnalyzeLocationRequest
|
|
13
|
+
- AnalyzeLocationExistingEntity
|
|
14
|
+
- AnalyzeLocationGenerateEntity
|
|
15
|
+
- AnalyzeLocationEntityField
|
|
16
|
+
|
|
17
|
+
- eb25f7e12d: The exported permission rules and the API of `createCatalogConditionalDecision` have changed to reflect the breaking changes made to the `PermissionRule` type. Note that all involved types are exported from `@backstage/plugin-catalog-backend/alpha`
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 8cb6e10105: Fixed a bug where entities provided without a location key would always replace existing entities, rather than updating them.
|
|
22
|
+
- 2d3a5f09ab: Use `response.json` rather than `response.send` where appropriate, as outlined in `SECURITY.md`
|
|
23
|
+
- 63296ebcd4: Allow Placeholder value to be any value, not only string.
|
|
24
|
+
- 74022e0163: Make sure to stitch entities correctly after deletion, to ensure that their relations are updated.
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/plugin-catalog-node@1.2.0
|
|
27
|
+
- @backstage/catalog-model@1.1.2
|
|
28
|
+
- @backstage/backend-common@0.15.2
|
|
29
|
+
- @backstage/plugin-catalog-common@1.0.7
|
|
30
|
+
- @backstage/plugin-permission-node@0.7.0
|
|
31
|
+
- @backstage/backend-plugin-api@0.1.3
|
|
32
|
+
- @backstage/plugin-permission-common@0.7.0
|
|
33
|
+
- @backstage/catalog-client@1.1.1
|
|
34
|
+
- @backstage/plugin-search-common@1.1.0
|
|
35
|
+
- @backstage/plugin-scaffolder-common@1.2.1
|
|
36
|
+
- @backstage/config@1.0.3
|
|
37
|
+
- @backstage/errors@1.1.2
|
|
38
|
+
- @backstage/integration@1.3.2
|
|
39
|
+
- @backstage/types@1.0.0
|
|
40
|
+
|
|
3
41
|
## 1.5.0-next.2
|
|
4
42
|
|
|
5
43
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend",
|
|
3
3
|
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
|
4
|
-
"version": "1.5.0
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/backend-common": "^0.15.2
|
|
37
|
-
"@backstage/backend-plugin-api": "^0.1.3
|
|
38
|
-
"@backstage/catalog-client": "^1.1.1
|
|
39
|
-
"@backstage/catalog-model": "^1.1.2
|
|
40
|
-
"@backstage/config": "^1.0.3
|
|
41
|
-
"@backstage/errors": "^1.1.2
|
|
42
|
-
"@backstage/integration": "^1.3.2
|
|
43
|
-
"@backstage/plugin-catalog-common": "^1.0.7
|
|
44
|
-
"@backstage/plugin-catalog-node": "^1.2.0
|
|
45
|
-
"@backstage/plugin-permission-common": "^0.7.0
|
|
46
|
-
"@backstage/plugin-permission-node": "^0.7.0
|
|
47
|
-
"@backstage/plugin-scaffolder-common": "^1.2.1
|
|
48
|
-
"@backstage/plugin-search-common": "^1.1.0
|
|
36
|
+
"@backstage/backend-common": "^0.15.2",
|
|
37
|
+
"@backstage/backend-plugin-api": "^0.1.3",
|
|
38
|
+
"@backstage/catalog-client": "^1.1.1",
|
|
39
|
+
"@backstage/catalog-model": "^1.1.2",
|
|
40
|
+
"@backstage/config": "^1.0.3",
|
|
41
|
+
"@backstage/errors": "^1.1.2",
|
|
42
|
+
"@backstage/integration": "^1.3.2",
|
|
43
|
+
"@backstage/plugin-catalog-common": "^1.0.7",
|
|
44
|
+
"@backstage/plugin-catalog-node": "^1.2.0",
|
|
45
|
+
"@backstage/plugin-permission-common": "^0.7.0",
|
|
46
|
+
"@backstage/plugin-permission-node": "^0.7.0",
|
|
47
|
+
"@backstage/plugin-scaffolder-common": "^1.2.1",
|
|
48
|
+
"@backstage/plugin-search-common": "^1.1.0",
|
|
49
49
|
"@backstage/types": "^1.0.0",
|
|
50
50
|
"@types/express": "^4.17.6",
|
|
51
51
|
"codeowners-utils": "^1.0.2",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"zod": "^3.11.6"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@backstage/backend-test-utils": "^0.1.29
|
|
73
|
-
"@backstage/cli": "^0.20.0
|
|
74
|
-
"@backstage/plugin-permission-common": "^0.7.0
|
|
75
|
-
"@backstage/plugin-search-backend-node": "^1.0.3
|
|
72
|
+
"@backstage/backend-test-utils": "^0.1.29",
|
|
73
|
+
"@backstage/cli": "^0.20.0",
|
|
74
|
+
"@backstage/plugin-permission-common": "^0.7.0",
|
|
75
|
+
"@backstage/plugin-search-backend-node": "^1.0.3",
|
|
76
76
|
"@types/core-js": "^2.5.4",
|
|
77
77
|
"@types/git-url-parse": "^9.0.0",
|
|
78
78
|
"@types/lodash": "^4.14.151",
|