Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-12 18:28:01 +00:00
parent add5d1ace7
commit 42a2f56e61
65 changed files with 939 additions and 32 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-kubernetes-react
## 0.5.19-next.1
### Patch Changes
- 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.
## 0.5.19-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-react",
"version": "0.5.19-next.0",
"version": "0.5.19-next.1",
"description": "Web library for the kubernetes-react plugin",
"backstage": {
"role": "web-library",