@backstage/plugin-kubernetes-cluster 0.0.0-nightly-20250209023129 → 0.0.0-nightly-20250211023050

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 +7 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
- ## 0.0.0-nightly-20250209023129
3
+ ## 0.0.0-nightly-20250211023050
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,12 +10,12 @@
10
10
  The `/resources` endpoints are now protected by the `kubernetes.resources.read` permission.
11
11
  - 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.
12
12
  - Updated dependencies
13
- - @backstage/plugin-kubernetes-react@0.0.0-nightly-20250209023129
14
- - @backstage/core-components@0.0.0-nightly-20250209023129
15
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20250209023129
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250209023129
17
- - @backstage/core-plugin-api@0.0.0-nightly-20250209023129
18
- - @backstage/plugin-permission-react@0.0.0-nightly-20250209023129
13
+ - @backstage/plugin-kubernetes-react@0.0.0-nightly-20250211023050
14
+ - @backstage/core-components@0.0.0-nightly-20250211023050
15
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20250211023050
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250211023050
17
+ - @backstage/core-plugin-api@0.0.0-nightly-20250211023050
18
+ - @backstage/plugin-permission-react@0.0.0-nightly-20250211023050
19
19
  - @backstage/catalog-model@1.7.3
20
20
 
21
21
  ## 0.0.22-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
- "version": "0.0.0-nightly-20250209023129",
3
+ "version": "0.0.0-nightly-20250211023050",
4
4
  "description": "A Backstage plugin that shows details of Kubernetes clusters",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/catalog-model": "1.7.3",
66
- "@backstage/core-components": "0.0.0-nightly-20250209023129",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20250209023129",
68
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250209023129",
69
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20250209023129",
70
- "@backstage/plugin-kubernetes-react": "0.0.0-nightly-20250209023129",
71
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250209023129",
66
+ "@backstage/core-components": "0.0.0-nightly-20250211023050",
67
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250211023050",
68
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250211023050",
69
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20250211023050",
70
+ "@backstage/plugin-kubernetes-react": "0.0.0-nightly-20250211023050",
71
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20250211023050",
72
72
  "@kubernetes-models/apimachinery": "^2.0.0",
73
73
  "@kubernetes-models/base": "^5.0.0",
74
74
  "@material-ui/core": "^4.12.2",
@@ -81,8 +81,8 @@
81
81
  "react-use": "^17.2.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "0.0.0-nightly-20250209023129",
85
- "@backstage/test-utils": "0.0.0-nightly-20250209023129",
84
+ "@backstage/cli": "0.0.0-nightly-20250211023050",
85
+ "@backstage/test-utils": "0.0.0-nightly-20250211023050",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^16.0.0",