@backstage/plugin-kubernetes-backend 0.11.1-next.3 → 0.11.2-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/README.md +1 -1
- package/alpha/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-backend
|
|
2
2
|
|
|
3
|
+
## 0.11.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- faac6b7425b2: Update readme with a valid link to k8s documentation
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/errors@1.2.1-next.0
|
|
10
|
+
- @backstage/backend-common@0.19.1-next.0
|
|
11
|
+
- @backstage/plugin-catalog-node@1.4.0-next.0
|
|
12
|
+
- @backstage/backend-plugin-api@0.5.4-next.0
|
|
13
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
14
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
15
|
+
- @backstage/config@1.0.8
|
|
16
|
+
- @backstage/integration-aws-node@0.1.5-next.0
|
|
17
|
+
- @backstage/plugin-auth-node@0.2.16-next.0
|
|
18
|
+
- @backstage/plugin-kubernetes-common@0.6.5-next.0
|
|
19
|
+
- @backstage/plugin-permission-common@0.7.7-next.0
|
|
20
|
+
- @backstage/plugin-permission-node@0.7.10-next.0
|
|
21
|
+
|
|
22
|
+
## 0.11.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- b43e030911f2: Upgrade `@azure/identity` to support using Workload Identity to authenticate against Azure.
|
|
27
|
+
- 91f39df52d60: K8s proxy HEADER_KUBERNETES_CLUSTER is now optional in single-cluster setups.
|
|
28
|
+
- 4249f4214f9f: Fixed bug in KubernetesProxy where Host header was not propagated, leading to certificate issues
|
|
29
|
+
- 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
|
|
30
|
+
- eac59a3d0b11: Add ability for `configClusterLocator` to load cluster specific custom resources defined in your `app.config`.
|
|
31
|
+
- 5e4879d80f4d: Fixed wrong `pluginID` in the `kubernetes` alpha backend support, that made the `kubernetes` plugin fail with the new experimental backend.
|
|
32
|
+
- 73cc0deee48a: Add proposed fix dialog for pod errors
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/backend-common@0.19.0
|
|
35
|
+
- @backstage/catalog-client@1.4.2
|
|
36
|
+
- @backstage/integration-aws-node@0.1.4
|
|
37
|
+
- @backstage/catalog-model@1.4.0
|
|
38
|
+
- @backstage/errors@1.2.0
|
|
39
|
+
- @backstage/backend-plugin-api@0.5.3
|
|
40
|
+
- @backstage/plugin-auth-node@0.2.15
|
|
41
|
+
- @backstage/plugin-catalog-node@1.3.7
|
|
42
|
+
- @backstage/plugin-permission-node@0.7.9
|
|
43
|
+
- @backstage/config@1.0.8
|
|
44
|
+
- @backstage/plugin-kubernetes-common@0.6.4
|
|
45
|
+
- @backstage/plugin-permission-common@0.7.6
|
|
46
|
+
|
|
3
47
|
## 0.11.1-next.3
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -16,4 +16,4 @@ The plugin requires configuration in the Backstage `app-config.yaml` to connect
|
|
|
16
16
|
|
|
17
17
|
In addition, configuration of an entity's `catalog-info.yaml` helps identify which specific Kubernetes object(s) should be presented on a specific entity catalog page.
|
|
18
18
|
|
|
19
|
-
For more information, see the [formal documentation about the Kubernetes feature in Backstage](https://backstage.io/docs/features/kubernetes/
|
|
19
|
+
For more information, see the [formal documentation about the Kubernetes feature in Backstage](https://backstage.io/docs/features/kubernetes/).
|
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.
|
|
4
|
+
"version": "0.11.2-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -50,19 +50,19 @@
|
|
|
50
50
|
"@aws-crypto/sha256-js": "^3.0.0",
|
|
51
51
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
52
52
|
"@aws-sdk/signature-v4": "^3.347.0",
|
|
53
|
-
"@azure/identity": "^2.
|
|
54
|
-
"@backstage/backend-common": "^0.19.
|
|
55
|
-
"@backstage/backend-plugin-api": "^0.5.
|
|
56
|
-
"@backstage/catalog-client": "^1.4.
|
|
57
|
-
"@backstage/catalog-model": "^1.4.
|
|
58
|
-
"@backstage/config": "^1.0.
|
|
59
|
-
"@backstage/errors": "^1.2.
|
|
60
|
-
"@backstage/integration-aws-node": "^0.1.
|
|
61
|
-
"@backstage/plugin-auth-node": "^0.2.
|
|
62
|
-
"@backstage/plugin-catalog-node": "^1.
|
|
63
|
-
"@backstage/plugin-kubernetes-common": "^0.6.
|
|
64
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
65
|
-
"@backstage/plugin-permission-node": "^0.7.
|
|
53
|
+
"@azure/identity": "^3.2.1",
|
|
54
|
+
"@backstage/backend-common": "^0.19.1-next.0",
|
|
55
|
+
"@backstage/backend-plugin-api": "^0.5.4-next.0",
|
|
56
|
+
"@backstage/catalog-client": "^1.4.3-next.0",
|
|
57
|
+
"@backstage/catalog-model": "^1.4.1-next.0",
|
|
58
|
+
"@backstage/config": "^1.0.8",
|
|
59
|
+
"@backstage/errors": "^1.2.1-next.0",
|
|
60
|
+
"@backstage/integration-aws-node": "^0.1.5-next.0",
|
|
61
|
+
"@backstage/plugin-auth-node": "^0.2.16-next.0",
|
|
62
|
+
"@backstage/plugin-catalog-node": "^1.4.0-next.0",
|
|
63
|
+
"@backstage/plugin-kubernetes-common": "^0.6.5-next.0",
|
|
64
|
+
"@backstage/plugin-permission-common": "^0.7.7-next.0",
|
|
65
|
+
"@backstage/plugin-permission-node": "^0.7.10-next.0",
|
|
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.1.
|
|
88
|
-
"@backstage/cli": "^0.22.
|
|
87
|
+
"@backstage/backend-test-utils": "^0.1.39-next.0",
|
|
88
|
+
"@backstage/cli": "^0.22.9-next.0",
|
|
89
89
|
"@types/aws4": "^1.5.1",
|
|
90
90
|
"@types/http-proxy-middleware": "^0.19.3",
|
|
91
91
|
"mock-fs": "^5.2.0",
|