From 29550acf564f3cc4cd6b7d60ffe72312465eb3aa Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:13:08 +0100 Subject: [PATCH] Bump Docker Compose version to 2.30.3 (#1502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `DockerCompose` version in the Packer default values Made with ❤️️ by updatecli * chore: Update the `DockerCompose` version in the goss test 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 78168045b..88fe1e294 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -4,7 +4,7 @@ awscli_version: 2.19.1 azcopy_version: 10.26.0-20240731 azurecli_version: 2.65.0 chocolatey_version: 1.4.0 -compose_version: 2.30.2 +compose_version: 2.30.3 cst_version: 1.19.3 docker_version: 27.3.1 docker_buildx_version: 0.14.1 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index 459ba00d2..476bd8880 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.30.2 + - 2.30.3 gh_cli: exec: gh --version exit-status: 0