Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-23 13:57:50 +00:00
parent b5f81613b1
commit 185d5ea0b0
416 changed files with 6324 additions and 220 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-kubernetes-common
## 0.7.4-next.0
### Patch Changes
- daad576: Clusters configured with the `aws` authentication strategy can now customize the
`x-k8s-aws-id` header value used to generate tokens. This value can be specified
specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
`metadata.annotations` for clusters in the catalog, or the `authMetadata` block
on clusters in the app-config). This is particularly helpful when a Backstage
instance contains multiple AWS clusters with the same name in different regions
-- using this new parameter, the clusters can be given different logical names
to distinguish them but still use the same ID for the purposes of generating
tokens.
- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
## 0.7.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-common",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
"version": "0.7.3",
"version": "0.7.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",