Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-06-06 12:59:05 +00:00
parent 0d90bf2641
commit e37573d60e
222 changed files with 2463 additions and 110 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-kubernetes-backend
## 0.11.1-next.2
### Patch Changes
- 4249f4214f9f: Fixed bug in KubernetesProxy where Host header was not propagated, leading to certificate issues
- 5e4879d80f4d: Fixed wrong `pluginID` in the `kubernetes` alpha backend support, that made the `kubernetes` plugin fail with the new experimental backend.
- 73cc0deee48a: Add proposed fix dialog for pod errors
- Updated dependencies
- @backstage/config@1.0.7
- @backstage/integration-aws-node@0.1.4-next.0
## 0.11.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
"version": "0.11.1-next.1",
"version": "0.11.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",