@backstage/plugin-kubernetes 0.12.4-next.2 → 0.12.4

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 +34 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ca3da29: The `/clusters` endpoint is now protected by the `kubernetes.clusters.read` permission.
8
+ The `/services/:serviceId` endpoint is now protected by the `kubernetes.resources.read` permission.
9
+ The `/resources` endpoints are now protected by the `kubernetes.resources.read` permission.
10
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
11
+ - Updated dependencies
12
+ - @backstage/plugin-kubernetes-react@0.5.4
13
+ - @backstage/core-components@0.16.4
14
+ - @backstage/plugin-kubernetes-common@0.9.3
15
+ - @backstage/plugin-catalog-react@1.15.2
16
+ - @backstage/frontend-plugin-api@0.9.5
17
+ - @backstage/core-compat-api@0.3.6
18
+ - @backstage/core-plugin-api@1.10.4
19
+ - @backstage/plugin-permission-react@0.4.31
20
+ - @backstage/catalog-model@1.7.3
21
+
22
+ ## 0.12.4-next.3
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/frontend-plugin-api@0.9.5-next.3
28
+ - @backstage/core-compat-api@0.3.6-next.3
29
+ - @backstage/catalog-model@1.7.3
30
+ - @backstage/core-components@0.16.4-next.1
31
+ - @backstage/core-plugin-api@1.10.4-next.0
32
+ - @backstage/plugin-catalog-react@1.15.2-next.3
33
+ - @backstage/plugin-kubernetes-common@0.9.3-next.1
34
+ - @backstage/plugin-kubernetes-react@0.5.4-next.2
35
+ - @backstage/plugin-permission-react@0.4.31-next.0
36
+
3
37
  ## 0.12.4-next.2
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.4-next.2",
3
+ "version": "0.12.4",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,15 +70,15 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-model": "1.7.3",
74
- "@backstage/core-compat-api": "0.3.6-next.2",
75
- "@backstage/core-components": "0.16.4-next.1",
76
- "@backstage/core-plugin-api": "1.10.4-next.0",
77
- "@backstage/frontend-plugin-api": "0.9.5-next.2",
78
- "@backstage/plugin-catalog-react": "1.15.2-next.2",
79
- "@backstage/plugin-kubernetes-common": "0.9.3-next.1",
80
- "@backstage/plugin-kubernetes-react": "0.5.4-next.2",
81
- "@backstage/plugin-permission-react": "0.4.31-next.0",
73
+ "@backstage/catalog-model": "^1.7.3",
74
+ "@backstage/core-compat-api": "^0.3.6",
75
+ "@backstage/core-components": "^0.16.4",
76
+ "@backstage/core-plugin-api": "^1.10.4",
77
+ "@backstage/frontend-plugin-api": "^0.9.5",
78
+ "@backstage/plugin-catalog-react": "^1.15.2",
79
+ "@backstage/plugin-kubernetes-common": "^0.9.3",
80
+ "@backstage/plugin-kubernetes-react": "^0.5.4",
81
+ "@backstage/plugin-permission-react": "^0.4.31",
82
82
  "@kubernetes-models/apimachinery": "^2.0.0",
83
83
  "@kubernetes-models/base": "^5.0.0",
84
84
  "@kubernetes/client-node": "1.0.0-rc7",
@@ -93,9 +93,9 @@
93
93
  "xterm-addon-fit": "^0.8.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "0.30.0-next.2",
97
- "@backstage/dev-utils": "1.1.7-next.2",
98
- "@backstage/test-utils": "1.7.5-next.0",
96
+ "@backstage/cli": "^0.30.0",
97
+ "@backstage/dev-utils": "^1.1.7",
98
+ "@backstage/test-utils": "^1.7.5",
99
99
  "@testing-library/dom": "^10.0.0",
100
100
  "@testing-library/jest-dom": "^6.0.0",
101
101
  "@testing-library/react": "^16.0.0",