From 0a1687248c93428303d7a5f14e956153887d9281 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:06:36 +0200 Subject: [PATCH] Bump Docker Compose version to 2.29.5 (#1407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `DockerCompose` version in the goss test Made with ❤️️ by updatecli * chore: Update the `DockerCompose` version in the Packer default values 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 2a22e36b1..90a3c074e 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -4,7 +4,7 @@ awscli_version: 2.17.51 azcopy_version: 10.26.0-20240731 azurecli_version: 2.64.0 chocolatey_version: 1.4.0 -compose_version: 2.29.4 +compose_version: 2.29.5 cst_version: 1.19.1 docker_version: 27.2.1 docker_buildx_version: 0.14.1 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index b3ddf22a3..67463c0fe 100644 --- a/tests/goss-common.yaml +++ b/tests/goss-common.yaml @@ -35,7 +35,7 @@ command: exec: docker-compose -v exit-status: 0 stdout: - - 2.29.4 + - 2.29.5 gh_cli: exec: gh --version exit-status: 0