Releases: hashicorp/vault-plugin-auth-kubernetes
Releases · hashicorp/vault-plugin-auth-kubernetes
v0.20.0
v0.19.0
Prepare for v0.19.0 release (#247) * Prepare for v0.19.0 release --------- Co-authored-by: Milena Zlaticanin <[email protected]>
v0.13.3
v0.14.1
v0.14.0
Changes
- Test against k8s versions 1.22-25, vault-helm 0.22.0, and Vault 1.11.3 [GH-162]
- Use go 1.19.1 [GH-162]
Improvements
- Role resolution for K8S Auth [GH-156]
- Updated golang dependencies to avoid CVEs [GH-162]
- golang.org/x/[email protected]
- golang.org/x/[email protected]
Bugs
- Add back support for JWT signature algorithm ES384 [GH-160]
v0.13.2
v0.12.0
v0.11.5
v0.11.4
v0.8.1
Use the request context for Kubernetes API call (#104) (#105) * Use the request context for kubernetes API call * Upgrade go version