@backstage/plugin-kubernetes 0.12.14-next.1 → 0.12.15-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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.15-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.21.5-next.0
9
+ - @backstage/frontend-plugin-api@0.13.2
10
+
11
+ ## 0.12.14
12
+
13
+ ### Patch Changes
14
+
15
+ - f15d5f1: add missing i18n support for kubernetes and kubernetes-react
16
+ - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
17
+ - Updated dependencies
18
+ - @backstage/frontend-plugin-api@0.13.2
19
+ - @backstage/plugin-kubernetes-react@0.5.14
20
+ - @backstage/core-components@0.18.4
21
+ - @backstage/plugin-catalog-react@1.21.4
22
+ - @backstage/plugin-kubernetes-common@0.9.9
23
+ - @backstage/core-plugin-api@1.12.1
24
+ - @backstage/plugin-permission-react@0.4.39
25
+
3
26
  ## 0.12.14-next.1
4
27
 
5
28
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -1,12 +1,11 @@
1
- import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
1
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
2
2
  import * as _backstage_catalog_model from '@backstage/catalog-model';
3
3
  import * as react from 'react';
4
4
  import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
5
- import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
6
5
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
7
6
 
8
7
  /** @alpha */
9
- declare const kubernetesTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"kubernetes", {
8
+ declare const kubernetesTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"kubernetes", {
10
9
  readonly "entityContent.title": "Kubernetes";
11
10
  readonly "kubernetesContentPage.title": "Your Clusters";
12
11
  readonly "kubernetesContentPage.emptyState.title": "No Kubernetes resources";
package/dist/index.d.ts CHANGED
@@ -24,4 +24,5 @@ declare const Router: (props: {
24
24
  refreshIntervalMs?: number;
25
25
  }) => react_jsx_runtime.JSX.Element;
26
26
 
27
- export { EntityKubernetesContent, type EntityKubernetesContentProps, Router, isKubernetesAvailable, kubernetesPlugin, kubernetesPlugin as plugin };
27
+ export { EntityKubernetesContent, Router, isKubernetesAvailable, kubernetesPlugin, kubernetesPlugin as plugin };
28
+ export type { EntityKubernetesContentProps };
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-kubernetes";
2
- var version = "0.12.14-next.1";
2
+ var version = "0.12.15-next.0";
3
3
  var description = "A Backstage plugin that integrates towards Kubernetes";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -27,7 +27,7 @@ var repository = {
27
27
  };
28
28
  var license = "Apache-2.0";
29
29
  var sideEffects = false;
30
- var exports = {
30
+ var exports$1 = {
31
31
  ".": "./src/index.ts",
32
32
  "./alpha": "./src/alpha.ts",
33
33
  "./package.json": "./package.json"
@@ -101,7 +101,7 @@ var _package = {
101
101
  repository: repository,
102
102
  license: license,
103
103
  sideEffects: sideEffects,
104
- exports: exports,
104
+ exports: exports$1,
105
105
  main: main,
106
106
  types: types,
107
107
  typesVersions: typesVersions,
@@ -113,5 +113,5 @@ var _package = {
113
113
  peerDependenciesMeta: peerDependenciesMeta
114
114
  };
115
115
 
116
- export { backstage, _package as default, dependencies, description, devDependencies, exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
116
+ export { backstage, _package as default, dependencies, description, devDependencies, exports$1 as exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
117
117
  //# sourceMappingURL=package.json.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.14-next.1",
3
+ "version": "0.12.15-next.0",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,19 +71,19 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@backstage/catalog-model": "1.7.6",
74
- "@backstage/core-components": "0.18.4-next.1",
75
- "@backstage/core-plugin-api": "1.12.1-next.0",
76
- "@backstage/frontend-plugin-api": "0.13.2-next.0",
77
- "@backstage/plugin-catalog-react": "1.21.4-next.1",
78
- "@backstage/plugin-kubernetes-common": "0.9.9-next.0",
79
- "@backstage/plugin-kubernetes-react": "0.5.14-next.1",
80
- "@backstage/plugin-permission-react": "0.4.39-next.0",
74
+ "@backstage/core-components": "0.18.4",
75
+ "@backstage/core-plugin-api": "1.12.1",
76
+ "@backstage/frontend-plugin-api": "0.13.2",
77
+ "@backstage/plugin-catalog-react": "1.21.5-next.0",
78
+ "@backstage/plugin-kubernetes-common": "0.9.9",
79
+ "@backstage/plugin-kubernetes-react": "0.5.14",
80
+ "@backstage/plugin-permission-react": "0.4.39",
81
81
  "@material-ui/core": "^4.12.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "0.34.6-next.1",
85
- "@backstage/dev-utils": "1.1.18-next.1",
86
- "@backstage/test-utils": "1.7.14-next.0",
84
+ "@backstage/cli": "0.35.2-next.1",
85
+ "@backstage/dev-utils": "1.1.19-next.1",
86
+ "@backstage/test-utils": "1.7.14",
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",