@backstage/plugin-kubernetes-backend 0.0.0-nightly-20221205022826 → 0.0.0-nightly-20221207023143

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -9
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,19 +1,33 @@
1
1
  # @backstage/plugin-kubernetes-backend
2
2
 
3
- ## 0.0.0-nightly-20221205022826
3
+ ## 0.0.0-nightly-20221207023143
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b585179770: Added Kubernetes proxy API route to backend Kubernetes plugin, allowing Backstage plugin developers to read/write new information from Kubernetes (if proper credentials are provided).
8
8
  - Updated dependencies
9
- - @backstage/catalog-client@0.0.0-nightly-20221205022826
10
- - @backstage/backend-common@0.0.0-nightly-20221205022826
11
- - @backstage/backend-test-utils@0.0.0-nightly-20221205022826
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20221205022826
13
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20221205022826
14
- - @backstage/catalog-model@0.0.0-nightly-20221205022826
15
- - @backstage/config@0.0.0-nightly-20221205022826
16
- - @backstage/errors@0.0.0-nightly-20221205022826
9
+ - @backstage/catalog-client@0.0.0-nightly-20221207023143
10
+ - @backstage/backend-common@0.0.0-nightly-20221207023143
11
+ - @backstage/backend-test-utils@0.0.0-nightly-20221207023143
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221207023143
13
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20221207023143
14
+ - @backstage/catalog-model@0.0.0-nightly-20221207023143
15
+ - @backstage/config@0.0.0-nightly-20221207023143
16
+ - @backstage/errors@0.0.0-nightly-20221207023143
17
+
18
+ ## 0.8.1-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.17.0-next.2
24
+ - @backstage/backend-test-utils@0.1.31-next.2
25
+ - @backstage/plugin-auth-node@0.2.8-next.2
26
+ - @backstage/catalog-client@1.2.0-next.1
27
+ - @backstage/catalog-model@1.1.4-next.1
28
+ - @backstage/config@1.0.5-next.1
29
+ - @backstage/errors@1.1.4-next.1
30
+ - @backstage/plugin-kubernetes-common@0.4.5-next.1
17
31
 
18
32
  ## 0.8.1-next.1
19
33
 
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-20221205022826",
4
+ "version": "0.0.0-nightly-20221207023143",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@azure/identity": "^2.0.4",
38
- "@backstage/backend-common": "^0.0.0-nightly-20221205022826",
39
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221205022826",
40
- "@backstage/catalog-client": "^0.0.0-nightly-20221205022826",
41
- "@backstage/catalog-model": "^0.0.0-nightly-20221205022826",
42
- "@backstage/config": "^0.0.0-nightly-20221205022826",
43
- "@backstage/errors": "^0.0.0-nightly-20221205022826",
44
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20221205022826",
45
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20221205022826",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20221207023143",
39
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221207023143",
40
+ "@backstage/catalog-client": "^0.0.0-nightly-20221207023143",
41
+ "@backstage/catalog-model": "^0.0.0-nightly-20221207023143",
42
+ "@backstage/config": "^0.0.0-nightly-20221207023143",
43
+ "@backstage/errors": "^0.0.0-nightly-20221207023143",
44
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20221207023143",
45
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20221207023143",
46
46
  "@google-cloud/container": "^4.0.0",
47
47
  "@jest-mock/express": "^2.0.1",
48
48
  "@kubernetes/client-node": "0.17.0",
@@ -66,7 +66,7 @@
66
66
  "yn": "^4.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/cli": "^0.0.0-nightly-20221205022826",
69
+ "@backstage/cli": "^0.0.0-nightly-20221207023143",
70
70
  "@types/aws4": "^1.5.1",
71
71
  "@types/http-proxy-middleware": "^0.19.3",
72
72
  "aws-sdk-mock": "^5.2.1",