@backstage/plugin-kubernetes 0.12.0-next.3 → 0.12.1

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 +32 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/catalog-model@1.7.1
10
+ - @backstage/core-compat-api@0.3.3
11
+ - @backstage/core-components@0.16.1
12
+ - @backstage/core-plugin-api@1.10.1
13
+ - @backstage/plugin-catalog-react@1.14.2
14
+ - @backstage/plugin-kubernetes-common@0.9.0
15
+ - @backstage/plugin-kubernetes-react@0.5.1
16
+
17
+ ## 0.12.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/plugin-kubernetes-react@0.5.0
27
+ - @backstage/plugin-catalog-react@1.14.1
28
+ - @backstage/core-components@0.16.0
29
+ - @backstage/plugin-kubernetes-common@0.9.0
30
+ - @backstage/catalog-model@1.7.1
31
+ - @backstage/core-compat-api@0.3.2
32
+ - @backstage/core-plugin-api@1.10.1
33
+ - @backstage/frontend-plugin-api@0.9.1
34
+
3
35
  ## 0.12.0-next.3
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.0-next.3",
3
+ "version": "0.12.1",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,14 +67,14 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/catalog-model": "1.7.0",
71
- "@backstage/core-compat-api": "0.3.2-next.2",
72
- "@backstage/core-components": "0.16.0-next.2",
73
- "@backstage/core-plugin-api": "1.10.0",
74
- "@backstage/frontend-plugin-api": "0.9.1-next.2",
75
- "@backstage/plugin-catalog-react": "1.14.1-next.3",
76
- "@backstage/plugin-kubernetes-common": "0.9.0-next.0",
77
- "@backstage/plugin-kubernetes-react": "0.5.0-next.2",
70
+ "@backstage/catalog-model": "^1.7.1",
71
+ "@backstage/core-compat-api": "^0.3.3",
72
+ "@backstage/core-components": "^0.16.1",
73
+ "@backstage/core-plugin-api": "^1.10.1",
74
+ "@backstage/frontend-plugin-api": "^0.9.2",
75
+ "@backstage/plugin-catalog-react": "^1.14.2",
76
+ "@backstage/plugin-kubernetes-common": "^0.9.0",
77
+ "@backstage/plugin-kubernetes-react": "^0.5.1",
78
78
  "@kubernetes-models/apimachinery": "^2.0.0",
79
79
  "@kubernetes-models/base": "^5.0.0",
80
80
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -89,9 +89,9 @@
89
89
  "xterm-addon-fit": "^0.8.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@backstage/cli": "0.29.0-next.3",
93
- "@backstage/dev-utils": "1.1.3-next.3",
94
- "@backstage/test-utils": "1.7.1-next.0",
92
+ "@backstage/cli": "^0.29.2",
93
+ "@backstage/dev-utils": "^1.1.4",
94
+ "@backstage/test-utils": "^1.7.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",
97
97
  "@testing-library/react": "^16.0.0",