Skip to content

Commit 71ca099

Browse files
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 <[email protected]>
1 parent 51ec0db commit 71ca099

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog/30846.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
secrets/gcp: Update plugin to v0.22.0
3+
```

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module github.com/hashicorp/vault
1010
// semantic related to Go module handling), this comment should be updated to explain that.
1111
//
1212
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
13-
go 1.24.0
13+
go 1.24.3
1414

1515
replace github.com/hashicorp/vault/api => ./api
1616

@@ -155,7 +155,7 @@ require (
155155
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0
156156
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0
157157
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0
158-
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3
158+
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0
159159
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0
160160
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0
161161
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,8 +1623,8 @@ github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0 h1:XH1typO/R5RlyyW5cm
16231623
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0/go.mod h1:MxfMowH1VenMCtixd/mDqq9z10CBobzOMZJOXRLi0TA=
16241624
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0 h1:/Ywf4qnr0GRhgiApQ8Pqvzg/k0h6njoNamy+G9eLkjw=
16251625
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0/go.mod h1:UQkeiTw06SkmE99l8/TssnZolq3I+vlL00Trbp+Rlt0=
1626-
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3 h1:iPa0odSb6WFxOpiNOMZE+wIoyYkDGfWQtellg1NiA8A=
1627-
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3/go.mod h1:kgg83bUN1aPOaRTTaYGsJGiKzd2CberhmjA73Er2vfM=
1626+
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0 h1:lD3eMet+T2DK+7rhwRiEnPEvVrP32QKvc02YKafPeWU=
1627+
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0/go.mod h1:eaea7uVPm89dZyMNYiSpkT9ChKjD0skqfFgJqkZ2JBk=
16281628
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0 h1:gK2PNyQulWM31gPN1Pm9PWIbR2a83lveDwuDLcWhNWs=
16291629
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0/go.mod h1:qn7kl/rhe3VN8+9LVjJfGfoSocC9EQyntVHvYSSkIk8=
16301630
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0 h1:Fw7s2f1WNW1GZgd3jb+7mkx6jPH528AFwWMHg9LarCQ=

0 commit comments

Comments
 (0)