From 1982158d957a01e3f6306f2381c4b0f2748bae3f Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:38:59 +0100 Subject: [PATCH] Bump the `yq` CLI version to 4.40.5 (#956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `yq` version in the goss test Made with ❤️️ by updatecli * chore: Update the `yq` version in the provision-env.yml file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal --- goss/goss-linux.yaml | 2 +- goss/goss-windows.yaml | 2 +- provisioning/tools-versions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index 0750d341d..e8396024e 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -195,7 +195,7 @@ command: exec: yq --version exit-status: 0 stdout: - - 4.25.3 + - 4.40.5 zip: exec: zip -v exit-status: 0 diff --git a/goss/goss-windows.yaml b/goss/goss-windows.yaml index 3ef9250e9..b7b2ebc36 100644 --- a/goss/goss-windows.yaml +++ b/goss/goss-windows.yaml @@ -151,7 +151,7 @@ command: exec: yq --version exit-status: 0 stdout: - - 4.25.3 + - 4.40.5 file: C:\Program Files\Chromium\Application\: contains: [] diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 110fec7bb..fe9c13648 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -37,5 +37,5 @@ updatecli_version: 0.69.0 vagrant_version: 2.4.0 windows_pwsh_version: 7.4.0 xq_version: 1.2.3 -yq_version: 4.25.3 +yq_version: 4.40.5 playwright_version: 1.40.1