Skip to content

Commit 7743b7f

Browse files
authored
update changelog for recent releases (#345)
1 parent 1da91e2 commit 7743b7f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,44 @@
11
## Unreleased
22

3+
IMPROVEMENTS:
4+
* auth/jwt: Support an optional access token for fetching additional Azure/Entra ID groups https://github.com/hashicorp/vault-plugin-auth-jwt/pull/329
5+
* Updated dependencies:
6+
* Building with go 1.24.2
7+
* github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
8+
* github.com/hashicorp/cap v0.8.0 -> v0.9.0
9+
* github.com/hashicorp/vault/api v1.15.0 -> v1.16.0
10+
* github.com/hashicorp/vault/sdk v0.14.1 -> v0.15.2
11+
* golang.org/x/oauth2 v0.25.0 -> v0.29.0
12+
* golang.org/x/sync v0.10.0 -> v0.13.0
13+
* google.golang.org/api v0.219.0 -> v0.230.0
14+
15+
## v0.23.2
16+
17+
IMPROVEMENTS:
18+
* auth/jwt: Support an optional access token for fetching additional Azure/Entra ID groups https://github.com/hashicorp/vault-plugin-auth-jwt/pull/341
19+
* Updated dependencies:
20+
* Building with go 1.23.8
21+
* github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
22+
* golang.org/x/oauth2 v0.25.0 -> v0.29.0
23+
* golang.org/x/sync v0.10.0 -> v0.13.0
24+
325
## v0.23.0
426

527
IMPROVEMENTS:
628

729
* Updated dependencies (https://github.com/hashicorp/vault-plugin-auth-jwt/pull/317)
830

31+
## v0.22.1
32+
33+
IMPROVEMENTS:
34+
* auth/jwt: Support an optional access token for fetching additional Azure/Entra ID groups https://github.com/hashicorp/vault-plugin-auth-jwt/pull/337
35+
* Updated dependencies:
36+
* Building with go 1.23.8
37+
* github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
38+
* github.com/stretchr/testify v1.9.0 -> v1.10.0
39+
* golang.org/x/oauth2 v0.23.0 -> v0.29.0
40+
* golang.org/x/sync v0.8.0 -> v0.13.0
41+
942
## v0.22.0
1043

1144
IMPROVEMENTS:

0 commit comments

Comments
 (0)