Skip to content

Releases: hashicorp/vault-plugin-auth-kubernetes

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 <60530402+Zlaticanin@users.noreply.github.com>

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

v0.7.1

21 Sep 17:20
Compare
Choose a tag to compare
Adds new config option `disable_local_ca_jwt` (#97)

Disables defaulting to the local CA cert and service account JWT when
running in a Kubernetes pod". Defaults to `false`.