@backstage/plugin-kubernetes 0.11.3-next.2 → 0.11.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.
- package/CHANGELOG.md +38 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.11.3
|
|
4
|
+
|
|
5
|
+
### Patch 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
|
+
- 706fc3a: Updated dependency `@kubernetes/client-node` to `0.20.0`.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/core-plugin-api@1.8.1
|
|
15
|
+
- @backstage/plugin-catalog-react@1.9.2
|
|
16
|
+
- @backstage/core-components@0.13.9
|
|
17
|
+
- @backstage/theme@0.5.0
|
|
18
|
+
- @backstage/plugin-kubernetes-react@0.2.0
|
|
19
|
+
- @backstage/plugin-kubernetes-common@0.7.2
|
|
20
|
+
- @backstage/catalog-model@1.4.3
|
|
21
|
+
- @backstage/config@1.1.1
|
|
22
|
+
- @backstage/errors@1.2.3
|
|
23
|
+
- @backstage/types@1.1.1
|
|
24
|
+
|
|
25
|
+
## 0.11.3-next.3
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/core-components@0.13.9-next.3
|
|
31
|
+
- @backstage/catalog-model@1.4.3
|
|
32
|
+
- @backstage/config@1.1.1
|
|
33
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
34
|
+
- @backstage/errors@1.2.3
|
|
35
|
+
- @backstage/theme@0.5.0-next.1
|
|
36
|
+
- @backstage/types@1.1.1
|
|
37
|
+
- @backstage/plugin-catalog-react@1.9.2-next.3
|
|
38
|
+
- @backstage/plugin-kubernetes-common@0.7.2-next.1
|
|
39
|
+
- @backstage/plugin-kubernetes-react@0.2.0-next.3
|
|
40
|
+
|
|
3
41
|
## 0.11.3-next.2
|
|
4
42
|
|
|
5
43
|
### 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.11.3
|
|
4
|
+
"version": "0.11.3",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@backstage/catalog-model": "^1.4.3",
|
|
38
38
|
"@backstage/config": "^1.1.1",
|
|
39
|
-
"@backstage/core-components": "^0.13.9
|
|
40
|
-
"@backstage/core-plugin-api": "^1.8.1
|
|
39
|
+
"@backstage/core-components": "^0.13.9",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.8.1",
|
|
41
41
|
"@backstage/errors": "^1.2.3",
|
|
42
|
-
"@backstage/plugin-catalog-react": "^1.9.2
|
|
43
|
-
"@backstage/plugin-kubernetes-common": "^0.7.2
|
|
44
|
-
"@backstage/plugin-kubernetes-react": "^0.2.0
|
|
45
|
-
"@backstage/theme": "^0.5.0
|
|
42
|
+
"@backstage/plugin-catalog-react": "^1.9.2",
|
|
43
|
+
"@backstage/plugin-kubernetes-common": "^0.7.2",
|
|
44
|
+
"@backstage/plugin-kubernetes-react": "^0.2.0",
|
|
45
|
+
"@backstage/theme": "^0.5.0",
|
|
46
46
|
"@backstage/types": "^1.1.1",
|
|
47
47
|
"@kubernetes-models/apimachinery": "^1.1.0",
|
|
48
48
|
"@kubernetes-models/base": "^4.0.1",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@backstage/cli": "^0.25.0
|
|
71
|
-
"@backstage/core-app-api": "^1.11.2
|
|
72
|
-
"@backstage/dev-utils": "^1.0.25
|
|
73
|
-
"@backstage/test-utils": "^1.4.6
|
|
70
|
+
"@backstage/cli": "^0.25.0",
|
|
71
|
+
"@backstage/core-app-api": "^1.11.2",
|
|
72
|
+
"@backstage/dev-utils": "^1.0.25",
|
|
73
|
+
"@backstage/test-utils": "^1.4.6",
|
|
74
74
|
"@testing-library/dom": "^9.0.0",
|
|
75
75
|
"@testing-library/jest-dom": "^6.0.0",
|
|
76
76
|
"@testing-library/react": "^14.0.0",
|