From f5a3d0a7f6f4148f8b2b0c9d53b18cb5d6702648 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 16 Dec 2021 15:46:34 -0500 Subject: [PATCH 1/2] auth/gcp: update to v0.11.3 (#13457) * update gcp auth * go mod tidy --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 45f897d4038e..bf957964b1c3 100644 --- a/go.mod +++ b/go.mod @@ -93,7 +93,7 @@ require ( github.com/hashicorp/vault-plugin-auth-azure v0.9.2 github.com/hashicorp/vault-plugin-auth-centrify v0.10.0 github.com/hashicorp/vault-plugin-auth-cf v0.10.0 - github.com/hashicorp/vault-plugin-auth-gcp v0.11.2 + github.com/hashicorp/vault-plugin-auth-gcp v0.11.3 github.com/hashicorp/vault-plugin-auth-jwt v0.11.3 github.com/hashicorp/vault-plugin-auth-kerberos v0.5.0 github.com/hashicorp/vault-plugin-auth-kubernetes v0.11.3 diff --git a/go.sum b/go.sum index 5113fd58fcb3..624f76b0d34b 100644 --- a/go.sum +++ b/go.sum @@ -936,8 +936,8 @@ github.com/hashicorp/vault-plugin-auth-centrify v0.10.0 h1:MTvTI6q5yO5o0SUNln153 github.com/hashicorp/vault-plugin-auth-centrify v0.10.0/go.mod h1:3fDbIVdwA/hkOVhwktKHDX5lo4DqIUUVbBdwQNNvxHw= github.com/hashicorp/vault-plugin-auth-cf v0.10.0 h1:c9jepaNQXfPNl7ryufVP9RBKb5St1mx2GxpV1oX6ASQ= github.com/hashicorp/vault-plugin-auth-cf v0.10.0/go.mod h1:4HM4amMEcCyoLZNNjyz5AYILIlhMLTErxrinM3Vopy4= -github.com/hashicorp/vault-plugin-auth-gcp v0.11.2 h1:nchN/UFZDZFQbNJHDwq86vDRk6JUkTS999aZcfpxbVY= -github.com/hashicorp/vault-plugin-auth-gcp v0.11.2/go.mod h1:HJc8ih7gLNpBJYTwFlXJA3H48LKsP8mlVKYtPWfRkHs= +github.com/hashicorp/vault-plugin-auth-gcp v0.11.3 h1:kdfbpf4bLubMqeQZIAGVYAO7scqun6GYMqU4sGEadd0= +github.com/hashicorp/vault-plugin-auth-gcp v0.11.3/go.mod h1:HJc8ih7gLNpBJYTwFlXJA3H48LKsP8mlVKYtPWfRkHs= github.com/hashicorp/vault-plugin-auth-jwt v0.11.3 h1:uo7Gz81YqiYjg1ne4ZvT5csV/L4UT/9jlNVdCdb1jEs= github.com/hashicorp/vault-plugin-auth-jwt v0.11.3/go.mod h1:jzjDdssus8sw8G6NOP7kNFMEeIvrjXvPHUR3pEn5+r0= github.com/hashicorp/vault-plugin-auth-kerberos v0.5.0 h1:oORxeqOraVVLQrb+z3fj5JayPmH/JBxJWGywZ8ZRJt0= From 642dcf2f0032d599e016747679e1dd5965b39db1 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:12:22 -0500 Subject: [PATCH 2/2] Trigger Build