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

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,37 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.12.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
8
+ - 3ea5d1b: chore(deps): Update deprecated xterm to new package under @xterm
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.17.3
11
+ - @backstage/plugin-kubernetes-react@0.5.8
12
+ - @backstage/core-plugin-api@1.10.8
13
+ - @backstage/frontend-plugin-api@0.10.3
14
+ - @backstage/plugin-catalog-react@1.19.0
15
+ - @backstage/catalog-model@1.7.4
16
+ - @backstage/core-compat-api@0.4.3
17
+ - @backstage/plugin-kubernetes-common@0.9.5
18
+ - @backstage/plugin-permission-react@0.4.35
19
+
20
+ ## 0.12.8-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.17.3-next.0
26
+ - @backstage/plugin-catalog-react@1.19.0-next.2
27
+ - @backstage/frontend-plugin-api@0.10.3-next.1
28
+ - @backstage/plugin-kubernetes-react@0.5.8-next.0
29
+ - @backstage/catalog-model@1.7.4
30
+ - @backstage/core-compat-api@0.4.3-next.2
31
+ - @backstage/core-plugin-api@1.10.7
32
+ - @backstage/plugin-kubernetes-common@0.9.5
33
+ - @backstage/plugin-permission-react@0.4.34
34
+
3
35
  ## 0.12.8-next.1
4
36
 
5
37
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-kubernetes";
2
- var version = "0.12.8-next.1";
2
+ var version = "0.12.8";
3
3
  var description = "A Backstage plugin that integrates towards Kubernetes";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -70,14 +70,14 @@ var dependencies = {
70
70
  "@kubernetes-models/base": "^5.0.0",
71
71
  "@kubernetes/client-node": "1.1.2",
72
72
  "@material-ui/core": "^4.12.2",
73
+ "@xterm/addon-attach": "^0.11.0",
74
+ "@xterm/addon-fit": "^0.10.0",
75
+ "@xterm/xterm": "^5.5.0",
73
76
  cronstrue: "^2.2.0",
74
77
  "js-yaml": "^4.0.0",
75
78
  "kubernetes-models": "^4.1.0",
76
79
  lodash: "^4.17.21",
77
- luxon: "^3.0.0",
78
- xterm: "^5.2.1",
79
- "xterm-addon-attach": "^0.9.0",
80
- "xterm-addon-fit": "^0.8.0"
80
+ luxon: "^3.0.0"
81
81
  };
82
82
  var devDependencies = {
83
83
  "@backstage/cli": "workspace:^",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.12.8-next.1",
3
+ "version": "0.12.8",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,32 +70,32 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-model": "1.7.4",
74
- "@backstage/core-compat-api": "0.4.3-next.1",
75
- "@backstage/core-components": "0.17.2",
76
- "@backstage/core-plugin-api": "1.10.7",
77
- "@backstage/frontend-plugin-api": "0.10.3-next.0",
78
- "@backstage/plugin-catalog-react": "1.18.1-next.1",
79
- "@backstage/plugin-kubernetes-common": "0.9.5",
80
- "@backstage/plugin-kubernetes-react": "0.5.7",
81
- "@backstage/plugin-permission-react": "0.4.34",
73
+ "@backstage/catalog-model": "^1.7.4",
74
+ "@backstage/core-compat-api": "^0.4.3",
75
+ "@backstage/core-components": "^0.17.3",
76
+ "@backstage/core-plugin-api": "^1.10.8",
77
+ "@backstage/frontend-plugin-api": "^0.10.3",
78
+ "@backstage/plugin-catalog-react": "^1.19.0",
79
+ "@backstage/plugin-kubernetes-common": "^0.9.5",
80
+ "@backstage/plugin-kubernetes-react": "^0.5.8",
81
+ "@backstage/plugin-permission-react": "^0.4.35",
82
82
  "@kubernetes-models/apimachinery": "^2.0.0",
83
83
  "@kubernetes-models/base": "^5.0.0",
84
84
  "@kubernetes/client-node": "1.1.2",
85
85
  "@material-ui/core": "^4.12.2",
86
+ "@xterm/addon-attach": "^0.11.0",
87
+ "@xterm/addon-fit": "^0.10.0",
88
+ "@xterm/xterm": "^5.5.0",
86
89
  "cronstrue": "^2.2.0",
87
90
  "js-yaml": "^4.0.0",
88
91
  "kubernetes-models": "^4.1.0",
89
92
  "lodash": "^4.17.21",
90
- "luxon": "^3.0.0",
91
- "xterm": "^5.2.1",
92
- "xterm-addon-attach": "^0.9.0",
93
- "xterm-addon-fit": "^0.8.0"
93
+ "luxon": "^3.0.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "0.32.2-next.0",
97
- "@backstage/dev-utils": "1.1.11-next.1",
98
- "@backstage/test-utils": "1.7.8",
96
+ "@backstage/cli": "^0.33.0",
97
+ "@backstage/dev-utils": "^1.1.11",
98
+ "@backstage/test-utils": "^1.7.9",
99
99
  "@testing-library/dom": "^10.0.0",
100
100
  "@testing-library/jest-dom": "^6.0.0",
101
101
  "@testing-library/react": "^16.0.0",