diff --git a/changelog/31010.txt b/changelog/31010.txt new file mode 100644 index 0000000000..a3b304692a --- /dev/null +++ b/changelog/31010.txt @@ -0,0 +1,3 @@ +```release-note:change +auth/azure: Update plugin to v0.21.1 +``` diff --git a/go.mod b/go.mod index a290bda19e..e09f2f3c24 100644 --- a/go.mod +++ b/go.mod @@ -138,7 +138,7 @@ require ( github.com/hashicorp/raft-wal v0.4.0 github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16 github.com/hashicorp/vault-plugin-auth-alicloud v0.21.0 - github.com/hashicorp/vault-plugin-auth-azure v0.21.0 + github.com/hashicorp/vault-plugin-auth-azure v0.21.1 github.com/hashicorp/vault-plugin-auth-cf v0.21.0 github.com/hashicorp/vault-plugin-auth-gcp v0.21.0 github.com/hashicorp/vault-plugin-auth-jwt v0.24.1 diff --git a/go.sum b/go.sum index ad16855d15..8a7226bede 100644 --- a/go.sum +++ b/go.sum @@ -1552,8 +1552,8 @@ github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16 h1:OYPMX3T github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16/go.mod h1:v4RnW8isIioLAc11prbTczNCq9TiEWE5MwizMsgY5mE= github.com/hashicorp/vault-plugin-auth-alicloud v0.21.0 h1:5nw3SbWPZNeOx/C7jPzKnfUMHzlGSnyUO+EuCimOWlM= github.com/hashicorp/vault-plugin-auth-alicloud v0.21.0/go.mod h1:b74ZlQ/vh4MNPIOJiUDlXtdhr2Qmby7FAUeO+5q+1M0= -github.com/hashicorp/vault-plugin-auth-azure v0.21.0 h1:xbp7SMLNrVF5dQEgZZXxNabhqMJcPvohi9+2VHFaZyE= -github.com/hashicorp/vault-plugin-auth-azure v0.21.0/go.mod h1:aJbsRQ5rGoutoJ/SwTkPlCgOL0uALPj5BJ73YICQZ5M= +github.com/hashicorp/vault-plugin-auth-azure v0.21.1 h1:EWiajfcAeLfuA64RaOS0x7K7SxhtEHd+wt470cXQMgs= +github.com/hashicorp/vault-plugin-auth-azure v0.21.1/go.mod h1:aJbsRQ5rGoutoJ/SwTkPlCgOL0uALPj5BJ73YICQZ5M= github.com/hashicorp/vault-plugin-auth-cf v0.21.0 h1:yELepQ3qV/QtbhtbfnhArTjYG4f6a5RyRVDsQV/+Y8g= github.com/hashicorp/vault-plugin-auth-cf v0.21.0/go.mod h1:cwskmYdDcdF71m+Wsz7Vq0oWDef+gMHZViXkCAHGoTM= github.com/hashicorp/vault-plugin-auth-gcp v0.21.0 h1:KRCGEEAP9mwxRTOOWJpQk/mi6Twxi1PHtfRAJfLEse4=