@backstage/plugin-kubernetes 0.12.12 → 0.12.13
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 +30 -0
- package/dist/alpha.d.ts +6 -6
- package/dist/package.json.esm.js +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.12.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.13.0
|
|
9
|
+
- @backstage/core-compat-api@0.5.4
|
|
10
|
+
- @backstage/plugin-catalog-react@1.21.3
|
|
11
|
+
- @backstage/core-components@0.18.3
|
|
12
|
+
- @backstage/plugin-kubernetes-common@0.9.8
|
|
13
|
+
- @backstage/plugin-kubernetes-react@0.5.13
|
|
14
|
+
- @backstage/core-plugin-api@1.12.0
|
|
15
|
+
- @backstage/plugin-permission-react@0.4.38
|
|
16
|
+
- @backstage/catalog-model@1.7.6
|
|
17
|
+
|
|
18
|
+
## 0.12.13-next.0
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/plugin-kubernetes-react@0.5.13-next.0
|
|
24
|
+
- @backstage/plugin-permission-react@0.4.38-next.0
|
|
25
|
+
- @backstage/plugin-catalog-react@1.21.3-next.0
|
|
26
|
+
- @backstage/core-plugin-api@1.11.2-next.0
|
|
27
|
+
- @backstage/core-components@0.18.3-next.0
|
|
28
|
+
- @backstage/catalog-model@1.7.6-next.0
|
|
29
|
+
- @backstage/frontend-plugin-api@0.12.2-next.0
|
|
30
|
+
- @backstage/core-compat-api@0.5.4-next.0
|
|
31
|
+
- @backstage/plugin-kubernetes-common@0.9.8-next.0
|
|
32
|
+
|
|
3
33
|
## 0.12.12
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ declare const kubernetesTranslationRef: _backstage_core_plugin_api_alpha.Transla
|
|
|
13
13
|
declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
|
|
14
14
|
kubernetes: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
15
15
|
}, {}, {
|
|
16
|
-
"api:kubernetes": _backstage_frontend_plugin_api.
|
|
16
|
+
"api:kubernetes": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
17
17
|
kind: "api";
|
|
18
18
|
name: undefined;
|
|
19
19
|
config: {};
|
|
@@ -22,7 +22,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
22
22
|
inputs: {};
|
|
23
23
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
24
24
|
}>;
|
|
25
|
-
"api:kubernetes/auth-providers": _backstage_frontend_plugin_api.
|
|
25
|
+
"api:kubernetes/auth-providers": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
26
26
|
kind: "api";
|
|
27
27
|
name: "auth-providers";
|
|
28
28
|
config: {};
|
|
@@ -31,7 +31,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
31
31
|
inputs: {};
|
|
32
32
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
33
33
|
}>;
|
|
34
|
-
"api:kubernetes/cluster-link-formatter": _backstage_frontend_plugin_api.
|
|
34
|
+
"api:kubernetes/cluster-link-formatter": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
35
35
|
kind: "api";
|
|
36
36
|
name: "cluster-link-formatter";
|
|
37
37
|
config: {};
|
|
@@ -40,7 +40,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
40
40
|
inputs: {};
|
|
41
41
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
42
42
|
}>;
|
|
43
|
-
"api:kubernetes/proxy": _backstage_frontend_plugin_api.
|
|
43
|
+
"api:kubernetes/proxy": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
44
44
|
kind: "api";
|
|
45
45
|
name: "proxy";
|
|
46
46
|
config: {};
|
|
@@ -49,7 +49,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
49
49
|
inputs: {};
|
|
50
50
|
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
51
51
|
}>;
|
|
52
|
-
"entity-content:kubernetes/kubernetes": _backstage_frontend_plugin_api.
|
|
52
|
+
"entity-content:kubernetes/kubernetes": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
53
53
|
kind: "entity-content";
|
|
54
54
|
name: "kubernetes";
|
|
55
55
|
config: {
|
|
@@ -86,7 +86,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
86
86
|
filter?: string | _backstage_plugin_catalog_react_alpha.EntityPredicate | ((entity: _backstage_catalog_model.Entity) => boolean);
|
|
87
87
|
};
|
|
88
88
|
}>;
|
|
89
|
-
"page:kubernetes": _backstage_frontend_plugin_api.
|
|
89
|
+
"page:kubernetes": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
90
90
|
kind: "page";
|
|
91
91
|
name: undefined;
|
|
92
92
|
config: {
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.13",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards Kubernetes",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,21 +70,21 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-model": "^1.7.
|
|
74
|
-
"@backstage/core-compat-api": "^0.5.
|
|
75
|
-
"@backstage/core-components": "^0.18.
|
|
76
|
-
"@backstage/core-plugin-api": "^1.
|
|
77
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
78
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
79
|
-
"@backstage/plugin-kubernetes-common": "^0.9.
|
|
80
|
-
"@backstage/plugin-kubernetes-react": "^0.5.
|
|
81
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
73
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
74
|
+
"@backstage/core-compat-api": "^0.5.4",
|
|
75
|
+
"@backstage/core-components": "^0.18.3",
|
|
76
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
77
|
+
"@backstage/frontend-plugin-api": "^0.13.0",
|
|
78
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
79
|
+
"@backstage/plugin-kubernetes-common": "^0.9.8",
|
|
80
|
+
"@backstage/plugin-kubernetes-react": "^0.5.13",
|
|
81
|
+
"@backstage/plugin-permission-react": "^0.4.38",
|
|
82
82
|
"@material-ui/core": "^4.12.2"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/cli": "^0.34.
|
|
86
|
-
"@backstage/dev-utils": "^1.1.
|
|
87
|
-
"@backstage/test-utils": "^1.7.
|
|
85
|
+
"@backstage/cli": "^0.34.5",
|
|
86
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
87
|
+
"@backstage/test-utils": "^1.7.13",
|
|
88
88
|
"@testing-library/dom": "^10.0.0",
|
|
89
89
|
"@testing-library/jest-dom": "^6.0.0",
|
|
90
90
|
"@testing-library/react": "^16.0.0",
|