@backstage/plugin-kubernetes-common 0.0.0-nightly-20221218022226 → 0.0.0-nightly-20221220022526

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 +3 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
- ## 0.0.0-nightly-20221218022226
3
+ ## 0.0.0-nightly-20221220022526
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,9 +8,10 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - 9ce7866ecd: Updated dependency `@kubernetes/client-node` to `0.18.0`.
11
12
  - 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).
12
13
  - Updated dependencies
13
- - @backstage/catalog-model@0.0.0-nightly-20221218022226
14
+ - @backstage/catalog-model@0.0.0-nightly-20221220022526
14
15
 
15
16
  ## 0.4.5-next.1
16
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-common",
3
3
  "description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
4
- "version": "0.0.0-nightly-20221218022226",
4
+ "version": "0.0.0-nightly-20221220022526",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -38,11 +38,11 @@
38
38
  "url": "https://github.com/backstage/backstage/issues"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/catalog-model": "^0.0.0-nightly-20221218022226",
42
- "@kubernetes/client-node": "0.17.0"
41
+ "@backstage/catalog-model": "^0.0.0-nightly-20221220022526",
42
+ "@kubernetes/client-node": "0.18.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20221218022226"
45
+ "@backstage/cli": "^0.0.0-nightly-20221220022526"
46
46
  },
47
47
  "jest": {
48
48
  "roots": [