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
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-kubernetes-node
## 0.1.4-next.0
### Patch Changes
- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.7.4-next.0
- @backstage/backend-plugin-api@0.6.10-next.0
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
## 0.1.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-node",
"description": "Node.js library for the kubernetes plugin",
"version": "0.1.3",
"version": "0.1.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",