@backstage/plugin-kubernetes-common 0.8.0-next.1 → 0.8.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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0177f75: Update kubernetes plugins to use autoscaling/v2
8
+
9
+ ### Patch Changes
10
+
11
+ - d44a20a: Added additional plugin metadata to `package.json`.
12
+ - Updated dependencies
13
+ - @backstage/plugin-permission-common@0.7.14
14
+ - @backstage/catalog-model@1.5.0
15
+ - @backstage/types@1.1.1
16
+
3
17
  ## 0.8.0-next.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-common",
3
- "version": "0.8.0-next.1",
3
+ "version": "0.8.0",
4
4
  "description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@backstage/catalog-model": "^1.5.0",
56
- "@backstage/plugin-permission-common": "^0.7.14-next.0",
56
+ "@backstage/plugin-permission-common": "^0.7.14",
57
57
  "@backstage/types": "^1.1.1",
58
58
  "@kubernetes/client-node": "0.20.0",
59
59
  "kubernetes-models": "^4.3.1",
@@ -61,7 +61,7 @@
61
61
  "luxon": "^3.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.26.7-next.3"
64
+ "@backstage/cli": "^0.26.7"
65
65
  },
66
66
  "module": "dist/index.esm.js"
67
67
  }