mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-11 12:31:40 +01:00
Update vault-plugin-secrets-gcp to v0.22.0 (#30846)
* Update vault-plugin-secrets-gcp to v0.22.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
51ec0db943
commit
71ca09928c
3
changelog/30846.txt
Normal file
3
changelog/30846.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:change
|
||||
secrets/gcp: Update plugin to v0.22.0
|
||||
```
|
||||
4
go.mod
4
go.mod
@ -10,7 +10,7 @@ module github.com/hashicorp/vault
|
||||
// semantic related to Go module handling), this comment should be updated to explain that.
|
||||
//
|
||||
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
|
||||
go 1.24.0
|
||||
go 1.24.3
|
||||
|
||||
replace github.com/hashicorp/vault/api => ./api
|
||||
|
||||
@ -155,7 +155,7 @@ require (
|
||||
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-azure v0.22.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0
|
||||
|
||||
4
go.sum
4
go.sum
@ -1623,8 +1623,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.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.21.3 h1:iPa0odSb6WFxOpiNOMZE+wIoyYkDGfWQtellg1NiA8A=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3/go.mod h1:kgg83bUN1aPOaRTTaYGsJGiKzd2CberhmjA73Er2vfM=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0 h1:lD3eMet+T2DK+7rhwRiEnPEvVrP32QKvc02YKafPeWU=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0/go.mod h1:eaea7uVPm89dZyMNYiSpkT9ChKjD0skqfFgJqkZ2JBk=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0 h1:gK2PNyQulWM31gPN1Pm9PWIbR2a83lveDwuDLcWhNWs=
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0/go.mod h1:qn7kl/rhe3VN8+9LVjJfGfoSocC9EQyntVHvYSSkIk8=
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0 h1:Fw7s2f1WNW1GZgd3jb+7mkx6jPH528AFwWMHg9LarCQ=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user