@backstage/plugin-kubernetes 0.12.18-next.2 → 0.12.19-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 +29 -0
- package/dist/alpha.d.ts +3 -3
- package/dist/package.json.esm.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.12.19-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.18.10-next.0
|
|
9
|
+
- @backstage/plugin-catalog-react@2.1.5-next.0
|
|
10
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
11
|
+
- @backstage/plugin-kubernetes-react@0.5.19-next.0
|
|
12
|
+
- @backstage/catalog-model@1.8.1-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
14
|
+
- @backstage/plugin-kubernetes-common@0.9.12-next.0
|
|
15
|
+
- @backstage/plugin-permission-react@0.5.1-next.0
|
|
16
|
+
|
|
17
|
+
## 0.12.18
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- d156cf4: Added `title` and `icon` to the new frontend system plugin definition.
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/catalog-model@1.8.0
|
|
24
|
+
- @backstage/plugin-catalog-react@2.1.2
|
|
25
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
26
|
+
- @backstage/core-components@0.18.9
|
|
27
|
+
- @backstage/plugin-permission-react@0.5.0
|
|
28
|
+
- @backstage/core-plugin-api@1.12.5
|
|
29
|
+
- @backstage/plugin-kubernetes-common@0.9.11
|
|
30
|
+
- @backstage/plugin-kubernetes-react@0.5.18
|
|
31
|
+
|
|
3
32
|
## 0.12.18-next.2
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -55,9 +55,9 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
55
55
|
icon: string | undefined;
|
|
56
56
|
};
|
|
57
57
|
configInput: {
|
|
58
|
-
filter?: _backstage_filter_predicates.FilterPredicate | undefined;
|
|
59
|
-
title?: string | undefined;
|
|
60
58
|
path?: string | undefined;
|
|
59
|
+
title?: string | undefined;
|
|
60
|
+
filter?: _backstage_filter_predicates.FilterPredicate | undefined;
|
|
61
61
|
group?: string | false | undefined;
|
|
62
62
|
icon?: string | undefined;
|
|
63
63
|
};
|
|
@@ -94,8 +94,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
94
94
|
title: string | undefined;
|
|
95
95
|
};
|
|
96
96
|
configInput: {
|
|
97
|
-
title?: string | undefined;
|
|
98
97
|
path?: string | undefined;
|
|
98
|
+
title?: string | undefined;
|
|
99
99
|
};
|
|
100
100
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
101
101
|
optional: true;
|
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.19-next.0",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards Kubernetes",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-model": "1.
|
|
74
|
-
"@backstage/core-components": "0.18.
|
|
75
|
-
"@backstage/core-plugin-api": "1.12.
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.
|
|
77
|
-
"@backstage/plugin-catalog-react": "2.1.
|
|
78
|
-
"@backstage/plugin-kubernetes-common": "0.9.
|
|
79
|
-
"@backstage/plugin-kubernetes-react": "0.5.
|
|
80
|
-
"@backstage/plugin-permission-react": "0.
|
|
73
|
+
"@backstage/catalog-model": "1.8.1-next.0",
|
|
74
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
75
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
77
|
+
"@backstage/plugin-catalog-react": "2.1.5-next.0",
|
|
78
|
+
"@backstage/plugin-kubernetes-common": "0.9.12-next.0",
|
|
79
|
+
"@backstage/plugin-kubernetes-react": "0.5.19-next.0",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.5.1-next.0",
|
|
81
81
|
"@material-ui/core": "^4.12.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/cli": "0.36.
|
|
85
|
-
"@backstage/dev-utils": "1.1.
|
|
86
|
-
"@backstage/test-utils": "1.7.
|
|
84
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
85
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
86
|
+
"@backstage/test-utils": "1.7.18-next.0",
|
|
87
87
|
"@testing-library/dom": "^10.0.0",
|
|
88
88
|
"@testing-library/jest-dom": "^6.0.0",
|
|
89
89
|
"@testing-library/react": "^16.0.0",
|