From b462b6e394b9d7b320e1269d202735072f322f71 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:09:39 +0000 Subject: [PATCH 1/2] chore: Update the `aws` CLI version in the provision-env.yml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- provisioning/tools-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 08c571d40..fc5e69873 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.13.1 -awscli_version: 2.13.36 +awscli_version: 2.13.37 azcopy_version: 10.21.2-20231106 azurecli_version: 2.54.0 chocolatey_version: 1.4.0 From 6258d3cc27e208a9aef20a7d505ff86183e39b14 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:09:40 +0000 Subject: [PATCH 2/2] chore: Update the `aws` CLI version in the goss test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- goss/goss-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index d28842f79..6b801ec47 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -9,7 +9,7 @@ command: exec: aws --version exit-status: 0 stdout: - - 2.13.36 + - 2.13.37 azcopy: exec: azcopy --version exit-status: 0