@backstage/plugin-kubernetes 0.7.3-next.2 → 0.7.4-next.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 +28 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.7.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.2.1-next.0
9
+ - @backstage/core-components@0.12.0-next.0
10
+ - @backstage/core-plugin-api@1.1.0-next.0
11
+ - @backstage/catalog-model@1.1.3-next.0
12
+ - @backstage/plugin-kubernetes-common@0.4.4-next.0
13
+ - @backstage/config@1.0.4-next.0
14
+ - @backstage/theme@0.2.16
15
+
16
+ ## 0.7.3
17
+
18
+ ### Patch Changes
19
+
20
+ - 51af8361de: Add useCustomResources react hook for fetching Kubernetes Custom Resources
21
+ - 35a6cfe257: Fix infinite call bug in `useCustomResources` hook
22
+ - Updated dependencies
23
+ - @backstage/catalog-model@1.1.2
24
+ - @backstage/plugin-catalog-react@1.2.0
25
+ - @backstage/core-components@0.11.2
26
+ - @backstage/plugin-kubernetes-common@0.4.3
27
+ - @backstage/core-plugin-api@1.0.7
28
+ - @backstage/config@1.0.3
29
+ - @backstage/theme@0.2.16
30
+
3
31
  ## 0.7.3-next.2
4
32
 
5
33
  ### 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.7.3-next.2",
4
+ "version": "0.7.4-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,12 +33,12 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^1.1.2-next.2",
37
- "@backstage/config": "^1.0.3-next.2",
38
- "@backstage/core-components": "^0.11.2-next.2",
39
- "@backstage/core-plugin-api": "^1.0.7-next.2",
40
- "@backstage/plugin-catalog-react": "^1.2.0-next.2",
41
- "@backstage/plugin-kubernetes-common": "^0.4.3-next.2",
36
+ "@backstage/catalog-model": "^1.1.3-next.0",
37
+ "@backstage/config": "^1.0.4-next.0",
38
+ "@backstage/core-components": "^0.12.0-next.0",
39
+ "@backstage/core-plugin-api": "^1.1.0-next.0",
40
+ "@backstage/plugin-catalog-react": "^1.2.1-next.0",
41
+ "@backstage/plugin-kubernetes-common": "^0.4.4-next.0",
42
42
  "@backstage/theme": "^0.2.16",
43
43
  "@kubernetes/client-node": "^0.17.0",
44
44
  "@material-ui/core": "^4.12.2",
@@ -56,10 +56,10 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.20.0-next.2",
60
- "@backstage/core-app-api": "^1.1.1-next.2",
61
- "@backstage/dev-utils": "^1.0.7-next.2",
62
- "@backstage/test-utils": "^1.2.1-next.2",
59
+ "@backstage/cli": "^0.21.0-next.0",
60
+ "@backstage/core-app-api": "^1.2.0-next.0",
61
+ "@backstage/dev-utils": "^1.0.8-next.0",
62
+ "@backstage/test-utils": "^1.2.2-next.0",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^12.1.3",
65
65
  "@testing-library/react-hooks": "^8.0.0",