Update vault-plugin-secrets-gcp to v0.21.3 (#30080)

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2025-03-28 10:12:52 -07:00 committed by GitHub
parent e40e324f92
commit b465488e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

3
changelog/30080.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
secrets/gcp: Update plugin to v0.21.3
```

4
go.mod
View file

@ -89,7 +89,7 @@ require (
github.com/hashicorp/go-bexpr v0.1.12
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
github.com/hashicorp/go-gcp-common v0.9.1
github.com/hashicorp/go-gcp-common v0.9.2
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1
github.com/hashicorp/go-kms-wrapping/v2 v2.0.18
@ -154,7 +154,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-ad v0.20.1
github.com/hashicorp/vault-plugin-secrets-alicloud v0.19.0
github.com/hashicorp/vault-plugin-secrets-azure v0.21.2
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.2
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.3
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.20.0
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0
github.com/hashicorp/vault-plugin-secrets-kv v0.21.0

8
go.sum
View file

@ -1409,8 +1409,8 @@ github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 h1:eje2KOX8S
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192/go.mod h1:3/4dzY4lR1Hzt9bBqMhBzG7lngZ0GKx/nL6G/ad62wE=
github.com/hashicorp/go-gatedio v0.5.0 h1:Jm1X5yP4yCqqWj5L1TgW7iZwCVPGtVc+mro5r/XX7Tg=
github.com/hashicorp/go-gatedio v0.5.0/go.mod h1:Lr3t8L6IyxD3DAeaUxGcgl2JnRUpWMCsmBl4Omu/2t4=
github.com/hashicorp/go-gcp-common v0.9.1 h1:ZzAJNAz6OwpNUutnnUVnFERtR2fI1oZT5Z2i1vOly/s=
github.com/hashicorp/go-gcp-common v0.9.1/go.mod h1:JJ5Zvnsmrn1GkBg64+oDfSK/gJtnGyX5x2nFuSdulLw=
github.com/hashicorp/go-gcp-common v0.9.2 h1:hUZ46EdGwlbP+Ttrif6hlcfvtQGzJiS6FUbb649yAOQ=
github.com/hashicorp/go-gcp-common v0.9.2/go.mod h1:STcRASKUYdCtaKbZinoAR/URmkIUGIOTOHUNPrF9xOE=
github.com/hashicorp/go-hclog v0.9.1/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
@ -1597,8 +1597,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.21.2 h1:y/w2VAloMLxfPLEFGBmrpNFu43m8ilhfX2MN9pW0Ry8=
github.com/hashicorp/vault-plugin-secrets-azure v0.21.2/go.mod h1:rc30x1Kd5/wIBvz6VpGt2T97yfLA5WBYJKfdaOlpWss=
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.2 h1:amrHmYzqaidTYBtPaIXE/Dl/GNJ2miEFYX0DfTpWYgM=
github.com/hashicorp/vault-plugin-secrets-gcp v0.21.2/go.mod h1:U8zNzUnbCspeGTuLMN+OwRBJEjFkWGwb7jhOnqP8Amw=
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-gcpkms v0.20.0 h1:gFPxVPaFJjyPUF3GE7LwgGkVkQ+BA7BE775IfdznZ5M=
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.20.0/go.mod h1:SgKyMgD4+Jj4jDRgFOactHENY7Vov6Hi0UdYWVO9NGY=
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0 h1:Fw7s2f1WNW1GZgd3jb+7mkx6jPH528AFwWMHg9LarCQ=