@backstage/plugin-kubernetes-backend 0.0.0-nightly-20230619022652 → 0.0.0-nightly-20230623023228

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,9 +1,28 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
- ## 0.0.0-nightly-20230619022652
3
+ ## 0.0.0-nightly-20230623023228
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies
8
+ - @backstage/errors@0.0.0-nightly-20230623023228
9
+ - @backstage/backend-common@0.0.0-nightly-20230623023228
10
+ - @backstage/catalog-client@0.0.0-nightly-20230623023228
11
+ - @backstage/catalog-model@0.0.0-nightly-20230623023228
12
+ - @backstage/integration-aws-node@0.0.0-nightly-20230623023228
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230623023228
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230623023228
15
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230623023228
16
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230623023228
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230623023228
18
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230623023228
19
+ - @backstage/config@1.0.8
20
+
21
+ ## 0.11.1
22
+
23
+ ### Patch Changes
24
+
25
+ - b43e030911f2: Upgrade `@azure/identity` to support using Workload Identity to authenticate against Azure.
7
26
  - 91f39df52d60: K8s proxy HEADER_KUBERNETES_CLUSTER is now optional in single-cluster setups.
8
27
  - 4249f4214f9f: Fixed bug in KubernetesProxy where Host header was not propagated, leading to certificate issues
9
28
  - 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
@@ -11,18 +30,18 @@
11
30
  - 5e4879d80f4d: Fixed wrong `pluginID` in the `kubernetes` alpha backend support, that made the `kubernetes` plugin fail with the new experimental backend.
12
31
  - 73cc0deee48a: Add proposed fix dialog for pod errors
13
32
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20230619022652
15
- - @backstage/catalog-client@0.0.0-nightly-20230619022652
16
- - @backstage/integration-aws-node@0.0.0-nightly-20230619022652
17
- - @backstage/catalog-model@0.0.0-nightly-20230619022652
18
- - @backstage/errors@0.0.0-nightly-20230619022652
19
- - @backstage/backend-plugin-api@0.0.0-nightly-20230619022652
20
- - @backstage/plugin-auth-node@0.0.0-nightly-20230619022652
21
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230619022652
22
- - @backstage/plugin-permission-node@0.0.0-nightly-20230619022652
23
- - @backstage/config@0.0.0-nightly-20230619022652
24
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230619022652
25
- - @backstage/plugin-permission-common@0.0.0-nightly-20230619022652
33
+ - @backstage/backend-common@0.19.0
34
+ - @backstage/catalog-client@1.4.2
35
+ - @backstage/integration-aws-node@0.1.4
36
+ - @backstage/catalog-model@1.4.0
37
+ - @backstage/errors@1.2.0
38
+ - @backstage/backend-plugin-api@0.5.3
39
+ - @backstage/plugin-auth-node@0.2.15
40
+ - @backstage/plugin-catalog-node@1.3.7
41
+ - @backstage/plugin-permission-node@0.7.9
42
+ - @backstage/config@1.0.8
43
+ - @backstage/plugin-kubernetes-common@0.6.4
44
+ - @backstage/plugin-permission-common@0.7.6
26
45
 
27
46
  ## 0.11.1-next.3
28
47
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.0.0-nightly-20230619022652",
3
+ "version": "0.0.0-nightly-20230623023228",
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-kubernetes-backend",
3
3
  "description": "A Backstage backend plugin that integrates towards Kubernetes",
4
- "version": "0.0.0-nightly-20230619022652",
4
+ "version": "0.0.0-nightly-20230623023228",
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.0.4",
54
- "@backstage/backend-common": "^0.0.0-nightly-20230619022652",
55
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230619022652",
56
- "@backstage/catalog-client": "^0.0.0-nightly-20230619022652",
57
- "@backstage/catalog-model": "^0.0.0-nightly-20230619022652",
58
- "@backstage/config": "^0.0.0-nightly-20230619022652",
59
- "@backstage/errors": "^0.0.0-nightly-20230619022652",
60
- "@backstage/integration-aws-node": "^0.0.0-nightly-20230619022652",
61
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230619022652",
62
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230619022652",
63
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230619022652",
64
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230619022652",
65
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230619022652",
53
+ "@azure/identity": "^3.2.1",
54
+ "@backstage/backend-common": "^0.0.0-nightly-20230623023228",
55
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230623023228",
56
+ "@backstage/catalog-client": "^0.0.0-nightly-20230623023228",
57
+ "@backstage/catalog-model": "^0.0.0-nightly-20230623023228",
58
+ "@backstage/config": "^1.0.8",
59
+ "@backstage/errors": "^0.0.0-nightly-20230623023228",
60
+ "@backstage/integration-aws-node": "^0.0.0-nightly-20230623023228",
61
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230623023228",
62
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230623023228",
63
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230623023228",
64
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230623023228",
65
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230623023228",
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.0.0-nightly-20230619022652",
88
- "@backstage/cli": "^0.0.0-nightly-20230619022652",
87
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230623023228",
88
+ "@backstage/cli": "^0.0.0-nightly-20230623023228",
89
89
  "@types/aws4": "^1.5.1",
90
90
  "@types/http-proxy-middleware": "^0.19.3",
91
91
  "mock-fs": "^5.2.0",