From ff4aa84b56326d6d2bbb2559339b64c6e390c13c Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:28:50 +0200 Subject: [PATCH] Bump Docker Compose version to 2.29.6 (#1413) 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 d6c95d759..db96610fe 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -4,7 +4,7 @@ awscli_version: 2.17.54 azcopy_version: 10.26.0-20240731 azurecli_version: 2.64.0 chocolatey_version: 1.4.0 -compose_version: 2.29.5 +compose_version: 2.29.6 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 3d2b4e3ca..f722c8807 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.5 + - 2.29.6 gh_cli: exec: gh --version exit-status: 0