File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
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
+
3
25
## v0.23.0
4
26
5
27
IMPROVEMENTS:
6
28
7
29
* Updated dependencies (https://github.com/hashicorp/vault-plugin-auth-jwt/pull/317 )
8
30
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
+
9
42
## v0.22.0
10
43
11
44
IMPROVEMENTS:
You can’t perform that action at this time.
0 commit comments