From a09100baaf86fbac4776d7e718958573a78ccc13 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:51:10 +0100 Subject: [PATCH] Bump `kubectl` version to 1.29.11 (#1548) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update `kubectl` version in the goss test Made with ❤️️ by updatecli * chore: Update `kubectl` version in the tools-versions.yml file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-common.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index eaaf669a1..0da0c698a 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -29,7 +29,7 @@ jdk8_version: 8u432-b06 jenkins_remoting_version: 3283.v92c105e0f819 jq_version: 1.6 jxreleaseversion_version: 2.7.6 -kubectl_version: 1.29.10 +kubectl_version: 1.29.11 launchable_version: 1.66.0 maven_version: 3.9.9 netlifydeploy_version: 0.1.8 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index 2664fa784..268163989 100644 --- a/tests/goss-common.yaml +++ b/tests/goss-common.yaml @@ -70,7 +70,7 @@ command: exec: kubectl version --client exit-status: 0 stdout: - - 1.29.10 + - 1.29.11 launchable: exec: launchable --version exit-status: 0