From cea17c2adea8fe58a55b12e4d5b1daaeff87e428 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:15:38 +0200 Subject: [PATCH] Bump the `aws` CLI version to 2.17.50 (#1399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `aws` CLI version in the goss test Made with ❤️️ by updatecli * chore: Update the `aws` CLI 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 562b4022e..5044a07c2 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -1,6 +1,6 @@ # if manually change, please update the goss file accordingly asdf_version: 0.14.1 -awscli_version: 2.17.49 +awscli_version: 2.17.50 azcopy_version: 10.26.0-20240731 azurecli_version: 2.64.0 chocolatey_version: 1.4.0 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index f2222f16b..ed5e929e6 100644 --- a/tests/goss-common.yaml +++ b/tests/goss-common.yaml @@ -5,7 +5,7 @@ command: exec: aws --version exit-status: 0 stdout: - - 2.17.49 + - 2.17.50 azurecli: exec: az --version exit-status: 0