@backstage/plugin-kubernetes-cluster 0.0.0-nightly-20251213024329 → 0.0.0-nightly-20251230024823

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 +20 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-kubernetes-cluster
2
2
 
3
- ## 0.0.0-nightly-20251213024329
3
+ ## 0.0.0-nightly-20251230024823
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 2bae83a: Bumped dev dependencies `@types/node`
8
7
  - Updated dependencies
9
- - @backstage/plugin-kubernetes-react@0.0.0-nightly-20251213024329
10
- - @backstage/core-components@0.0.0-nightly-20251213024329
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20251213024329
12
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20251213024329
13
- - @backstage/core-plugin-api@0.0.0-nightly-20251213024329
14
8
  - @backstage/catalog-model@1.7.6
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20251213024329
9
+ - @backstage/core-components@0.18.4
10
+ - @backstage/core-plugin-api@1.12.1
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20251230024823
12
+ - @backstage/plugin-kubernetes-common@0.9.9
13
+ - @backstage/plugin-kubernetes-react@0.5.14
14
+ - @backstage/plugin-permission-react@0.4.39
15
+
16
+ ## 0.0.32
17
+
18
+ ### Patch Changes
19
+
20
+ - 2bae83a: Bumped dev dependencies `@types/node`
21
+ - Updated dependencies
22
+ - @backstage/plugin-kubernetes-react@0.5.14
23
+ - @backstage/core-components@0.18.4
24
+ - @backstage/plugin-catalog-react@1.21.4
25
+ - @backstage/plugin-kubernetes-common@0.9.9
26
+ - @backstage/core-plugin-api@1.12.1
27
+ - @backstage/plugin-permission-react@0.4.39
16
28
 
17
29
  ## 0.0.32-next.2
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-cluster",
3
- "version": "0.0.0-nightly-20251213024329",
3
+ "version": "0.0.0-nightly-20251230024823",
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.6",
66
- "@backstage/core-components": "0.0.0-nightly-20251213024329",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20251213024329",
68
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20251213024329",
69
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20251213024329",
70
- "@backstage/plugin-kubernetes-react": "0.0.0-nightly-20251213024329",
71
- "@backstage/plugin-permission-react": "0.0.0-nightly-20251213024329",
66
+ "@backstage/core-components": "0.18.4",
67
+ "@backstage/core-plugin-api": "1.12.1",
68
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20251230024823",
69
+ "@backstage/plugin-kubernetes-common": "0.9.9",
70
+ "@backstage/plugin-kubernetes-react": "0.5.14",
71
+ "@backstage/plugin-permission-react": "0.4.39",
72
72
  "@kubernetes-models/apimachinery": "^2.0.0",
73
73
  "@material-ui/core": "^4.12.2",
74
74
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -76,8 +76,8 @@
76
76
  "react-use": "^17.2.4"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "0.0.0-nightly-20251213024329",
80
- "@backstage/test-utils": "0.0.0-nightly-20251213024329",
79
+ "@backstage/cli": "0.0.0-nightly-20251230024823",
80
+ "@backstage/test-utils": "1.7.14",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^16.0.0",
83
83
  "@types/node": "^22.13.14",