From 7fcc053d2f9aa2a19e184f281316a11954716a38 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:38:10 +0000 Subject: [PATCH 1/2] chore: Update the `aws` CLI version in the tools-versions.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 b0e200499..40d7441b5 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.0 -awscli_version: 2.15.12 +awscli_version: 2.15.13 azcopy_version: 10.22.2-20240110 azurecli_version: 2.56.0 chocolatey_version: 1.4.0 From 28b18e2b8c7cef873b84f9033e132bd888e9c55a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:38:11 +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-common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss/goss-common.yaml b/goss/goss-common.yaml index e55d9b27d..a7cdc213b 100644 --- a/goss/goss-common.yaml +++ b/goss/goss-common.yaml @@ -4,7 +4,7 @@ command: exec: aws --version exit-status: 0 stdout: - - 2.15.12 + - 2.15.13 azurecli: exec: az --version exit-status: 0