Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-kubernetes-node
## 0.1.4
### 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.
- 8472188: Added or fixed the `repository` field in `package.json`.
- 043cf88: The `ClusterDetails` type now has a `title` field, which should be a
human-readable name.
- cceed8a: Introduced `PinnipedHelper` class to enable authentication to Kubernetes clusters through Pinniped
- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/types@1.1.1
## 0.1.4-next.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.4-next.3",
"version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",