@backstage/plugin-kubernetes-backend 0.11.2-next.2 → 0.11.3-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 CHANGED
@@ -1,5 +1,47 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
+ ## 0.11.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.19.2-next.0
9
+ - @backstage/backend-plugin-api@0.5.5-next.0
10
+ - @backstage/catalog-client@1.4.3
11
+ - @backstage/catalog-model@1.4.1
12
+ - @backstage/config@1.0.8
13
+ - @backstage/errors@1.2.1
14
+ - @backstage/integration-aws-node@0.1.5
15
+ - @backstage/plugin-auth-node@0.2.17-next.0
16
+ - @backstage/plugin-catalog-node@1.4.1-next.0
17
+ - @backstage/plugin-kubernetes-common@0.6.5
18
+ - @backstage/plugin-permission-common@0.7.7
19
+ - @backstage/plugin-permission-node@0.7.11-next.0
20
+
21
+ ## 0.11.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 4db037c20148: Replace reference to deprecated import
26
+ - c2e530653539: Add WebSocket support to `kubernetes-backend` proxy.
27
+ - be6395601d1f: Proxy endpoint supports cluster URLs with subpath
28
+ - 47154c8ddba6: Fixed a bug where the proxy endpoint would error when used in combination with
29
+ a local kubectl proxy process and a token-based auth strategy on-cluster.
30
+ - faac6b7425b2: Update readme with a valid link to k8s documentation
31
+ - Updated dependencies
32
+ - @backstage/errors@1.2.1
33
+ - @backstage/backend-common@0.19.1
34
+ - @backstage/plugin-catalog-node@1.4.0
35
+ - @backstage/backend-plugin-api@0.5.4
36
+ - @backstage/catalog-client@1.4.3
37
+ - @backstage/catalog-model@1.4.1
38
+ - @backstage/config@1.0.8
39
+ - @backstage/integration-aws-node@0.1.5
40
+ - @backstage/plugin-auth-node@0.2.16
41
+ - @backstage/plugin-kubernetes-common@0.6.5
42
+ - @backstage/plugin-permission-common@0.7.7
43
+ - @backstage/plugin-permission-node@0.7.10
44
+
3
45
  ## 0.11.2-next.2
4
46
 
5
47
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-backend",
3
- "version": "0.11.2-next.2",
3
+ "version": "0.11.3-next.0",
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.11.2-next.2",
4
+ "version": "0.11.3-next.0",
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.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",
54
+ "@backstage/backend-common": "^0.19.2-next.0",
55
+ "@backstage/backend-plugin-api": "^0.5.5-next.0",
56
+ "@backstage/catalog-client": "^1.4.3",
57
+ "@backstage/catalog-model": "^1.4.1",
58
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",
59
+ "@backstage/errors": "^1.2.1",
60
+ "@backstage/integration-aws-node": "^0.1.5",
61
+ "@backstage/plugin-auth-node": "^0.2.17-next.0",
62
+ "@backstage/plugin-catalog-node": "^1.4.1-next.0",
63
+ "@backstage/plugin-kubernetes-common": "^0.6.5",
64
+ "@backstage/plugin-permission-common": "^0.7.7",
65
+ "@backstage/plugin-permission-node": "^0.7.11-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.39-next.0",
88
- "@backstage/cli": "^0.22.9-next.1",
87
+ "@backstage/backend-test-utils": "^0.1.40-next.0",
88
+ "@backstage/cli": "^0.22.10-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",