@backstage/plugin-kubernetes 0.11.15-next.0 → 0.11.15

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,18 +1,12 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
- ## 0.11.15-next.0
3
+ ## 0.11.15
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.9.0-next.0
9
- - @backstage/core-compat-api@0.3.1-next.0
10
- - @backstage/core-components@0.15.1-next.0
11
- - @backstage/core-plugin-api@1.10.0-next.0
12
- - @backstage/plugin-catalog-react@1.13.1-next.0
13
- - @backstage/catalog-model@1.7.0
14
- - @backstage/plugin-kubernetes-common@0.8.3
15
- - @backstage/plugin-kubernetes-react@0.4.4-next.0
8
+ - @backstage/plugin-catalog-react@1.13.1
9
+ - @backstage/core-compat-api@0.3.0
16
10
 
17
11
  ## 0.11.14
18
12
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes__alpha",
3
- "version": "0.11.15-next.0",
3
+ "version": "0.11.15",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -8,17 +8,16 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
8
8
  }, {}, {
9
9
  "api:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
10
10
  kind: "api";
11
+ namespace: undefined;
11
12
  name: undefined;
12
13
  config: {};
13
14
  configInput: {};
14
15
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
15
16
  inputs: {};
16
- params: {
17
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
18
- };
19
17
  }>;
20
18
  "page:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
21
19
  kind: "page";
20
+ namespace: undefined;
22
21
  name: undefined;
23
22
  config: {
24
23
  path: string | undefined;
@@ -30,14 +29,10 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
30
29
  optional: true;
31
30
  }>;
32
31
  inputs: {};
33
- params: {
34
- defaultPath: string;
35
- loader: () => Promise<JSX.Element>;
36
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
37
- };
38
32
  }>;
39
33
  "entity-content:kubernetes/kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
40
34
  kind: "entity-content";
35
+ namespace: undefined;
41
36
  name: "kubernetes";
42
37
  config: {
43
38
  path: string | undefined;
@@ -57,46 +52,33 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
57
52
  optional: true;
58
53
  }>;
59
54
  inputs: {};
60
- params: {
61
- loader: () => Promise<JSX.Element>;
62
- defaultPath: string;
63
- defaultTitle: string;
64
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
65
- filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
66
- };
67
55
  }>;
68
56
  "api:kubernetes/proxy": _backstage_frontend_plugin_api.ExtensionDefinition<{
69
57
  kind: "api";
58
+ namespace: undefined;
70
59
  name: "proxy";
71
60
  config: {};
72
61
  configInput: {};
73
62
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
74
63
  inputs: {};
75
- params: {
76
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
77
- };
78
64
  }>;
79
65
  "api:kubernetes/auth-providers": _backstage_frontend_plugin_api.ExtensionDefinition<{
80
66
  kind: "api";
67
+ namespace: undefined;
81
68
  name: "auth-providers";
82
69
  config: {};
83
70
  configInput: {};
84
71
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
85
72
  inputs: {};
86
- params: {
87
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
88
- };
89
73
  }>;
90
74
  "api:kubernetes/cluster-link-formatter": _backstage_frontend_plugin_api.ExtensionDefinition<{
91
75
  kind: "api";
76
+ namespace: undefined;
92
77
  name: "cluster-link-formatter";
93
78
  config: {};
94
79
  configInput: {};
95
80
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
96
81
  inputs: {};
97
- params: {
98
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
99
- };
100
82
  }>;
101
83
  }>;
102
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.11.15-next.0",
3
+ "version": "0.11.15",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -35,7 +35,6 @@
35
35
  "default": "./dist/index.esm.js"
36
36
  },
37
37
  "./alpha": {
38
- "backstage": "@backstage/FrontendPlugin",
39
38
  "import": "./dist/alpha.esm.js",
40
39
  "types": "./dist/alpha.d.ts",
41
40
  "default": "./dist/alpha.esm.js"
@@ -59,13 +58,13 @@
59
58
  },
60
59
  "dependencies": {
61
60
  "@backstage/catalog-model": "^1.7.0",
62
- "@backstage/core-compat-api": "^0.3.1-next.0",
63
- "@backstage/core-components": "^0.15.1-next.0",
64
- "@backstage/core-plugin-api": "^1.10.0-next.0",
65
- "@backstage/frontend-plugin-api": "^0.9.0-next.0",
66
- "@backstage/plugin-catalog-react": "^1.13.1-next.0",
61
+ "@backstage/core-compat-api": "^0.3.0",
62
+ "@backstage/core-components": "^0.15.0",
63
+ "@backstage/core-plugin-api": "^1.9.4",
64
+ "@backstage/frontend-plugin-api": "^0.8.0",
65
+ "@backstage/plugin-catalog-react": "^1.13.1",
67
66
  "@backstage/plugin-kubernetes-common": "^0.8.3",
68
- "@backstage/plugin-kubernetes-react": "^0.4.4-next.0",
67
+ "@backstage/plugin-kubernetes-react": "^0.4.3",
69
68
  "@kubernetes-models/apimachinery": "^1.1.0",
70
69
  "@kubernetes-models/base": "^4.0.1",
71
70
  "@kubernetes/client-node": "0.20.0",
@@ -81,9 +80,9 @@
81
80
  "xterm-addon-fit": "^0.8.0"
82
81
  },
83
82
  "devDependencies": {
84
- "@backstage/cli": "^0.28.0-next.0",
85
- "@backstage/dev-utils": "^1.1.1-next.0",
86
- "@backstage/test-utils": "^1.6.1-next.0",
83
+ "@backstage/cli": "^0.27.1",
84
+ "@backstage/dev-utils": "^1.1.1",
85
+ "@backstage/test-utils": "^1.6.0",
87
86
  "@testing-library/dom": "^10.0.0",
88
87
  "@testing-library/jest-dom": "^6.0.0",
89
88
  "@testing-library/react": "^16.0.0"