@backstage/plugin-kubernetes-backend 0.11.3-next.2 → 0.11.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 +20 -0
- package/alpha/package.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-backend
|
|
2
2
|
|
|
3
|
+
## 0.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
|
|
8
|
+
- bbf4e9c894b5: Fixed a bug where the proxy was not rewriting WebSocket request paths properly.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-common@0.19.2
|
|
11
|
+
- @backstage/backend-plugin-api@0.6.0
|
|
12
|
+
- @backstage/plugin-catalog-node@1.4.1
|
|
13
|
+
- @backstage/plugin-auth-node@0.2.17
|
|
14
|
+
- @backstage/plugin-permission-node@0.7.11
|
|
15
|
+
- @backstage/integration-aws-node@0.1.5
|
|
16
|
+
- @backstage/catalog-client@1.4.3
|
|
17
|
+
- @backstage/catalog-model@1.4.1
|
|
18
|
+
- @backstage/config@1.0.8
|
|
19
|
+
- @backstage/errors@1.2.1
|
|
20
|
+
- @backstage/plugin-kubernetes-common@0.6.5
|
|
21
|
+
- @backstage/plugin-permission-common@0.7.7
|
|
22
|
+
|
|
3
23
|
## 0.11.3-next.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
|
4
|
-
"version": "0.11.3
|
|
4
|
+
"version": "0.11.3",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
52
52
|
"@aws-sdk/signature-v4": "^3.347.0",
|
|
53
53
|
"@azure/identity": "^3.2.1",
|
|
54
|
-
"@backstage/backend-common": "^0.19.2
|
|
55
|
-
"@backstage/backend-plugin-api": "^0.6.0
|
|
54
|
+
"@backstage/backend-common": "^0.19.2",
|
|
55
|
+
"@backstage/backend-plugin-api": "^0.6.0",
|
|
56
56
|
"@backstage/catalog-client": "^1.4.3",
|
|
57
57
|
"@backstage/catalog-model": "^1.4.1",
|
|
58
58
|
"@backstage/config": "^1.0.8",
|
|
59
59
|
"@backstage/errors": "^1.2.1",
|
|
60
60
|
"@backstage/integration-aws-node": "^0.1.5",
|
|
61
|
-
"@backstage/plugin-auth-node": "^0.2.17
|
|
62
|
-
"@backstage/plugin-catalog-node": "^1.4.1
|
|
61
|
+
"@backstage/plugin-auth-node": "^0.2.17",
|
|
62
|
+
"@backstage/plugin-catalog-node": "^1.4.1",
|
|
63
63
|
"@backstage/plugin-kubernetes-common": "^0.6.5",
|
|
64
64
|
"@backstage/plugin-permission-common": "^0.7.7",
|
|
65
|
-
"@backstage/plugin-permission-node": "^0.7.11
|
|
65
|
+
"@backstage/plugin-permission-node": "^0.7.11",
|
|
66
66
|
"@google-cloud/container": "^4.0.0",
|
|
67
67
|
"@jest-mock/express": "^2.0.1",
|
|
68
68
|
"@kubernetes/client-node": "0.18.1",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"yn": "^4.0.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@backstage/backend-test-utils": "^0.2.0
|
|
88
|
-
"@backstage/cli": "^0.22.10
|
|
87
|
+
"@backstage/backend-test-utils": "^0.2.0",
|
|
88
|
+
"@backstage/cli": "^0.22.10",
|
|
89
89
|
"@types/aws4": "^1.5.1",
|
|
90
90
|
"@types/http-proxy-middleware": "^0.19.3",
|
|
91
91
|
"cross-fetch": "^3.1.5",
|