Version Packages
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user