Releases: hashicorp/vault-plugin-auth-jwt
Releases · hashicorp/vault-plugin-auth-jwt
v0.25.0
What's Changed
- [Compliance] - PR Template Changes Required by @compliance-pr-automation-bot[bot] in #351
- VAULT-36974: Add backport assistant workflow by @prathic-hashicorp in #352
- VAULT-36974: Updating backport assistant workflow by @prathic-hashicorp in #353
- init changie by @keeefer in #354
- Automated dependency upgrades by @hc-github-team-secure-vault-ecosystem in #342
- Upgrade Go Version by @jaireddjawed in #358
New Contributors
- @compliance-pr-automation-bot[bot] made their first contribution in #351
- @prathic-hashicorp made their first contribution in #352
- @keeefer made their first contribution in #354
Full Changelog: v0.24.1...v0.25.0
v0.24.1
set go.mod to 1.24 (#348) * set go.mod to 1.24 * update changelog
v0.24.0
prep for release (#347)
v0.23.2
v0.22.1
IMPROVEMENTS
- auth/jwt: Support an optional access token for fetching additional Azure/Entra ID groups #337
- Updated dependencies:
- Building with go 1.23.8
- github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
- github.com/stretchr/testify v1.9.0 -> v1.10.0
- golang.org/x/oauth2 v0.23.0 -> v0.29.0
- golang.org/x/sync v0.8.0 -> v0.13.0
v0.23.0
Prepare for v0.23.0 release (#321)
v0.22.0
Automated dependency upgrades and Prepare for Release v0.22.0 (#315) * Automated dependency upgrades * prepare changelog for release v0.22.0 --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]> Co-authored-by: Hamza Shili <[email protected]>
v0.21.0
Prepare for v0.21.0 release (#309) * Prepare for v0.21.0 release * add test * update test
v0.7.3
v0.7.2
adding EdDSA (ed25519) to supported algorithms (#129) (#132) Co-authored-by: Chris Hoffman <[email protected]>