mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
Update vault-plugin-secrets-gcp to v0.21.0 (#29598)
* Update vault-plugin-secrets-gcp to v0.21.0 * Add changelog * Update 29598.txt --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com> Co-authored-by: robmonte <17119716+robmonte@users.noreply.github.com>
This commit is contained in:
parent
2493fc7355
commit
b17c6d5b6d
9
changelog/29598.txt
Normal file
9
changelog/29598.txt
Normal file
@ -0,0 +1,9 @@
|
||||
```release-note:change
|
||||
secrets/gcp: Update plugin to v0.21.0
|
||||
```
|
||||
|
||||
```release-note:feature
|
||||
**Automated Root Rotation**: Adds Automated Root Rotation capabilities to the GCP Secrets plugin.
|
||||
This allows plugin users to automate their root credential rotations based on configurable
|
||||
schedules/periods via the Rotation Manager. Note: Enterprise only.
|
||||
```
|
2
go.mod
2
go.mod
@ -154,7 +154,7 @@ require (
|
||||
github.com/hashicorp/vault-plugin-secrets-ad v0.19.0
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.20.1
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.20.1
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.19.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.20.0
|
||||
|
4
go.sum
4
go.sum
@ -1596,8 +1596,8 @@ github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0 h1:XH1typO/R5RlyyW5cm
|
||||
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0/go.mod h1:MxfMowH1VenMCtixd/mDqq9z10CBobzOMZJOXRLi0TA=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.20.1 h1:jmgXMV2E0sWQ5c90YLbwo9K6FX1uJT+Mm8On2RuP4vo=
|
||||
github.com/hashicorp/vault-plugin-secrets-azure v0.20.1/go.mod h1:PW7g5lgIcwudoZAthoc3xNqiumHHI1gvNw9en/iI3TQ=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.20.1 h1:p41B+ZPC1Y4+4xx3AZT+ZTjmm1vOTY0hb1i9JfBFm+A=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.20.1/go.mod h1:JDSQD4IqHva2/Hp0Bw7t7QQ111k3QpF1PJhSapldf5I=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.0 h1:ZVVVVWLDC/PxmKU92eAvIRQgFjDlnJtqWa8OF+RnK7Y=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.0/go.mod h1:GCYpFSIzl00jeub1Yh80fnMLLnV88poCw3+Odpx2u/4=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.19.0 h1:XMVCbZtI5UwJ19KoYZpg4Q6byVccRvUzm/I4SGaFJ4o=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.19.0/go.mod h1:3OEx2UIpLZ0f4biNj60hRZTULuTzJV43Tn6+jKj9xdY=
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0 h1:Fw7s2f1WNW1GZgd3jb+7mkx6jPH528AFwWMHg9LarCQ=
|
||||
|
Loading…
x
Reference in New Issue
Block a user