@backstage/plugin-kubernetes 0.11.0-next.2 → 0.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2d8151061c: Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
8
+
9
+ ### Patch Changes
10
+
11
+ - 9101c0d1b6: Updated dependency `@kubernetes/client-node` to `0.19.0`.
12
+ - 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
13
+ - f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
14
+ - b0aca1a798: Updated dependency `xterm-addon-attach` to `^0.9.0`.
15
+ Updated dependency `xterm-addon-fit` to `^0.8.0`.
16
+ - 95518765ee: Add Kubernetes cluster plugin. Viewing Kubernetes clusters as an Admin from Backstage
17
+ - Updated dependencies
18
+ - @backstage/plugin-catalog-react@1.8.5
19
+ - @backstage/core-plugin-api@1.7.0
20
+ - @backstage/core-components@0.13.6
21
+ - @backstage/catalog-model@1.4.3
22
+ - @backstage/errors@1.2.3
23
+ - @backstage/plugin-kubernetes-react@0.1.0
24
+ - @backstage/plugin-kubernetes-common@0.7.0
25
+ - @backstage/theme@0.4.3
26
+ - @backstage/config@1.1.1
27
+ - @backstage/types@1.1.1
28
+
3
29
  ## 0.11.0-next.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
3
  "description": "A Backstage plugin that integrates towards Kubernetes",
4
- "version": "0.11.0-next.2",
4
+ "version": "0.11.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,19 +34,19 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-model": "^1.4.3-next.0",
38
- "@backstage/config": "^1.1.1-next.0",
39
- "@backstage/core-components": "^0.13.6-next.2",
40
- "@backstage/core-plugin-api": "^1.7.0-next.1",
41
- "@backstage/errors": "^1.2.3-next.0",
42
- "@backstage/plugin-catalog-react": "^1.8.5-next.2",
43
- "@backstage/plugin-kubernetes-common": "^0.7.0-next.1",
44
- "@backstage/plugin-kubernetes-react": "^0.1.0-next.1",
45
- "@backstage/theme": "^0.4.3-next.0",
37
+ "@backstage/catalog-model": "^1.4.3",
38
+ "@backstage/config": "^1.1.1",
39
+ "@backstage/core-components": "^0.13.6",
40
+ "@backstage/core-plugin-api": "^1.7.0",
41
+ "@backstage/errors": "^1.2.3",
42
+ "@backstage/plugin-catalog-react": "^1.8.5",
43
+ "@backstage/plugin-kubernetes-common": "^0.7.0",
44
+ "@backstage/plugin-kubernetes-react": "^0.1.0",
45
+ "@backstage/theme": "^0.4.3",
46
46
  "@backstage/types": "^1.1.1",
47
47
  "@kubernetes-models/apimachinery": "^1.1.0",
48
48
  "@kubernetes-models/base": "^4.0.1",
49
- "@kubernetes/client-node": "0.18.1",
49
+ "@kubernetes/client-node": "0.19.0",
50
50
  "@material-ui/core": "^4.12.2",
51
51
  "@material-ui/icons": "^4.9.1",
52
52
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -58,8 +58,8 @@
58
58
  "luxon": "^3.0.0",
59
59
  "react-use": "^17.2.4",
60
60
  "xterm": "^5.2.1",
61
- "xterm-addon-attach": "^0.8.0",
62
- "xterm-addon-fit": "^0.7.0"
61
+ "xterm-addon-attach": "^0.9.0",
62
+ "xterm-addon-fit": "^0.8.0"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^16.13.1 || ^17.0.0",
@@ -67,12 +67,12 @@
67
67
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/cli": "^0.23.0-next.2",
71
- "@backstage/core-app-api": "^1.11.0-next.2",
72
- "@backstage/dev-utils": "^1.0.22-next.2",
73
- "@backstage/test-utils": "^1.4.4-next.2",
74
- "@testing-library/dom": "^8.0.0",
75
- "@testing-library/jest-dom": "^5.10.1",
70
+ "@backstage/cli": "^0.23.0",
71
+ "@backstage/core-app-api": "^1.11.0",
72
+ "@backstage/dev-utils": "^1.0.22",
73
+ "@backstage/test-utils": "^1.4.4",
74
+ "@testing-library/dom": "^9.0.0",
75
+ "@testing-library/jest-dom": "^6.0.0",
76
76
  "@testing-library/react": "^12.1.3",
77
77
  "@testing-library/react-hooks": "^8.0.0",
78
78
  "@testing-library/user-event": "^14.0.0",