@backstage/plugin-kubernetes 0.12.3 → 0.12.4-next.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.
- package/CHANGELOG.md +29 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.12.4-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-kubernetes-react@0.5.4-next.1
|
|
10
|
+
- @backstage/core-components@0.16.4-next.0
|
|
11
|
+
- @backstage/frontend-plugin-api@0.9.5-next.1
|
|
12
|
+
- @backstage/core-compat-api@0.3.6-next.1
|
|
13
|
+
- @backstage/core-plugin-api@1.10.4-next.0
|
|
14
|
+
- @backstage/plugin-catalog-react@1.15.2-next.1
|
|
15
|
+
- @backstage/catalog-model@1.7.3
|
|
16
|
+
- @backstage/plugin-kubernetes-common@0.9.3-next.0
|
|
17
|
+
|
|
18
|
+
## 0.12.4-next.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/plugin-kubernetes-react@0.5.4-next.0
|
|
24
|
+
- @backstage/plugin-kubernetes-common@0.9.3-next.0
|
|
25
|
+
- @backstage/frontend-plugin-api@0.9.5-next.0
|
|
26
|
+
- @backstage/catalog-model@1.7.3
|
|
27
|
+
- @backstage/core-compat-api@0.3.6-next.0
|
|
28
|
+
- @backstage/core-components@0.16.3
|
|
29
|
+
- @backstage/core-plugin-api@1.10.3
|
|
30
|
+
- @backstage/plugin-catalog-react@1.15.2-next.0
|
|
31
|
+
|
|
3
32
|
## 0.12.3
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.4-next.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": "
|
|
71
|
-
"@backstage/core-compat-api": "
|
|
72
|
-
"@backstage/core-components": "
|
|
73
|
-
"@backstage/core-plugin-api": "
|
|
74
|
-
"@backstage/frontend-plugin-api": "
|
|
75
|
-
"@backstage/plugin-catalog-react": "
|
|
76
|
-
"@backstage/plugin-kubernetes-common": "
|
|
77
|
-
"@backstage/plugin-kubernetes-react": "
|
|
70
|
+
"@backstage/catalog-model": "1.7.3",
|
|
71
|
+
"@backstage/core-compat-api": "0.3.6-next.1",
|
|
72
|
+
"@backstage/core-components": "0.16.4-next.0",
|
|
73
|
+
"@backstage/core-plugin-api": "1.10.4-next.0",
|
|
74
|
+
"@backstage/frontend-plugin-api": "0.9.5-next.1",
|
|
75
|
+
"@backstage/plugin-catalog-react": "1.15.2-next.1",
|
|
76
|
+
"@backstage/plugin-kubernetes-common": "0.9.3-next.0",
|
|
77
|
+
"@backstage/plugin-kubernetes-react": "0.5.4-next.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": "
|
|
93
|
-
"@backstage/dev-utils": "
|
|
94
|
-
"@backstage/test-utils": "
|
|
92
|
+
"@backstage/cli": "0.30.0-next.1",
|
|
93
|
+
"@backstage/dev-utils": "1.1.7-next.1",
|
|
94
|
+
"@backstage/test-utils": "1.7.5-next.0",
|
|
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",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
"react-router-dom": "^6.3.0"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
|
-
"@types/react": "^
|
|
105
|
-
"react": "^
|
|
106
|
-
"react-dom": "^
|
|
107
|
-
"react-router-dom": "
|
|
104
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
105
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
106
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
107
|
+
"react-router-dom": "^6.3.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependenciesMeta": {
|
|
110
110
|
"@types/react": {
|