@backstage/plugin-kubernetes-react 0.5.0-next.2 → 0.5.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 +29 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.7.1
9
+ - @backstage/core-components@0.16.1
10
+ - @backstage/core-plugin-api@1.10.1
11
+ - @backstage/errors@1.2.5
12
+ - @backstage/types@1.2.0
13
+ - @backstage/plugin-kubernetes-common@0.9.0
14
+
15
+ ## 0.5.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages
20
+
21
+ ### Patch Changes
22
+
23
+ - 0b729da: add the pod delete feature to the kubernetes react plugin
24
+ - Updated dependencies
25
+ - @backstage/types@1.2.0
26
+ - @backstage/core-components@0.16.0
27
+ - @backstage/plugin-kubernetes-common@0.9.0
28
+ - @backstage/catalog-model@1.7.1
29
+ - @backstage/core-plugin-api@1.10.1
30
+ - @backstage/errors@1.2.5
31
+
3
32
  ## 0.5.0-next.2
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.5.0-next.2",
3
+ "version": "0.5.1",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/catalog-model": "1.7.0",
66
- "@backstage/core-components": "0.16.0-next.2",
67
- "@backstage/core-plugin-api": "1.10.0",
68
- "@backstage/errors": "1.2.4",
69
- "@backstage/plugin-kubernetes-common": "0.9.0-next.0",
70
- "@backstage/types": "1.1.1",
65
+ "@backstage/catalog-model": "^1.7.1",
66
+ "@backstage/core-components": "^0.16.1",
67
+ "@backstage/core-plugin-api": "^1.10.1",
68
+ "@backstage/errors": "^1.2.5",
69
+ "@backstage/plugin-kubernetes-common": "^0.9.0",
70
+ "@backstage/types": "^1.2.0",
71
71
  "@kubernetes-models/apimachinery": "^2.0.0",
72
72
  "@kubernetes-models/base": "^5.0.0",
73
73
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -85,9 +85,9 @@
85
85
  "xterm-addon-fit": "^0.8.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.29.0-next.3",
89
- "@backstage/core-app-api": "1.15.1",
90
- "@backstage/test-utils": "1.7.1-next.0",
88
+ "@backstage/cli": "^0.29.2",
89
+ "@backstage/core-app-api": "^1.15.2",
90
+ "@backstage/test-utils": "^1.7.2",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",
93
93
  "@types/react": "^18.0.0",