@backstage/plugin-kubernetes-backend 0.19.3-next.2 → 0.19.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 CHANGED
@@ -1,5 +1,47 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.19.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ac0e1ac: Fixed the lack of `secrets` to fetch from the kubernetes api by adding option to specify additional Objects which are not part of Default Objects
8
+ - ca3da29: The `/clusters` endpoint is now protected by the `kubernetes.clusters.read` permission.
9
+ The `/services/:serviceId` endpoint is now protected by the `kubernetes.resources.read` permission.
10
+ The `/resources` endpoints are now protected by the `kubernetes.resources.read` permission.
11
+ - Updated dependencies
12
+ - @backstage/plugin-permission-node@0.8.8
13
+ - @backstage/backend-plugin-api@1.2.0
14
+ - @backstage/plugin-catalog-node@1.16.0
15
+ - @backstage/plugin-kubernetes-common@0.9.3
16
+ - @backstage/plugin-kubernetes-node@0.2.3
17
+ - @backstage/plugin-auth-node@0.6.0
18
+ - @backstage/catalog-client@1.9.1
19
+ - @backstage/catalog-model@1.7.3
20
+ - @backstage/config@1.3.2
21
+ - @backstage/errors@1.2.7
22
+ - @backstage/integration-aws-node@0.1.15
23
+ - @backstage/types@1.2.1
24
+ - @backstage/plugin-permission-common@0.8.4
25
+
26
+ ## 0.19.3-next.3
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/plugin-catalog-node@1.16.0-next.3
32
+ - @backstage/plugin-permission-node@0.8.8-next.2
33
+ - @backstage/backend-plugin-api@1.2.0-next.2
34
+ - @backstage/plugin-auth-node@0.6.0-next.2
35
+ - @backstage/plugin-kubernetes-node@0.2.3-next.2
36
+ - @backstage/catalog-client@1.9.1
37
+ - @backstage/catalog-model@1.7.3
38
+ - @backstage/config@1.3.2
39
+ - @backstage/errors@1.2.7
40
+ - @backstage/integration-aws-node@0.1.15
41
+ - @backstage/types@1.2.1
42
+ - @backstage/plugin-kubernetes-common@0.9.3-next.1
43
+ - @backstage/plugin-permission-common@0.8.4
44
+
3
45
  ## 0.19.3-next.2
4
46
 
5
47
  ### Patch Changes
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@backstage/plugin-kubernetes-backend";
6
- var version = "0.19.3-next.2";
6
+ var version = "0.19.3";
7
7
  var description = "A Backstage backend plugin that integrates towards Kubernetes";
8
8
  var backstage = {
9
9
  role: "backend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.19.3-next.2",
3
+ "version": "0.19.3",
4
4
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -77,19 +77,19 @@
77
77
  "@aws-sdk/signature-v4": "^3.347.0",
78
78
  "@azure/identity": "^4.0.0",
79
79
  "@backstage/backend-common": "^0.25.0",
80
- "@backstage/backend-plugin-api": "1.2.0-next.1",
81
- "@backstage/catalog-client": "1.9.1",
82
- "@backstage/catalog-model": "1.7.3",
83
- "@backstage/config": "1.3.2",
84
- "@backstage/errors": "1.2.7",
85
- "@backstage/integration-aws-node": "0.1.15",
86
- "@backstage/plugin-auth-node": "0.6.0-next.1",
87
- "@backstage/plugin-catalog-node": "1.16.0-next.2",
88
- "@backstage/plugin-kubernetes-common": "0.9.3-next.1",
89
- "@backstage/plugin-kubernetes-node": "0.2.3-next.1",
90
- "@backstage/plugin-permission-common": "0.8.4",
91
- "@backstage/plugin-permission-node": "0.8.8-next.1",
92
- "@backstage/types": "1.2.1",
80
+ "@backstage/backend-plugin-api": "^1.2.0",
81
+ "@backstage/catalog-client": "^1.9.1",
82
+ "@backstage/catalog-model": "^1.7.3",
83
+ "@backstage/config": "^1.3.2",
84
+ "@backstage/errors": "^1.2.7",
85
+ "@backstage/integration-aws-node": "^0.1.15",
86
+ "@backstage/plugin-auth-node": "^0.6.0",
87
+ "@backstage/plugin-catalog-node": "^1.16.0",
88
+ "@backstage/plugin-kubernetes-common": "^0.9.3",
89
+ "@backstage/plugin-kubernetes-node": "^0.2.3",
90
+ "@backstage/plugin-permission-common": "^0.8.4",
91
+ "@backstage/plugin-permission-node": "^0.8.8",
92
+ "@backstage/types": "^1.2.1",
93
93
  "@google-cloud/container": "^5.0.0",
94
94
  "@jest-mock/express": "^2.0.1",
95
95
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -112,12 +112,12 @@
112
112
  "yn": "^4.0.0"
113
113
  },
114
114
  "devDependencies": {
115
- "@backstage/backend-app-api": "1.2.0-next.2",
116
- "@backstage/backend-defaults": "0.8.0-next.2",
117
- "@backstage/backend-test-utils": "1.3.0-next.2",
118
- "@backstage/cli": "0.30.0-next.2",
119
- "@backstage/plugin-permission-backend": "0.5.54-next.1",
120
- "@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.5-next.1",
115
+ "@backstage/backend-app-api": "^1.2.0",
116
+ "@backstage/backend-defaults": "^0.8.0",
117
+ "@backstage/backend-test-utils": "^1.3.0",
118
+ "@backstage/cli": "^0.30.0",
119
+ "@backstage/plugin-permission-backend": "^0.5.54",
120
+ "@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.5",
121
121
  "@types/aws4": "^1.5.1",
122
122
  "msw": "^1.0.0",
123
123
  "supertest": "^7.0.0",