@backstage/plugin-catalog-backend 1.16.0-next.3 → 1.16.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 CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7804597: Permission rules can now be added for the Catalog plugin through the `CatalogPermissionExtensionPoint` interface.
8
+
9
+ ### Patch Changes
10
+
11
+ - 3834067: Update the OpenAPI spec to support the use of `openapi-generator`.
12
+ - 50ee804: Wrap single `pipelineLoop` of TaskPipeline in a span for better traces
13
+ - 7123c58: Updated dependency `@types/glob` to `^8.0.0`.
14
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
15
+ - a168507: Deprecated `EntitiesSearchFilter` and `EntityFilter`, which can now be imported from `@backstage/plugin-catalog-node` instead
16
+ - Updated dependencies
17
+ - @backstage/backend-common@0.20.0
18
+ - @backstage/plugin-catalog-node@1.6.0
19
+ - @backstage/catalog-client@1.5.0
20
+ - @backstage/backend-openapi-utils@0.1.1
21
+ - @backstage/backend-tasks@0.5.13
22
+ - @backstage/integration@1.8.0
23
+ - @backstage/plugin-auth-node@0.4.2
24
+ - @backstage/plugin-permission-common@0.7.11
25
+ - @backstage/plugin-permission-node@0.7.19
26
+ - @backstage/plugin-search-backend-module-catalog@0.1.12
27
+ - @backstage/backend-plugin-api@0.6.8
28
+ - @backstage/catalog-model@1.4.3
29
+ - @backstage/config@1.1.1
30
+ - @backstage/errors@1.2.3
31
+ - @backstage/types@1.1.1
32
+ - @backstage/plugin-catalog-common@1.0.19
33
+ - @backstage/plugin-events-node@0.2.17
34
+
3
35
  ## 1.16.0-next.3
4
36
 
5
37
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.16.0-next.3",
3
+ "version": "1.16.0",
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",
3
3
  "description": "The Backstage backend plugin that provides the Backstage catalog",
4
- "version": "1.16.0-next.3",
4
+ "version": "1.16.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,22 +43,22 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.20.0-next.3",
47
- "@backstage/backend-openapi-utils": "^0.1.1-next.3",
48
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
49
- "@backstage/backend-tasks": "^0.5.13-next.3",
50
- "@backstage/catalog-client": "^1.5.0-next.1",
46
+ "@backstage/backend-common": "^0.20.0",
47
+ "@backstage/backend-openapi-utils": "^0.1.1",
48
+ "@backstage/backend-plugin-api": "^0.6.8",
49
+ "@backstage/backend-tasks": "^0.5.13",
50
+ "@backstage/catalog-client": "^1.5.0",
51
51
  "@backstage/catalog-model": "^1.4.3",
52
52
  "@backstage/config": "^1.1.1",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/integration": "^1.8.0-next.1",
55
- "@backstage/plugin-auth-node": "^0.4.2-next.3",
56
- "@backstage/plugin-catalog-common": "^1.0.18",
57
- "@backstage/plugin-catalog-node": "^1.6.0-next.3",
58
- "@backstage/plugin-events-node": "^0.2.17-next.3",
59
- "@backstage/plugin-permission-common": "^0.7.10",
60
- "@backstage/plugin-permission-node": "^0.7.19-next.3",
61
- "@backstage/plugin-search-backend-module-catalog": "^0.1.12-next.3",
54
+ "@backstage/integration": "^1.8.0",
55
+ "@backstage/plugin-auth-node": "^0.4.2",
56
+ "@backstage/plugin-catalog-common": "^1.0.19",
57
+ "@backstage/plugin-catalog-node": "^1.6.0",
58
+ "@backstage/plugin-events-node": "^0.2.17",
59
+ "@backstage/plugin-permission-common": "^0.7.11",
60
+ "@backstage/plugin-permission-node": "^0.7.19",
61
+ "@backstage/plugin-search-backend-module-catalog": "^0.1.12",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "@opentelemetry/api": "^1.3.0",
64
64
  "@types/express": "^4.17.6",
@@ -80,12 +80,12 @@
80
80
  "winston": "^3.2.1",
81
81
  "yaml": "^2.0.0",
82
82
  "yn": "^4.0.0",
83
- "zod": "^3.21.4"
83
+ "zod": "^3.22.4"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/backend-test-utils": "^0.2.9-next.3",
87
- "@backstage/cli": "^0.25.0-next.3",
88
- "@backstage/plugin-permission-common": "^0.7.10",
86
+ "@backstage/backend-test-utils": "^0.2.9",
87
+ "@backstage/cli": "^0.25.0",
88
+ "@backstage/plugin-permission-common": "^0.7.11",
89
89
  "@types/core-js": "^2.5.4",
90
90
  "@types/git-url-parse": "^9.0.0",
91
91
  "@types/glob": "^8.0.0",