@backstage/plugin-kubernetes 0.11.0-next.2 → 0.11.1-next.0
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 +43 -0
- package/package.json +22 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.11.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6c2b872153: Add official support for React 18.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.13.7-next.0
|
|
10
|
+
- @backstage/plugin-catalog-react@1.9.0-next.0
|
|
11
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
12
|
+
- @backstage/plugin-kubernetes-react@0.1.1-next.0
|
|
13
|
+
- @backstage/theme@0.4.4-next.0
|
|
14
|
+
- @backstage/catalog-model@1.4.3
|
|
15
|
+
- @backstage/config@1.1.1
|
|
16
|
+
- @backstage/errors@1.2.3
|
|
17
|
+
- @backstage/types@1.1.1
|
|
18
|
+
- @backstage/plugin-kubernetes-common@0.7.1-next.0
|
|
19
|
+
|
|
20
|
+
## 0.11.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- 2d8151061c: Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 9101c0d1b6: Updated dependency `@kubernetes/client-node` to `0.19.0`.
|
|
29
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
30
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
|
31
|
+
- b0aca1a798: Updated dependency `xterm-addon-attach` to `^0.9.0`.
|
|
32
|
+
Updated dependency `xterm-addon-fit` to `^0.8.0`.
|
|
33
|
+
- 95518765ee: Add Kubernetes cluster plugin. Viewing Kubernetes clusters as an Admin from Backstage
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
36
|
+
- @backstage/core-plugin-api@1.7.0
|
|
37
|
+
- @backstage/core-components@0.13.6
|
|
38
|
+
- @backstage/catalog-model@1.4.3
|
|
39
|
+
- @backstage/errors@1.2.3
|
|
40
|
+
- @backstage/plugin-kubernetes-react@0.1.0
|
|
41
|
+
- @backstage/plugin-kubernetes-common@0.7.0
|
|
42
|
+
- @backstage/theme@0.4.3
|
|
43
|
+
- @backstage/config@1.1.1
|
|
44
|
+
- @backstage/types@1.1.1
|
|
45
|
+
|
|
3
46
|
## 0.11.0-next.2
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes",
|
|
3
3
|
"description": "A Backstage plugin that integrates towards Kubernetes",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.1-next.0",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"clean": "backstage-cli package clean"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/catalog-model": "^1.4.3
|
|
38
|
-
"@backstage/config": "^1.1.1
|
|
39
|
-
"@backstage/core-components": "^0.13.
|
|
40
|
-
"@backstage/core-plugin-api": "^1.
|
|
41
|
-
"@backstage/errors": "^1.2.3
|
|
42
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
43
|
-
"@backstage/plugin-kubernetes-common": "^0.7.
|
|
44
|
-
"@backstage/plugin-kubernetes-react": "^0.1.
|
|
45
|
-
"@backstage/theme": "^0.4.
|
|
37
|
+
"@backstage/catalog-model": "^1.4.3",
|
|
38
|
+
"@backstage/config": "^1.1.1",
|
|
39
|
+
"@backstage/core-components": "^0.13.7-next.0",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.8.0-next.0",
|
|
41
|
+
"@backstage/errors": "^1.2.3",
|
|
42
|
+
"@backstage/plugin-catalog-react": "^1.9.0-next.0",
|
|
43
|
+
"@backstage/plugin-kubernetes-common": "^0.7.1-next.0",
|
|
44
|
+
"@backstage/plugin-kubernetes-react": "^0.1.1-next.0",
|
|
45
|
+
"@backstage/theme": "^0.4.4-next.0",
|
|
46
46
|
"@backstage/types": "^1.1.1",
|
|
47
47
|
"@kubernetes-models/apimachinery": "^1.1.0",
|
|
48
48
|
"@kubernetes-models/base": "^4.0.1",
|
|
49
|
-
"@kubernetes/client-node": "0.
|
|
49
|
+
"@kubernetes/client-node": "0.19.0",
|
|
50
50
|
"@material-ui/core": "^4.12.2",
|
|
51
51
|
"@material-ui/icons": "^4.9.1",
|
|
52
52
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -58,23 +58,22 @@
|
|
|
58
58
|
"luxon": "^3.0.0",
|
|
59
59
|
"react-use": "^17.2.4",
|
|
60
60
|
"xterm": "^5.2.1",
|
|
61
|
-
"xterm-addon-attach": "^0.
|
|
62
|
-
"xterm-addon-fit": "^0.
|
|
61
|
+
"xterm-addon-attach": "^0.9.0",
|
|
62
|
+
"xterm-addon-fit": "^0.8.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"react": "^16.13.1 || ^17.0.0",
|
|
66
|
-
"react-dom": "^16.13.1 || ^17.0.0",
|
|
65
|
+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
66
|
+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
67
67
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@backstage/cli": "^0.
|
|
71
|
-
"@backstage/core-app-api": "^1.11.
|
|
72
|
-
"@backstage/dev-utils": "^1.0.
|
|
73
|
-
"@backstage/test-utils": "^1.4.
|
|
74
|
-
"@testing-library/dom": "^
|
|
75
|
-
"@testing-library/jest-dom": "^
|
|
76
|
-
"@testing-library/react": "^
|
|
77
|
-
"@testing-library/react-hooks": "^8.0.0",
|
|
70
|
+
"@backstage/cli": "^0.24.0-next.0",
|
|
71
|
+
"@backstage/core-app-api": "^1.11.1-next.0",
|
|
72
|
+
"@backstage/dev-utils": "^1.0.23-next.0",
|
|
73
|
+
"@backstage/test-utils": "^1.4.5-next.0",
|
|
74
|
+
"@testing-library/dom": "^9.0.0",
|
|
75
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
76
|
+
"@testing-library/react": "^14.0.0",
|
|
78
77
|
"@testing-library/user-event": "^14.0.0",
|
|
79
78
|
"jest-websocket-mock": "^2.4.1",
|
|
80
79
|
"msw": "^1.0.0"
|