mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Update vault-plugin-secrets-alicloud to v0.20.0 (#30809)
* Update vault-plugin-secrets-alicloud to v0.20.0 * Add changelog * Update go.mod spacing --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com> Co-authored-by: Michael Blaum <96261585+hashiblaum@users.noreply.github.com>
This commit is contained in:
parent
9fe8945005
commit
359231913c
3 changed files with 6 additions and 3 deletions
3
changelog/30809.txt
Normal file
3
changelog/30809.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
secrets/alicloud: Update plugin to v0.20.0
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -153,7 +153,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-database-snowflake v0.14.1
|
||||
github.com/hashicorp/vault-plugin-mock v0.16.1
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1619,8 +1619,8 @@ github.com/hashicorp/vault-plugin-mock v0.16.1 h1:5QQvSUHxDjEEbrd2REOeacqyJnCLPD
|
|||
github.com/hashicorp/vault-plugin-mock v0.16.1/go.mod h1:83G4JKlOwUtxVourn5euQfze3ZWyXcUiLj2wqrKSDIM=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0 h1:hQ3NmPvlfqjUJOFVPsmLKtVjJLgTGC6svkL2CGoo8zs=
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0/go.mod h1:+DVIGigIqw63QjP3/3tHQnB8EYzc1YfhKsTr+WJGZns=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0 h1:XH1typO/R5RlyyW5cm65+DDAnYmiA7xEdoRGGrB9xu0=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0/go.mod h1:MxfMowH1VenMCtixd/mDqq9z10CBobzOMZJOXRLi0TA=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0 h1:r0ynX2WP8jYfnw6LZ1BnRSO0OlAdv5PW1dj4QPbiiWk=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0/go.mod h1:PHot/sL5dwzUMIsi7qN429JANRnB/LZc2LO1S3BZQIA=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0 h1:/Ywf4qnr0GRhgiApQ8Pqvzg/k0h6njoNamy+G9eLkjw=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0/go.mod h1:UQkeiTw06SkmE99l8/TssnZolq3I+vlL00Trbp+Rlt0=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0 h1:lD3eMet+T2DK+7rhwRiEnPEvVrP32QKvc02YKafPeWU=
|
||||
|
|
|
|||
Loading…
Reference in a new issue