@backstage/plugin-kubernetes-react 0.2.0-next.2 → 0.2.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 +33 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 899d71a: Change `formatClusterLink` to be an API and make it async for further customization possibilities.
8
+
9
+ **BREAKING**
10
+ If you have a custom k8s page and used `formatClusterLink` directly, you need to migrate to new `kubernetesClusterLinkFormatterApiRef`
11
+
12
+ ### Patch Changes
13
+
14
+ - b5ae2e5: Add ID property to the table displaying kubernetes pods to avoid closing the info sidebar when the data reloads and needs to rerender.
15
+ - 706fc3a: Updated dependency `@kubernetes/client-node` to `0.20.0`.
16
+ - Updated dependencies
17
+ - @backstage/core-plugin-api@1.8.1
18
+ - @backstage/core-components@0.13.9
19
+ - @backstage/plugin-kubernetes-common@0.7.2
20
+ - @backstage/catalog-model@1.4.3
21
+ - @backstage/errors@1.2.3
22
+ - @backstage/types@1.1.1
23
+
24
+ ## 0.2.0-next.3
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @backstage/core-components@0.13.9-next.3
30
+ - @backstage/catalog-model@1.4.3
31
+ - @backstage/core-plugin-api@1.8.1-next.1
32
+ - @backstage/errors@1.2.3
33
+ - @backstage/types@1.1.1
34
+ - @backstage/plugin-kubernetes-common@0.7.2-next.1
35
+
3
36
  ## 0.2.0-next.2
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
3
  "description": "Web library for the kubernetes-react plugin",
4
- "version": "0.2.0-next.2",
4
+ "version": "0.2.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@backstage/catalog-model": "^1.4.3",
28
- "@backstage/core-components": "^0.13.9-next.2",
29
- "@backstage/core-plugin-api": "^1.8.1-next.1",
28
+ "@backstage/core-components": "^0.13.9",
29
+ "@backstage/core-plugin-api": "^1.8.1",
30
30
  "@backstage/errors": "^1.2.3",
31
- "@backstage/plugin-kubernetes-common": "^0.7.2-next.1",
31
+ "@backstage/plugin-kubernetes-common": "^0.7.2",
32
32
  "@backstage/types": "^1.1.1",
33
33
  "@kubernetes-models/apimachinery": "^1.1.0",
34
34
  "@kubernetes-models/base": "^4.0.1",
@@ -51,9 +51,9 @@
51
51
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.25.0-next.2",
55
- "@backstage/core-app-api": "^1.11.2-next.1",
56
- "@backstage/test-utils": "^1.4.6-next.2",
54
+ "@backstage/cli": "^0.25.0",
55
+ "@backstage/core-app-api": "^1.11.2",
56
+ "@backstage/test-utils": "^1.4.6",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@testing-library/react": "^14.0.0",
59
59
  "jest-websocket-mock": "^2.5.0",