diff --git a/changelog/28848.txt b/changelog/28848.txt new file mode 100644 index 000000000000..ef41fe30f1a3 --- /dev/null +++ b/changelog/28848.txt @@ -0,0 +1,3 @@ +```release-note:change +auth/azure: Update plugin to v0.19.2 +``` diff --git a/go.mod b/go.mod index a5e9ddad6740..d64fabebf112 100644 --- a/go.mod +++ b/go.mod @@ -128,7 +128,7 @@ require ( github.com/hashicorp/raft-wal v0.4.0 github.com/hashicorp/vault-hcp-lib v0.0.0-20240704151836-a5c058ac604c github.com/hashicorp/vault-plugin-auth-alicloud v0.19.0 - github.com/hashicorp/vault-plugin-auth-azure v0.19.1 + github.com/hashicorp/vault-plugin-auth-azure v0.19.2 github.com/hashicorp/vault-plugin-auth-cf v0.19.0 github.com/hashicorp/vault-plugin-auth-gcp v0.19.1 github.com/hashicorp/vault-plugin-auth-jwt v0.22.0 @@ -525,7 +525,7 @@ require ( go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/time v0.6.0 // indirect + golang.org/x/time v0.6.0 google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect; indirect\ diff --git a/go.sum b/go.sum index de9850af0861..6c5f8768b477 100644 --- a/go.sum +++ b/go.sum @@ -1546,8 +1546,8 @@ github.com/hashicorp/vault-hcp-lib v0.0.0-20240704151836-a5c058ac604c h1:LCwgi0i github.com/hashicorp/vault-hcp-lib v0.0.0-20240704151836-a5c058ac604c/go.mod h1:Nb41BTPvmFbKB73D/+XpxIw6Nf2Rt+AOUvLzlDxwAGQ= github.com/hashicorp/vault-plugin-auth-alicloud v0.19.0 h1:LgNFlAgUsOjt8THbhcnWDyfdiSwPIajfay6ltdg3d6I= github.com/hashicorp/vault-plugin-auth-alicloud v0.19.0/go.mod h1:hkcOv6HSKRMWwZA/YZ6OgStW6iQXCv90KfSTJYbt5vc= -github.com/hashicorp/vault-plugin-auth-azure v0.19.1 h1:7ZUq9fBSqHE+oRZZr/zYxQOz9PR7l8BJwLrJnmTKgCQ= -github.com/hashicorp/vault-plugin-auth-azure v0.19.1/go.mod h1:elSxwfldjnRJQsJIAfD305g7gvUnFDykGvuY5phNNgw= +github.com/hashicorp/vault-plugin-auth-azure v0.19.2 h1:zf+M+Hhht4cXkmfF20pDQ8PADm9/X9UGLidMRmao0po= +github.com/hashicorp/vault-plugin-auth-azure v0.19.2/go.mod h1:elSxwfldjnRJQsJIAfD305g7gvUnFDykGvuY5phNNgw= github.com/hashicorp/vault-plugin-auth-cf v0.19.0 h1:/I084ZCypbhTO5ZiYjxhjzokuDqOWWLLxHatyViU9ss= github.com/hashicorp/vault-plugin-auth-cf v0.19.0/go.mod h1:LiH/IttNxAgto2ooR9l2g6+CiXc5c/1uPE0pT0hILRg= github.com/hashicorp/vault-plugin-auth-gcp v0.19.1 h1:ALSm4IUBRien3uKrdtvihxSwmOaKJxzKqDmTR2WpMG8=