Skip to content

Releases: hashicorp/vault-plugin-auth-jwt

v0.25.0

03 Oct 05:33
471e543

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.1...v0.25.0

v0.24.1

06 Jun 00:03
4cb8fc4

Choose a tag to compare

set go.mod to 1.24 (#348)

* set go.mod to 1.24

* update changelog

v0.24.0

04 Jun 15:59
d5bcdb8

Choose a tag to compare

prep for release (#347)

v0.23.2

13 May 06:11
92ab036

Choose a tag to compare

IMPROVEMENTS

  • auth/jwt: Support an optional access token for fetching additional Azure/Entra ID groups #341
  • Updated dependencies:
    • Building with go 1.23.8
    • github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
    • golang.org/x/oauth2 v0.25.0 -> v0.29.0
    • golang.org/x/sync v0.10.0 -> v0.13.0

v0.22.1

13 May 06:10
3a8f6ac

Choose a tag to compare

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

11 Feb 17:44
1a30a9e

Choose a tag to compare

Prepare for v0.23.0 release (#321)

v0.22.0

11 Sep 04:24
8a2344e

Choose a tag to compare

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

13 Jun 20:22
52af34e

Choose a tag to compare

Prepare for v0.21.0 release (#309)

* Prepare for v0.21.0 release

* add test

* update test

v0.7.3

17 Aug 23:29
9523642

Choose a tag to compare

Adds gsuite provider specific extension for fetching groups and user …

v0.7.2

17 Aug 22:13
8a9339e

Choose a tag to compare

adding EdDSA (ed25519) to supported algorithms (#129) (#132)

Co-authored-by: Chris Hoffman <[email protected]>