@backstage/plugin-kubernetes 0.6.4-next.2 → 0.6.4

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 +17 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 82e2ae6ff6: build(deps): bump `cronstrue` from 1.125.0 to 2.2.0
8
+ - 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
9
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
10
+ - 1023ee6353: export kubernetes components
11
+ - 230ad0826f: Bump to using `@types/node` v16
12
+ - f616d99f6f: Fix division by zero in currentToDeclaredResourceToPerc when pod resources weren't set
13
+ - Updated dependencies
14
+ - @backstage/plugin-catalog-react@1.0.1
15
+ - @backstage/catalog-model@1.0.1
16
+ - @backstage/core-components@0.9.3
17
+ - @backstage/core-plugin-api@1.0.1
18
+ - @backstage/plugin-kubernetes-common@0.2.9
19
+
3
20
  ## 0.6.4-next.2
4
21
 
5
22
  ### 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.4",
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.3",
40
+ "@backstage/core-plugin-api": "^1.0.1",
41
+ "@backstage/plugin-catalog-react": "^1.0.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.0",
61
+ "@backstage/core-app-api": "^1.0.1",
62
+ "@backstage/dev-utils": "^1.0.1",
63
+ "@backstage/test-utils": "^1.0.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": "e0e44c433319711c2fb8b175db411a621f7aaec2"
77
77
  }