From cb63f5a06b0a6d9d623430eaadda8353ddf2f5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:56:07 +0100 Subject: [PATCH] fix(ubuntu): revert `azcopy` to `10.26.0-20240731` (#1497) * revert(azcopy): revert to previous version as per https://github.com/jenkins-infra/helpdesk/issues/4379#issuecomment-2461594814 * Update goss-linux.yaml --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index a61460681..78168045b 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -1,7 +1,7 @@ # if manually change, please update the goss file accordingly asdf_version: 0.14.1 awscli_version: 2.19.1 -azcopy_version: 10.27.0-20241030 +azcopy_version: 10.26.0-20240731 azurecli_version: 2.65.0 chocolatey_version: 1.4.0 compose_version: 2.30.2 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index fb13b3a0a..c4daf68b0 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -10,7 +10,7 @@ command: exec: azcopy --version exit-status: 0 stdout: - - 10.27.0 + - 10.26.0 chromium-browser: exec: chromium-browser --version exit-status: 0