@backstage/plugin-kubernetes-common 0.6.0-next.2 → 0.6.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
+ ## 0.6.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.2.1-next.0
9
+
10
+ ## 0.6.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 1728c1ef01: **BREAKING**: Renamed misspelled `LimitRangeFetchReponse` to `LimitRangeFetchResponse`.
15
+
16
+ ### Patch Changes
17
+
18
+ - 2518ef5b8a: New K8s catalog entity annotations added that will replace now deprecated k8s annotations in the catalog-model package. K8s annotation imports should now be made from plugin-kubernetes-common.
19
+ - 628e2bd89a: Updated dependency `@kubernetes/client-node` to `0.18.1`.
20
+ - Updated dependencies
21
+ - @backstage/catalog-model@1.2.0
22
+
3
23
  ## 0.6.0-next.2
4
24
 
5
25
  ### Patch Changes
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.6.0-next.2",
4
+ "version": "0.6.1-next.0",
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": "^1.2.0-next.1",
41
+ "@backstage/catalog-model": "^1.2.1-next.0",
42
42
  "@kubernetes/client-node": "0.18.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.22.2-next.1"
45
+ "@backstage/cli": "^0.22.4-next.0"
46
46
  },
47
47
  "jest": {
48
48
  "roots": [