@backstage/plugin-kubernetes-react 0.5.19-next.1 → 0.5.19
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 +12 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-react
|
|
2
2
|
|
|
3
|
+
## 0.5.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e68cb8a: Added optional clustersCacheTtlMs option to KubernetesBackendClient that caches getClusters() responses for the specified duration, avoiding repeated /clusters requests when multiple proxy calls resolve cluster auth in quick succession.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.9.0
|
|
10
|
+
- @backstage/core-components@0.18.10
|
|
11
|
+
- @backstage/errors@1.3.1
|
|
12
|
+
- @backstage/core-plugin-api@1.12.6
|
|
13
|
+
- @backstage/plugin-kubernetes-common@0.9.12
|
|
14
|
+
|
|
3
15
|
## 0.5.19-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-react",
|
|
3
|
-
"version": "0.5.19
|
|
3
|
+
"version": "0.5.19",
|
|
4
4
|
"description": "Web library for the kubernetes-react plugin",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/catalog-model": "1.
|
|
66
|
-
"@backstage/core-components": "0.18.10
|
|
67
|
-
"@backstage/core-plugin-api": "1.12.6
|
|
68
|
-
"@backstage/errors": "1.3.1
|
|
69
|
-
"@backstage/plugin-kubernetes-common": "0.9.12
|
|
70
|
-
"@backstage/types": "1.2.2",
|
|
65
|
+
"@backstage/catalog-model": "^1.9.0",
|
|
66
|
+
"@backstage/core-components": "^0.18.10",
|
|
67
|
+
"@backstage/core-plugin-api": "^1.12.6",
|
|
68
|
+
"@backstage/errors": "^1.3.1",
|
|
69
|
+
"@backstage/plugin-kubernetes-common": "^0.9.12",
|
|
70
|
+
"@backstage/types": "^1.2.2",
|
|
71
71
|
"@kubernetes-models/apimachinery": "^2.0.0",
|
|
72
72
|
"@kubernetes-models/base": "^5.0.0",
|
|
73
73
|
"@kubernetes/client-node": "1.4.0",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"react-use": "^17.4.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@backstage/cli": "0.36.2
|
|
89
|
-
"@backstage/core-app-api": "1.20.1
|
|
90
|
-
"@backstage/test-utils": "1.7.18
|
|
88
|
+
"@backstage/cli": "^0.36.2",
|
|
89
|
+
"@backstage/core-app-api": "^1.20.1",
|
|
90
|
+
"@backstage/test-utils": "^1.7.18",
|
|
91
91
|
"@testing-library/jest-dom": "^6.0.0",
|
|
92
92
|
"@testing-library/react": "^16.0.0",
|
|
93
93
|
"@types/react": "^18.0.0",
|