File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:change
2+ secrets/gcp: Update plugin to v0.22.0
3+ ```
Original file line number Diff line number Diff 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
1515replace 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
Original file line number Diff line number Diff line change @@ -1623,8 +1623,8 @@ github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0 h1:XH1typO/R5RlyyW5cm
16231623github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0 /go.mod h1:MxfMowH1VenMCtixd/mDqq9z10CBobzOMZJOXRLi0TA =
16241624github.com/hashicorp/vault-plugin-secrets-azure v0.22.0 h1:/Ywf4qnr0GRhgiApQ8Pqvzg/k0h6njoNamy+G9eLkjw =
16251625github.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 =
16281628github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0 h1:gK2PNyQulWM31gPN1Pm9PWIbR2a83lveDwuDLcWhNWs =
16291629github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0 /go.mod h1:qn7kl/rhe3VN8+9LVjJfGfoSocC9EQyntVHvYSSkIk8 =
16301630github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0 h1:Fw7s2f1WNW1GZgd3jb+7mkx6jPH528AFwWMHg9LarCQ =
You can’t perform that action at this time.
0 commit comments