mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
bump secrets/azure to v0.14.0 (#17180)
This commit is contained in:
parent
bc1e2e61e3
commit
c6e024206c
3 changed files with 6 additions and 3 deletions
3
changelog/17180.txt
Normal file
3
changelog/17180.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
secrets/azure: Removed deprecated AAD graph API support from the secrets engine.
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -121,7 +121,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-mock v0.16.1
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.13.1
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.12.0
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.13.0
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.14.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.14.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.2.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1126,8 +1126,8 @@ github.com/hashicorp/vault-plugin-secrets-ad v0.13.1 h1:zxIaGsl8FI7B5GKJkXev56HS
|
|||
github.com/hashicorp/vault-plugin-secrets-ad v0.13.1/go.mod h1:5XIn6cw1+gG+WWxK0SdEAKCDOXTp+MX90PzZ7f3Eks0=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.12.0 h1:4Ke3dtM7ARa9ga2jI2rW/TouXWZ45hjfwwtcILoErA4=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.12.0/go.mod h1:F4KWrlCQZbhP2dFXCkRvbHX2J6CTydlaY0cH+OrLHCE=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.13.0 h1:35JsvhKhvuATkP6vVQisA4prHd2gjzX4AT0CPvPXJ7I=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.13.0/go.mod h1:Xw8CQPkyZSJRK9BXKBruf6kOO8rLyXEf40o19ClK9kY=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.14.0 h1:1Az9rwdDHiTXiJSEYSq+Ar+MXeC3Z9v2ltZx3N+DwNY=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.14.0/go.mod h1:Xw8CQPkyZSJRK9BXKBruf6kOO8rLyXEf40o19ClK9kY=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.14.0 h1:1yUxhYhFiMQm/miMYCtplnYly6HGBprOKStM6hpk+z0=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.14.0/go.mod h1:kRgZfXRD9qUHoGclaR09tKXXwkwNrkY+D76ahetsaB8=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0 h1:R36pNaaN4tJyIrPJej7/355Qt5+Q5XUTB+Az6rGs5xg=
|
||||
|
|
|
|||
Loading…
Reference in a new issue