Skip to content

Releases: hashicorp/vault-plugin-auth-kubernetes

v0.23.0

03 Oct 16:57
22beabd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.2...v0.23.0

v0.22.2

19 Jun 21:41
8e119e8

Choose a tag to compare

Updated Changelog for Warning that Roles will require an audience (#302)

* Update CHANGELOG.md

* Update CHANGELOG.md

* Upgraded go version

* Update CHANGELOG.md

v0.22.1

07 Jun 00:07
ede1903

Choose a tag to compare

Update changelog and go version for v0.22.1 (#298)

* update go to 1.24.3

* update changelog

* Update CHANGELOG.md

* Update .go-version

* Update CHANGELOG.md

* Update CHANGELOG.md

v0.22.0

30 May 02:13
02c3647

Choose a tag to compare

Automated dependency upgrades (#294)

Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>

v0.21.0

13 Feb 19:26
9529143

Choose a tag to compare

Update changelog to include dependency upgrades for 0.21.0 (#285)

* update go verion and changelog

* updated changelog and go version

v0.20.0

05 Sep 14:44
2b53ec9

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

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

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

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

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]