@backstage/plugin-kubernetes 0.12.8-next.2 → 0.12.9-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 +32 -0
- package/dist/package.json.esm.js +5 -5
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.12.9-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.19.1-next.0
|
|
9
|
+
- @backstage/core-components@0.17.4-next.0
|
|
10
|
+
- @backstage/catalog-model@1.7.4
|
|
11
|
+
- @backstage/core-compat-api@0.4.4-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.10.8
|
|
13
|
+
- @backstage/frontend-plugin-api@0.10.4-next.0
|
|
14
|
+
- @backstage/plugin-kubernetes-common@0.9.5
|
|
15
|
+
- @backstage/plugin-kubernetes-react@0.5.9-next.0
|
|
16
|
+
- @backstage/plugin-permission-react@0.4.35
|
|
17
|
+
|
|
18
|
+
## 0.12.8
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
|
|
23
|
+
- 3ea5d1b: chore(deps): Update deprecated xterm to new package under @xterm
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/core-components@0.17.3
|
|
26
|
+
- @backstage/plugin-kubernetes-react@0.5.8
|
|
27
|
+
- @backstage/core-plugin-api@1.10.8
|
|
28
|
+
- @backstage/frontend-plugin-api@0.10.3
|
|
29
|
+
- @backstage/plugin-catalog-react@1.19.0
|
|
30
|
+
- @backstage/catalog-model@1.7.4
|
|
31
|
+
- @backstage/core-compat-api@0.4.3
|
|
32
|
+
- @backstage/plugin-kubernetes-common@0.9.5
|
|
33
|
+
- @backstage/plugin-permission-react@0.4.35
|
|
34
|
+
|
|
3
35
|
## 0.12.8-next.2
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-kubernetes";
|
|
2
|
-
var version = "0.12.
|
|
2
|
+
var version = "0.12.9-next.0";
|
|
3
3
|
var description = "A Backstage plugin that integrates towards Kubernetes";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -70,14 +70,14 @@ var dependencies = {
|
|
|
70
70
|
"@kubernetes-models/base": "^5.0.0",
|
|
71
71
|
"@kubernetes/client-node": "1.1.2",
|
|
72
72
|
"@material-ui/core": "^4.12.2",
|
|
73
|
+
"@xterm/addon-attach": "^0.11.0",
|
|
74
|
+
"@xterm/addon-fit": "^0.10.0",
|
|
75
|
+
"@xterm/xterm": "^5.5.0",
|
|
73
76
|
cronstrue: "^2.2.0",
|
|
74
77
|
"js-yaml": "^4.0.0",
|
|
75
78
|
"kubernetes-models": "^4.1.0",
|
|
76
79
|
lodash: "^4.17.21",
|
|
77
|
-
luxon: "^3.0.0"
|
|
78
|
-
xterm: "^5.2.1",
|
|
79
|
-
"xterm-addon-attach": "^0.9.0",
|
|
80
|
-
"xterm-addon-fit": "^0.8.0"
|
|
80
|
+
luxon: "^3.0.0"
|
|
81
81
|
};
|
|
82
82
|
var devDependencies = {
|
|
83
83
|
"@backstage/cli": "workspace:^",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9-next.0",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards Kubernetes",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -71,31 +71,31 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@backstage/catalog-model": "1.7.4",
|
|
74
|
-
"@backstage/core-compat-api": "0.4.
|
|
75
|
-
"@backstage/core-components": "0.17.
|
|
76
|
-
"@backstage/core-plugin-api": "1.10.
|
|
77
|
-
"@backstage/frontend-plugin-api": "0.10.
|
|
78
|
-
"@backstage/plugin-catalog-react": "1.19.
|
|
74
|
+
"@backstage/core-compat-api": "0.4.4-next.0",
|
|
75
|
+
"@backstage/core-components": "0.17.4-next.0",
|
|
76
|
+
"@backstage/core-plugin-api": "1.10.8",
|
|
77
|
+
"@backstage/frontend-plugin-api": "0.10.4-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-react": "1.19.1-next.0",
|
|
79
79
|
"@backstage/plugin-kubernetes-common": "0.9.5",
|
|
80
|
-
"@backstage/plugin-kubernetes-react": "0.5.
|
|
81
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
80
|
+
"@backstage/plugin-kubernetes-react": "0.5.9-next.0",
|
|
81
|
+
"@backstage/plugin-permission-react": "0.4.35",
|
|
82
82
|
"@kubernetes-models/apimachinery": "^2.0.0",
|
|
83
83
|
"@kubernetes-models/base": "^5.0.0",
|
|
84
84
|
"@kubernetes/client-node": "1.1.2",
|
|
85
85
|
"@material-ui/core": "^4.12.2",
|
|
86
|
+
"@xterm/addon-attach": "^0.11.0",
|
|
87
|
+
"@xterm/addon-fit": "^0.10.0",
|
|
88
|
+
"@xterm/xterm": "^5.5.0",
|
|
86
89
|
"cronstrue": "^2.2.0",
|
|
87
90
|
"js-yaml": "^4.0.0",
|
|
88
91
|
"kubernetes-models": "^4.1.0",
|
|
89
92
|
"lodash": "^4.17.21",
|
|
90
|
-
"luxon": "^3.0.0"
|
|
91
|
-
"xterm": "^5.2.1",
|
|
92
|
-
"xterm-addon-attach": "^0.9.0",
|
|
93
|
-
"xterm-addon-fit": "^0.8.0"
|
|
93
|
+
"luxon": "^3.0.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "0.33.
|
|
97
|
-
"@backstage/dev-utils": "1.1.
|
|
98
|
-
"@backstage/test-utils": "1.7.
|
|
96
|
+
"@backstage/cli": "0.33.1-next.0",
|
|
97
|
+
"@backstage/dev-utils": "1.1.12-next.0",
|
|
98
|
+
"@backstage/test-utils": "1.7.10-next.0",
|
|
99
99
|
"@testing-library/dom": "^10.0.0",
|
|
100
100
|
"@testing-library/jest-dom": "^6.0.0",
|
|
101
101
|
"@testing-library/react": "^16.0.0",
|