Update vault-plugin-auth-gcp to v0.20.1 (#29736)

* Update vault-plugin-auth-gcp to v0.20.1

* 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:
hc-github-team-secure-vault-core
2025-02-27 09:44:40 -08:00
committed by GitHub
parent f06f2f8188
commit 3bd1ae5007
3 changed files with 6 additions and 3 deletions

3
changelog/29736.txt Normal file
View File

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

2
go.mod
View File

@@ -139,7 +139,7 @@ require (
github.com/hashicorp/vault-plugin-auth-alicloud v0.20.0
github.com/hashicorp/vault-plugin-auth-azure v0.20.1
github.com/hashicorp/vault-plugin-auth-cf v0.20.0
github.com/hashicorp/vault-plugin-auth-gcp v0.20.0
github.com/hashicorp/vault-plugin-auth-gcp v0.20.1
github.com/hashicorp/vault-plugin-auth-jwt v0.23.0
github.com/hashicorp/vault-plugin-auth-kerberos v0.14.0
github.com/hashicorp/vault-plugin-auth-kubernetes v0.21.0

4
go.sum
View File

@@ -1569,8 +1569,8 @@ github.com/hashicorp/vault-plugin-auth-azure v0.20.1 h1:oKbzERNhIMJvECQaouT8BKnn
github.com/hashicorp/vault-plugin-auth-azure v0.20.1/go.mod h1:9SFxR96yYv7vxDvZZady3K0YKguSNU53d8WSrshHjlQ=
github.com/hashicorp/vault-plugin-auth-cf v0.20.0 h1:KOdNy0uSffjw0sOU9zg9JgdCkuRPcqOjOIxyV2NZLjg=
github.com/hashicorp/vault-plugin-auth-cf v0.20.0/go.mod h1:SO35/C2iS12kIqIoux4AB2QSQ2IO+hbZ4/UQrQDyawo=
github.com/hashicorp/vault-plugin-auth-gcp v0.20.0 h1:lLraPAtOZtgVOp8gKDAQknNtrfc8cwENkQYQGDhsWA0=
github.com/hashicorp/vault-plugin-auth-gcp v0.20.0/go.mod h1:2b9u99wmpmfBdohZO2PvqebYsaSfm8udfIm6KqXFXF0=
github.com/hashicorp/vault-plugin-auth-gcp v0.20.1 h1:FlucOwK3h67+ThgAf5B2wHYxoI96ryAgyWThe5piE4g=
github.com/hashicorp/vault-plugin-auth-gcp v0.20.1/go.mod h1:XVsmYHrJ0dByHIRXW7crHnXwV+QwZEOjaZBO1JlMQ5I=
github.com/hashicorp/vault-plugin-auth-jwt v0.23.0 h1:LErXihivT7I8ZWB7jzQlp/IA54PdMWCaXNdkjmB0Z3c=
github.com/hashicorp/vault-plugin-auth-jwt v0.23.0/go.mod h1:a/PUlLU88uUe1GtUTdSDkp/0HVXM7p9CY2vcwEh7NeU=
github.com/hashicorp/vault-plugin-auth-kerberos v0.14.0 h1:kJGBKDk8lJXftM8PVG9ars3NWHOdylJaeutTsI/7E0w=