@backstage/plugin-kubernetes 0.7.3-next.1 → 0.7.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 51af8361de: Add useCustomResources react hook for fetching Kubernetes Custom Resources
8
+ - 35a6cfe257: Fix infinite call bug in `useCustomResources` hook
9
+ - Updated dependencies
10
+ - @backstage/catalog-model@1.1.2
11
+ - @backstage/plugin-catalog-react@1.2.0
12
+ - @backstage/core-components@0.11.2
13
+ - @backstage/plugin-kubernetes-common@0.4.3
14
+ - @backstage/core-plugin-api@1.0.7
15
+ - @backstage/config@1.0.3
16
+ - @backstage/theme@0.2.16
17
+
18
+ ## 0.7.3-next.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-catalog-react@1.2.0-next.2
24
+ - @backstage/catalog-model@1.1.2-next.2
25
+ - @backstage/config@1.0.3-next.2
26
+ - @backstage/core-components@0.11.2-next.2
27
+ - @backstage/core-plugin-api@1.0.7-next.2
28
+ - @backstage/theme@0.2.16
29
+ - @backstage/plugin-kubernetes-common@0.4.3-next.2
30
+
3
31
  ## 0.7.3-next.1
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.1",
4
+ "version": "0.7.3",
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.1",
37
- "@backstage/config": "^1.0.3-next.1",
38
- "@backstage/core-components": "^0.11.2-next.1",
39
- "@backstage/core-plugin-api": "^1.0.7-next.1",
40
- "@backstage/plugin-catalog-react": "^1.2.0-next.1",
41
- "@backstage/plugin-kubernetes-common": "^0.4.3-next.1",
36
+ "@backstage/catalog-model": "^1.1.2",
37
+ "@backstage/config": "^1.0.3",
38
+ "@backstage/core-components": "^0.11.2",
39
+ "@backstage/core-plugin-api": "^1.0.7",
40
+ "@backstage/plugin-catalog-react": "^1.2.0",
41
+ "@backstage/plugin-kubernetes-common": "^0.4.3",
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.1",
60
- "@backstage/core-app-api": "^1.1.1-next.1",
61
- "@backstage/dev-utils": "^1.0.7-next.1",
62
- "@backstage/test-utils": "^1.2.1-next.1",
59
+ "@backstage/cli": "^0.20.0",
60
+ "@backstage/core-app-api": "^1.1.1",
61
+ "@backstage/dev-utils": "^1.0.7",
62
+ "@backstage/test-utils": "^1.2.1",
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",