@backstage/plugin-kubernetes 0.6.4-next.2 → 0.6.5-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 +33 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.6.5-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.9.4-next.0
9
+ - @backstage/core-plugin-api@1.0.2-next.0
10
+ - @backstage/plugin-catalog-react@1.1.0-next.1
11
+
12
+ ## 0.6.5-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-catalog-react@1.1.0-next.0
18
+
19
+ ## 0.6.4
20
+
21
+ ### Patch Changes
22
+
23
+ - 82e2ae6ff6: build(deps): bump `cronstrue` from 1.125.0 to 2.2.0
24
+ - 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
25
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
26
+ - 1023ee6353: export kubernetes components
27
+ - 230ad0826f: Bump to using `@types/node` v16
28
+ - f616d99f6f: Fix division by zero in currentToDeclaredResourceToPerc when pod resources weren't set
29
+ - Updated dependencies
30
+ - @backstage/plugin-catalog-react@1.0.1
31
+ - @backstage/catalog-model@1.0.1
32
+ - @backstage/core-components@0.9.3
33
+ - @backstage/core-plugin-api@1.0.1
34
+ - @backstage/plugin-kubernetes-common@0.2.9
35
+
3
36
  ## 0.6.4-next.2
4
37
 
5
38
  ### 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.4-next.2",
4
+ "version": "0.6.5-next.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-model": "^1.0.1-next.0",
37
+ "@backstage/catalog-model": "^1.0.1",
38
38
  "@backstage/config": "^1.0.0",
39
- "@backstage/core-components": "^0.9.3-next.2",
40
- "@backstage/core-plugin-api": "^1.0.1-next.0",
41
- "@backstage/plugin-catalog-react": "^1.0.1-next.3",
42
- "@backstage/plugin-kubernetes-common": "^0.2.9-next.0",
39
+ "@backstage/core-components": "^0.9.4-next.0",
40
+ "@backstage/core-plugin-api": "^1.0.2-next.0",
41
+ "@backstage/plugin-catalog-react": "^1.1.0-next.1",
42
+ "@backstage/plugin-kubernetes-common": "^0.2.9",
43
43
  "@backstage/theme": "^0.2.15",
44
44
  "@kubernetes/client-node": "^0.16.0",
45
45
  "@material-ui/core": "^4.12.2",
@@ -57,13 +57,13 @@
57
57
  "react": "^16.13.1 || ^17.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.17.0-next.3",
61
- "@backstage/core-app-api": "^1.0.1-next.1",
62
- "@backstage/dev-utils": "^1.0.1-next.1",
63
- "@backstage/test-utils": "^1.0.1-next.2",
60
+ "@backstage/cli": "^0.17.1-next.1",
61
+ "@backstage/core-app-api": "^1.0.2-next.0",
62
+ "@backstage/dev-utils": "^1.0.2-next.1",
63
+ "@backstage/test-utils": "^1.1.0-next.1",
64
64
  "@testing-library/jest-dom": "^5.10.1",
65
65
  "@testing-library/react": "^12.1.3",
66
- "@testing-library/react-hooks": "^7.0.2",
66
+ "@testing-library/react-hooks": "^8.0.0",
67
67
  "@testing-library/user-event": "^14.0.0",
68
68
  "@types/jest": "^26.0.7",
69
69
  "@types/node": "^16.11.26",
@@ -73,5 +73,5 @@
73
73
  "files": [
74
74
  "dist"
75
75
  ],
76
- "gitHead": "2eca57d93ef1081f4a76a19fc994a8e9e1a19e00"
76
+ "gitHead": "0b3df66a238c66a5498dab85b1ed85a8607289f1"
77
77
  }