Skip to content

Releases: hashicorp/vault-plugin-auth-kubernetes

v0.20.0

05 Sep 14:44
2b53ec9
Compare
Choose a tag to compare
Updates for the v0.20.0 release (#262)

- migrate from gopkg.in/go-jose/go-jose.v2 to github.com/go-jose/go-jose/v4
- apply other security related dependency updates
- build with go 1.22.6

v0.19.0

22 May 22:04
e4b399e
Compare
Choose a tag to compare
Prepare for v0.19.0 release (#247)

* Prepare for v0.19.0 release

---------

Co-authored-by: Milena Zlaticanin <[email protected]>

v0.13.3

23 Mar 18:34
82058b0
Compare
Choose a tag to compare

Bugs

  • Ensure a consistent TLS configuration for all k8s API requests: #190 (backport of #173)

v0.14.1

13 Jan 21:36
e608c62
Compare
Choose a tag to compare

Bugs

  • Ensure a consistent TLS configuration for all k8s API requests: [#173]

v0.14.0

16 Sep 01:03
2ad6f99
Compare
Choose a tag to compare

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

Bugs

  • Add back support for JWT signature algorithm ES384 [GH-160]

v0.13.2

16 Sep 01:17
37e92c7
Compare
Choose a tag to compare

Bugs

  • Restore support for JWT signature algorithm ES384 [GH-160]

v0.12.0

24 Feb 17:00
Compare
Choose a tag to compare

Release for vault-1.10

v0.11.5

07 Feb 15:41
decdb57
Compare
Choose a tag to compare

BUG FIXES:

  • Properly handle the migration of storage entries containing an empty alias_name_source #135

v0.11.4

19 Jan 20:53
e2ded2a
Compare
Choose a tag to compare

Added support for dynamically reloading short-lived tokens for better Kubernetes 1.21+ compatibility

v0.8.1

17 Feb 00:41
ff90561
Compare
Choose a tag to compare
Use the request context for Kubernetes API call (#104) (#105)

* Use the request context for kubernetes API call

* Upgrade go version