mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* Update vault-plugin-secrets-alicloud to v0.21.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
parent
483ce43496
commit
533d2b91f3
3 changed files with 6 additions and 3 deletions
3
changelog/_9813.txt
Normal file
3
changelog/_9813.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
secrets/alicloud: Update plugin to [v0.21.0](https://github.com/hashicorp/vault-plugin-secrets-alicloud/releases/tag/v0.21.0)
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -154,7 +154,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-database-redis-elasticache v0.8.0
|
||||
github.com/hashicorp/vault-plugin-database-snowflake v0.14.2
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.21.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
|
|
@ -1586,8 +1586,8 @@ github.com/hashicorp/vault-plugin-database-snowflake v0.14.2 h1:+KvX8Ie15FW3bUtg
|
|||
github.com/hashicorp/vault-plugin-database-snowflake v0.14.2/go.mod h1:sGiDAaldwYw8zcHqxUZ/LXG7ykyAhetXIhsyUqLPE5w=
|
||||
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.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-alicloud v0.21.0 h1:ywGi5dHIFAqpuC8NiDxSfKIP0WkomRIZXgG40+eY3Hg=
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.21.0/go.mod h1:4g79uHg6DPsa4k6B6iEUK5vYDIAnkOlJJI5kZK1BAcE=
|
||||
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