mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Upgrade vault-plugin-secrets-azure to 0.17.2 to include a bug fix for azure role creation (#26896)
* Upgrade vault-plugin-secrets-azure to 0.17.2 to include a bug fix for azure role creation * add changelog
This commit is contained in:
3
changelog/26896.txt
Normal file
3
changelog/26896.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
secrets/azure: Update vault-plugin-secrets-azure to 0.17.2 to include a bug fix for azure role creation
|
||||
```
|
||||
2
go.mod
2
go.mod
@@ -153,7 +153,7 @@ require (
|
||||
github.com/hashicorp/vault-plugin-mock v0.16.1
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.17.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.16.0
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.17.1
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.17.2
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.18.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.16.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.7.0
|
||||
|
||||
2
go.sum
2
go.sum
@@ -2557,6 +2557,8 @@ github.com/hashicorp/vault-plugin-secrets-alicloud v0.16.0 h1:rkMe/n9/VylQEm7QeN
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.16.0/go.mod h1:xkGzU7LrkgoRhdN2NwLsshqCpjPz2aqkMVzqS6JKJeg=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.17.1 h1:A2EuyhwaCENCXsAZXWWQ3r/oNKwGlQydkZi2eD7RyhM=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.17.1/go.mod h1:R4SSIIC5/NPpeV7GO1ZQ9z0cLUNufAAVi+oO7bpguUM=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.17.2 h1:k1IQ6T5I+AkeEw0HI1yRsulCqfMUVm/S7T/gYIogXp0=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.17.2/go.mod h1:R4SSIIC5/NPpeV7GO1ZQ9z0cLUNufAAVi+oO7bpguUM=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.18.0 h1:RPKGn6Ai/t4QtdCWg9W7VYTe44cN3jDxgtobTsHHfqE=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.18.0/go.mod h1:b5ZdWNoPDo64g5mp16U6UVPTqCU3gKNIZ7Knc//uypg=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.16.0 h1:1wEYeplJl/9FLwBQSmfpqMdKKwmNz/b3e6K9ZOdJK/s=
|
||||
|
||||
Reference in New Issue
Block a user