@backstage/plugin-kubernetes 0.12.1 → 0.12.2-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 +6 -6
- package/dist/alpha.d.ts +11 -11
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
-
## 0.12.
|
|
3
|
+
## 0.12.2-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
8
|
+
- @backstage/plugin-catalog-react@1.14.3-next.0
|
|
9
|
+
- @backstage/frontend-plugin-api@0.9.3-next.0
|
|
9
10
|
- @backstage/catalog-model@1.7.1
|
|
10
|
-
- @backstage/core-compat-api@0.3.
|
|
11
|
-
- @backstage/core-components@0.16.
|
|
11
|
+
- @backstage/core-compat-api@0.3.4-next.0
|
|
12
|
+
- @backstage/core-components@0.16.2-next.0
|
|
12
13
|
- @backstage/core-plugin-api@1.10.1
|
|
13
|
-
- @backstage/plugin-catalog-react@1.14.2
|
|
14
14
|
- @backstage/plugin-kubernetes-common@0.9.0
|
|
15
|
-
- @backstage/plugin-kubernetes-react@0.5.
|
|
15
|
+
- @backstage/plugin-kubernetes-react@0.5.2-next.0
|
|
16
16
|
|
|
17
17
|
## 0.12.0
|
|
18
18
|
|
package/dist/alpha.d.ts
CHANGED
|
@@ -6,17 +6,6 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
6
6
|
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
7
7
|
kubernetes: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
8
8
|
}, {}, {
|
|
9
|
-
"api:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
10
|
-
kind: "api";
|
|
11
|
-
name: undefined;
|
|
12
|
-
config: {};
|
|
13
|
-
configInput: {};
|
|
14
|
-
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
15
|
-
inputs: {};
|
|
16
|
-
params: {
|
|
17
|
-
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
18
|
-
};
|
|
19
|
-
}>;
|
|
20
9
|
"page:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
21
10
|
kind: "page";
|
|
22
11
|
name: undefined;
|
|
@@ -36,6 +25,17 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
36
25
|
routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
|
|
37
26
|
};
|
|
38
27
|
}>;
|
|
28
|
+
"api:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
29
|
+
kind: "api";
|
|
30
|
+
name: undefined;
|
|
31
|
+
config: {};
|
|
32
|
+
configInput: {};
|
|
33
|
+
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
34
|
+
inputs: {};
|
|
35
|
+
params: {
|
|
36
|
+
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
37
|
+
};
|
|
38
|
+
}>;
|
|
39
39
|
"entity-content:kubernetes/kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
40
40
|
kind: "entity-content";
|
|
41
41
|
name: "kubernetes";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2-next.0",
|
|
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.1",
|
|
71
|
+
"@backstage/core-compat-api": "0.3.4-next.0",
|
|
72
|
+
"@backstage/core-components": "0.16.2-next.0",
|
|
73
|
+
"@backstage/core-plugin-api": "1.10.1",
|
|
74
|
+
"@backstage/frontend-plugin-api": "0.9.3-next.0",
|
|
75
|
+
"@backstage/plugin-catalog-react": "1.14.3-next.0",
|
|
76
|
+
"@backstage/plugin-kubernetes-common": "0.9.0",
|
|
77
|
+
"@backstage/plugin-kubernetes-react": "0.5.2-next.0",
|
|
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.29.3-next.0",
|
|
93
|
+
"@backstage/dev-utils": "1.1.5-next.0",
|
|
94
|
+
"@backstage/test-utils": "1.7.3-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",
|