@backstage/plugin-kubernetes 0.6.6-next.2 → 0.6.7-next.1

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 +36 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.6.7-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.9.6-next.1
9
+ - @backstage/catalog-model@1.1.0-next.1
10
+ - @backstage/theme@0.2.16-next.0
11
+ - @backstage/plugin-catalog-react@1.1.2-next.1
12
+
13
+ ## 0.6.7-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.1.0-next.0
19
+ - @backstage/core-components@0.9.6-next.0
20
+ - @backstage/plugin-kubernetes-common@0.4.0-next.0
21
+ - @backstage/plugin-catalog-react@1.1.2-next.0
22
+
23
+ ## 0.6.6
24
+
25
+ ### Patch Changes
26
+
27
+ - 4328737af6: Add support to fetch data for Stateful Sets and display an accordion in the same way as with Deployments
28
+ - b9b8bbc7d9: show request/limit CPU and Memory on the UI
29
+ - 5553f09e80: ability to configure refresh interval on Kubernetes tab
30
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
31
+ - 81304e3e91: Fix for HPA matching when deploying same HPA in multiple namespaces
32
+ - Updated dependencies
33
+ - @backstage/plugin-catalog-react@1.1.1
34
+ - @backstage/core-components@0.9.5
35
+ - @backstage/plugin-kubernetes-common@0.3.0
36
+ - @backstage/core-plugin-api@1.0.3
37
+ - @backstage/catalog-model@1.0.3
38
+
3
39
  ## 0.6.6-next.2
4
40
 
5
41
  ### 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.6.6-next.2",
4
+ "version": "0.6.7-next.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-model": "^1.0.3-next.0",
37
+ "@backstage/catalog-model": "^1.1.0-next.1",
38
38
  "@backstage/config": "^1.0.1",
39
- "@backstage/core-components": "^0.9.5-next.2",
40
- "@backstage/core-plugin-api": "^1.0.3-next.0",
41
- "@backstage/plugin-catalog-react": "^1.1.1-next.1",
42
- "@backstage/plugin-kubernetes-common": "^0.3.0-next.1",
43
- "@backstage/theme": "^0.2.15",
39
+ "@backstage/core-components": "^0.9.6-next.1",
40
+ "@backstage/core-plugin-api": "^1.0.3",
41
+ "@backstage/plugin-catalog-react": "^1.1.2-next.1",
42
+ "@backstage/plugin-kubernetes-common": "^0.4.0-next.0",
43
+ "@backstage/theme": "^0.2.16-next.0",
44
44
  "@kubernetes/client-node": "^0.16.0",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
@@ -57,10 +57,10 @@
57
57
  "react": "^16.13.1 || ^17.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.17.2-next.2",
61
- "@backstage/core-app-api": "^1.0.3-next.0",
62
- "@backstage/dev-utils": "^1.0.3-next.1",
63
- "@backstage/test-utils": "^1.1.1-next.0",
60
+ "@backstage/cli": "^0.18.0-next.1",
61
+ "@backstage/core-app-api": "^1.0.4-next.0",
62
+ "@backstage/dev-utils": "^1.0.4-next.1",
63
+ "@backstage/test-utils": "^1.1.2-next.1",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",
66
66
  "@testing-library/react-hooks": "^8.0.0",
@@ -73,5 +73,5 @@
73
73
  "files": [
74
74
  "dist"
75
75
  ],
76
- "gitHead": "afc672d59763a835574e6c47819107d22cfd1ad7"
76
+ "gitHead": "e0a993834c31487a97a1ae6878eaf3685f03fc1a"
77
77
  }