@backstage/plugin-kubernetes 0.12.18-next.1 → 0.12.18

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,34 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.18
4
+
5
+ ### Patch Changes
6
+
7
+ - d156cf4: Added `title` and `icon` to the new frontend system plugin definition.
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.8.0
10
+ - @backstage/plugin-catalog-react@2.1.2
11
+ - @backstage/frontend-plugin-api@0.16.0
12
+ - @backstage/core-components@0.18.9
13
+ - @backstage/plugin-permission-react@0.5.0
14
+ - @backstage/core-plugin-api@1.12.5
15
+ - @backstage/plugin-kubernetes-common@0.9.11
16
+ - @backstage/plugin-kubernetes-react@0.5.18
17
+
18
+ ## 0.12.18-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.18.9-next.1
24
+ - @backstage/plugin-catalog-react@2.1.2-next.2
25
+ - @backstage/catalog-model@1.7.8-next.0
26
+ - @backstage/core-plugin-api@1.12.5-next.2
27
+ - @backstage/frontend-plugin-api@0.16.0-next.2
28
+ - @backstage/plugin-kubernetes-react@0.5.18-next.1
29
+ - @backstage/plugin-kubernetes-common@0.9.11-next.0
30
+ - @backstage/plugin-permission-react@0.4.42-next.1
31
+
3
32
  ## 0.12.18-next.1
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
  };
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-kubernetes";
2
- var version = "0.12.18-next.1";
2
+ var version = "0.12.18";
3
3
  var description = "A Backstage plugin that integrates towards Kubernetes";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.18-next.1",
3
+ "version": "0.12.18",
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.7",
74
- "@backstage/core-components": "0.18.9-next.0",
75
- "@backstage/core-plugin-api": "1.12.5-next.1",
76
- "@backstage/frontend-plugin-api": "0.16.0-next.1",
77
- "@backstage/plugin-catalog-react": "2.1.2-next.1",
78
- "@backstage/plugin-kubernetes-common": "0.9.10",
79
- "@backstage/plugin-kubernetes-react": "0.5.18-next.0",
80
- "@backstage/plugin-permission-react": "0.4.42-next.0",
73
+ "@backstage/catalog-model": "^1.8.0",
74
+ "@backstage/core-components": "^0.18.9",
75
+ "@backstage/core-plugin-api": "^1.12.5",
76
+ "@backstage/frontend-plugin-api": "^0.16.0",
77
+ "@backstage/plugin-catalog-react": "^2.1.2",
78
+ "@backstage/plugin-kubernetes-common": "^0.9.11",
79
+ "@backstage/plugin-kubernetes-react": "^0.5.18",
80
+ "@backstage/plugin-permission-react": "^0.5.0",
81
81
  "@material-ui/core": "^4.12.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "0.36.1-next.1",
85
- "@backstage/dev-utils": "1.1.22-next.1",
86
- "@backstage/test-utils": "1.7.17-next.1",
84
+ "@backstage/cli": "^0.36.1",
85
+ "@backstage/dev-utils": "^1.1.22",
86
+ "@backstage/test-utils": "^1.7.17",
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",