From 9b3d1b459a582688c7aa805cbe71293c30e8243c Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Mon, 16 Sep 2024 09:20:04 -0700 Subject: [PATCH] chore: update update-tooling versions (#2598) --- .github/workflows/update-tooling.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-tooling.yml b/.github/workflows/update-tooling.yml index 77dd7e63e91..5ec3cda811d 100644 --- a/.github/workflows/update-tooling.yml +++ b/.github/workflows/update-tooling.yml @@ -16,9 +16,9 @@ env: CFT_CLI_URL: "https://api.github.com/repos/GoogleCloudPlatform/cloud-foundation-toolkit/releases" MODULE_SWAPPER_URL: "https://api.github.com/repos/GoogleCloudPlatform/cloud-foundation-toolkit/releases" TFLINT_BP_PLUGIN_URL: "https://api.github.com/repos/GoogleCloudPlatform/cloud-foundation-toolkit/releases" - KUBECTL_MINOR: "1.28" + KUBECTL_MINOR: "1.29" KUBECTL_URL: "https://api.github.com/repos/kubernetes/kubernetes/releases" - GATOR_MINOR: "3.14" + GATOR_MINOR: "3.17" GATOR_URL: "https://api.github.com/repos/open-policy-agent/gatekeeper/releases" GCRANE_URL: "https://api.github.com/repos/google/go-containerregistry/releases/latest" KUSTOMIZE_URL: "https://api.github.com/repos/kubernetes-sigs/kustomize/releases"