@backstage/plugin-kubernetes-backend 0.19.0-next.3 → 0.19.1-next.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 +44 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-backend
|
|
2
2
|
|
|
3
|
+
## 0.19.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@1.0.3-next.0
|
|
10
|
+
- @backstage/plugin-auth-node@0.5.5-next.0
|
|
11
|
+
- @backstage/catalog-client@1.8.1-next.0
|
|
12
|
+
- @backstage/catalog-model@1.7.1
|
|
13
|
+
- @backstage/config@1.3.0
|
|
14
|
+
- @backstage/errors@1.2.5
|
|
15
|
+
- @backstage/integration-aws-node@0.1.13
|
|
16
|
+
- @backstage/types@1.2.0
|
|
17
|
+
- @backstage/plugin-catalog-node@1.14.1-next.0
|
|
18
|
+
- @backstage/plugin-kubernetes-common@0.9.0
|
|
19
|
+
- @backstage/plugin-kubernetes-node@0.2.1-next.0
|
|
20
|
+
- @backstage/plugin-permission-common@0.8.2
|
|
21
|
+
- @backstage/plugin-permission-node@0.8.6-next.0
|
|
22
|
+
|
|
23
|
+
## 0.19.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- bee9664: Adapted the config.d.ts for custom k8s cluster authProvider implementations
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @backstage/catalog-client@1.8.0
|
|
34
|
+
- @backstage/config@1.3.0
|
|
35
|
+
- @backstage/types@1.2.0
|
|
36
|
+
- @backstage/integration-aws-node@0.1.13
|
|
37
|
+
- @backstage/plugin-kubernetes-common@0.9.0
|
|
38
|
+
- @backstage/plugin-kubernetes-node@0.2.0
|
|
39
|
+
- @backstage/plugin-auth-node@0.5.4
|
|
40
|
+
- @backstage/plugin-catalog-node@1.14.0
|
|
41
|
+
- @backstage/backend-plugin-api@1.0.2
|
|
42
|
+
- @backstage/plugin-permission-common@0.8.2
|
|
43
|
+
- @backstage/catalog-model@1.7.1
|
|
44
|
+
- @backstage/errors@1.2.5
|
|
45
|
+
- @backstage/plugin-permission-node@0.8.5
|
|
46
|
+
|
|
3
47
|
## 0.19.0-next.3
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
package/dist/package.json.cjs.js
CHANGED
|
@@ -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.
|
|
6
|
+
var version = "0.19.1-next.0";
|
|
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
|
+
"version": "0.19.1-next.0",
|
|
4
4
|
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"@aws-sdk/signature-v4": "^3.347.0",
|
|
74
74
|
"@azure/identity": "^4.0.0",
|
|
75
75
|
"@backstage/backend-common": "^0.25.0",
|
|
76
|
-
"@backstage/backend-plugin-api": "1.0.
|
|
77
|
-
"@backstage/catalog-client": "1.8.
|
|
78
|
-
"@backstage/catalog-model": "1.7.
|
|
79
|
-
"@backstage/config": "1.
|
|
80
|
-
"@backstage/errors": "1.2.
|
|
81
|
-
"@backstage/integration-aws-node": "0.1.13
|
|
82
|
-
"@backstage/plugin-auth-node": "0.5.
|
|
83
|
-
"@backstage/plugin-catalog-node": "1.14.
|
|
84
|
-
"@backstage/plugin-kubernetes-common": "0.9.0
|
|
85
|
-
"@backstage/plugin-kubernetes-node": "0.2.
|
|
86
|
-
"@backstage/plugin-permission-common": "0.8.
|
|
87
|
-
"@backstage/plugin-permission-node": "0.8.
|
|
88
|
-
"@backstage/types": "1.
|
|
76
|
+
"@backstage/backend-plugin-api": "1.0.3-next.0",
|
|
77
|
+
"@backstage/catalog-client": "1.8.1-next.0",
|
|
78
|
+
"@backstage/catalog-model": "1.7.1",
|
|
79
|
+
"@backstage/config": "1.3.0",
|
|
80
|
+
"@backstage/errors": "1.2.5",
|
|
81
|
+
"@backstage/integration-aws-node": "0.1.13",
|
|
82
|
+
"@backstage/plugin-auth-node": "0.5.5-next.0",
|
|
83
|
+
"@backstage/plugin-catalog-node": "1.14.1-next.0",
|
|
84
|
+
"@backstage/plugin-kubernetes-common": "0.9.0",
|
|
85
|
+
"@backstage/plugin-kubernetes-node": "0.2.1-next.0",
|
|
86
|
+
"@backstage/plugin-permission-common": "0.8.2",
|
|
87
|
+
"@backstage/plugin-permission-node": "0.8.6-next.0",
|
|
88
|
+
"@backstage/types": "1.2.0",
|
|
89
89
|
"@google-cloud/container": "^5.0.0",
|
|
90
90
|
"@jest-mock/express": "^2.0.1",
|
|
91
91
|
"@kubernetes/client-node": "1.0.0-rc7",
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
"yn": "^4.0.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@backstage/backend-app-api": "1.0.
|
|
112
|
-
"@backstage/backend-defaults": "0.
|
|
113
|
-
"@backstage/backend-test-utils": "1.
|
|
114
|
-
"@backstage/cli": "0.29.
|
|
115
|
-
"@backstage/plugin-permission-backend": "0.5.
|
|
116
|
-
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.
|
|
111
|
+
"@backstage/backend-app-api": "1.0.3-next.0",
|
|
112
|
+
"@backstage/backend-defaults": "0.6.0-next.0",
|
|
113
|
+
"@backstage/backend-test-utils": "1.2.0-next.0",
|
|
114
|
+
"@backstage/cli": "0.29.3-next.0",
|
|
115
|
+
"@backstage/plugin-permission-backend": "0.5.52-next.0",
|
|
116
|
+
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.3-next.0",
|
|
117
117
|
"@types/aws4": "^1.5.1",
|
|
118
118
|
"msw": "^1.0.0",
|
|
119
119
|
"supertest": "^7.0.0",
|