@backstage/plugin-kubernetes-common 0.7.2-next.1 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +3 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
+ ## 0.7.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.4.3
10
+ - @backstage/types@1.1.1
11
+ - @backstage/plugin-permission-common@0.7.11
12
+
13
+ ## 0.7.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 706fc3a: Updated dependency `@kubernetes/client-node` to `0.20.0`.
18
+ - 5d79682: Remove unused dependency
19
+ - Updated dependencies
20
+ - @backstage/plugin-permission-common@0.7.11
21
+ - @backstage/catalog-model@1.4.3
22
+ - @backstage/errors@1.2.3
23
+ - @backstage/types@1.1.1
24
+
3
25
  ## 0.7.2-next.1
4
26
 
5
27
  ### 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.7.2-next.1",
4
+ "version": "0.7.3-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,8 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@backstage/catalog-model": "^1.4.3",
43
- "@backstage/errors": "^1.2.3",
44
- "@backstage/plugin-permission-common": "^0.7.10",
43
+ "@backstage/plugin-permission-common": "^0.7.11",
45
44
  "@backstage/types": "^1.1.1",
46
45
  "@kubernetes/client-node": "0.20.0",
47
46
  "kubernetes-models": "^4.3.1",
@@ -49,10 +48,7 @@
49
48
  "luxon": "^3.0.0"
50
49
  },
51
50
  "devDependencies": {
52
- "@backstage/cli": "^0.25.0-next.1",
53
- "@backstage/core-app-api": "^1.11.2-next.1",
54
- "@backstage/test-utils": "^1.4.6-next.1",
55
- "msw": "^1.3.1"
51
+ "@backstage/cli": "^0.25.1-next.0"
56
52
  },
57
53
  "jest": {
58
54
  "roots": [