@backstage/plugin-kubernetes 0.12.16-next.2 → 0.12.16
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 +17 -0
- package/dist/alpha.d.ts +26 -5
- package/dist/package.json.esm.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.12.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7feb83b: Adjusted to use the new `@backstage/filter-predicates` types for predicate expressions.
|
|
8
|
+
- 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
|
|
9
|
+
- 4183614: Updated usage of deprecated APIs in the new frontend system.
|
|
10
|
+
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/plugin-catalog-react@2.0.0
|
|
13
|
+
- @backstage/core-components@0.18.7
|
|
14
|
+
- @backstage/plugin-kubernetes-react@0.5.16
|
|
15
|
+
- @backstage/plugin-kubernetes-common@0.9.10
|
|
16
|
+
- @backstage/frontend-plugin-api@0.14.0
|
|
17
|
+
- @backstage/core-plugin-api@1.12.3
|
|
18
|
+
- @backstage/plugin-permission-react@0.4.40
|
|
19
|
+
|
|
3
20
|
## 0.12.16-next.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -71,9 +71,9 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
71
71
|
group?: string | false | undefined;
|
|
72
72
|
icon?: string | undefined;
|
|
73
73
|
};
|
|
74
|
-
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<
|
|
74
|
+
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", {
|
|
75
75
|
optional: true;
|
|
76
|
-
}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
76
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
77
77
|
optional: true;
|
|
78
78
|
}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
79
79
|
optional: true;
|
|
@@ -101,19 +101,40 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
101
101
|
name: undefined;
|
|
102
102
|
config: {
|
|
103
103
|
path: string | undefined;
|
|
104
|
+
title: string | undefined;
|
|
104
105
|
};
|
|
105
106
|
configInput: {
|
|
107
|
+
title?: string | undefined;
|
|
106
108
|
path?: string | undefined;
|
|
107
109
|
};
|
|
108
|
-
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<
|
|
110
|
+
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", {
|
|
111
|
+
optional: true;
|
|
112
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.title", {
|
|
113
|
+
optional: true;
|
|
114
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
|
|
109
115
|
optional: true;
|
|
110
116
|
}>;
|
|
111
|
-
inputs: {
|
|
117
|
+
inputs: {
|
|
118
|
+
pages: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
119
|
+
optional: true;
|
|
120
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.title", {
|
|
121
|
+
optional: true;
|
|
122
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
|
|
123
|
+
optional: true;
|
|
124
|
+
}>, {
|
|
125
|
+
singleton: false;
|
|
126
|
+
optional: false;
|
|
127
|
+
internal: false;
|
|
128
|
+
}>;
|
|
129
|
+
};
|
|
112
130
|
params: {
|
|
113
131
|
defaultPath?: [Error: `Use the 'path' param instead`];
|
|
114
132
|
path: string;
|
|
115
|
-
|
|
133
|
+
title?: string;
|
|
134
|
+
icon?: _backstage_frontend_plugin_api.IconElement;
|
|
135
|
+
loader?: () => Promise<react.JSX.Element>;
|
|
116
136
|
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
137
|
+
noHeader?: boolean;
|
|
117
138
|
};
|
|
118
139
|
}>;
|
|
119
140
|
}>;
|
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.16
|
|
3
|
+
"version": "0.12.16",
|
|
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.7.6",
|
|
74
|
-
"@backstage/core-components": "0.18.7
|
|
75
|
-
"@backstage/core-plugin-api": "1.12.3
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.14.0
|
|
77
|
-
"@backstage/plugin-catalog-react": "2.0.0
|
|
78
|
-
"@backstage/plugin-kubernetes-common": "0.9.10
|
|
79
|
-
"@backstage/plugin-kubernetes-react": "0.5.16
|
|
80
|
-
"@backstage/plugin-permission-react": "0.4.40
|
|
73
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
74
|
+
"@backstage/core-components": "^0.18.7",
|
|
75
|
+
"@backstage/core-plugin-api": "^1.12.3",
|
|
76
|
+
"@backstage/frontend-plugin-api": "^0.14.0",
|
|
77
|
+
"@backstage/plugin-catalog-react": "^2.0.0",
|
|
78
|
+
"@backstage/plugin-kubernetes-common": "^0.9.10",
|
|
79
|
+
"@backstage/plugin-kubernetes-react": "^0.5.16",
|
|
80
|
+
"@backstage/plugin-permission-react": "^0.4.40",
|
|
81
81
|
"@material-ui/core": "^4.12.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/cli": "0.35.4
|
|
85
|
-
"@backstage/dev-utils": "1.1.20
|
|
86
|
-
"@backstage/test-utils": "1.7.15
|
|
84
|
+
"@backstage/cli": "^0.35.4",
|
|
85
|
+
"@backstage/dev-utils": "^1.1.20",
|
|
86
|
+
"@backstage/test-utils": "^1.7.15",
|
|
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",
|