Version Packages
This commit is contained in:
@@ -1,5 +1,30 @@
|
||||
# @backstage/plugin-kubernetes-backend
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b43e030911f2: Upgrade `@azure/identity` to support using Workload Identity to authenticate against Azure.
|
||||
- 91f39df52d60: K8s proxy HEADER_KUBERNETES_CLUSTER is now optional in single-cluster setups.
|
||||
- 4249f4214f9f: Fixed bug in KubernetesProxy where Host header was not propagated, leading to certificate issues
|
||||
- 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (`fast-xml-parser`) by upgrading aws-sdk to at least the current latest version.
|
||||
- eac59a3d0b11: Add ability for `configClusterLocator` to load cluster specific custom resources defined in your `app.config`.
|
||||
- 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/backend-common@0.19.0
|
||||
- @backstage/catalog-client@1.4.2
|
||||
- @backstage/integration-aws-node@0.1.4
|
||||
- @backstage/catalog-model@1.4.0
|
||||
- @backstage/errors@1.2.0
|
||||
- @backstage/backend-plugin-api@0.5.3
|
||||
- @backstage/plugin-auth-node@0.2.15
|
||||
- @backstage/plugin-catalog-node@1.3.7
|
||||
- @backstage/plugin-permission-node@0.7.9
|
||||
- @backstage/config@1.0.8
|
||||
- @backstage/plugin-kubernetes-common@0.6.4
|
||||
- @backstage/plugin-permission-common@0.7.6
|
||||
|
||||
## 0.11.1-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-kubernetes-backend",
|
||||
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
||||
"version": "0.11.1-next.3",
|
||||
"version": "0.11.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user