@backstage/plugin-kubernetes 0.11.13-next.1 → 0.11.13-next.3
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 +28 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.11.13-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.7.0-next.3
|
|
9
|
+
- @backstage/catalog-model@1.6.0-next.0
|
|
10
|
+
- @backstage/core-compat-api@0.2.8-next.3
|
|
11
|
+
- @backstage/plugin-catalog-react@1.12.3-next.3
|
|
12
|
+
- @backstage/core-components@0.14.10-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.9.3
|
|
14
|
+
- @backstage/plugin-kubernetes-common@0.8.2-next.2
|
|
15
|
+
- @backstage/plugin-kubernetes-react@0.4.2-next.3
|
|
16
|
+
|
|
17
|
+
## 0.11.13-next.2
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/frontend-plugin-api@0.7.0-next.2
|
|
23
|
+
- @backstage/core-compat-api@0.2.8-next.2
|
|
24
|
+
- @backstage/plugin-catalog-react@1.12.3-next.2
|
|
25
|
+
- @backstage/plugin-kubernetes-common@0.8.2-next.1
|
|
26
|
+
- @backstage/catalog-model@1.5.0
|
|
27
|
+
- @backstage/core-components@0.14.10-next.0
|
|
28
|
+
- @backstage/core-plugin-api@1.9.3
|
|
29
|
+
- @backstage/plugin-kubernetes-react@0.4.2-next.2
|
|
30
|
+
|
|
3
31
|
## 0.11.13-next.1
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
2
2
|
|
|
3
3
|
declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
|
|
4
4
|
kubernetes: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
5
|
-
}, {}>;
|
|
5
|
+
}, {}, {}>;
|
|
6
6
|
|
|
7
7
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes",
|
|
3
|
-
"version": "0.11.13-next.
|
|
3
|
+
"version": "0.11.13-next.3",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards Kubernetes",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"test": "backstage-cli package test"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/catalog-model": "^1.
|
|
61
|
-
"@backstage/core-compat-api": "^0.2.8-next.
|
|
60
|
+
"@backstage/catalog-model": "^1.6.0-next.0",
|
|
61
|
+
"@backstage/core-compat-api": "^0.2.8-next.3",
|
|
62
62
|
"@backstage/core-components": "^0.14.10-next.0",
|
|
63
63
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
64
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
65
|
-
"@backstage/plugin-catalog-react": "^1.12.3-next.
|
|
66
|
-
"@backstage/plugin-kubernetes-common": "^0.8.2-next.
|
|
67
|
-
"@backstage/plugin-kubernetes-react": "^0.4.2-next.
|
|
64
|
+
"@backstage/frontend-plugin-api": "^0.7.0-next.3",
|
|
65
|
+
"@backstage/plugin-catalog-react": "^1.12.3-next.3",
|
|
66
|
+
"@backstage/plugin-kubernetes-common": "^0.8.2-next.2",
|
|
67
|
+
"@backstage/plugin-kubernetes-react": "^0.4.2-next.3",
|
|
68
68
|
"@kubernetes-models/apimachinery": "^1.1.0",
|
|
69
69
|
"@kubernetes-models/base": "^4.0.1",
|
|
70
70
|
"@kubernetes/client-node": "0.20.0",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"xterm-addon-fit": "^0.8.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/cli": "^0.27.0-next.
|
|
84
|
-
"@backstage/dev-utils": "^1.0.37-next.
|
|
85
|
-
"@backstage/test-utils": "^1.5.10-next.
|
|
83
|
+
"@backstage/cli": "^0.27.0-next.4",
|
|
84
|
+
"@backstage/dev-utils": "^1.0.37-next.3",
|
|
85
|
+
"@backstage/test-utils": "^1.5.10-next.2",
|
|
86
86
|
"@testing-library/dom": "^10.0.0",
|
|
87
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
88
88
|
"@testing-library/react": "^15.0.0"
|