From fdfb7634679e83eb14fa63c8d7662de3a8cc1636 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 07:51:27 +0100 Subject: [PATCH] Bump DOCTL version to 1.119.1 (#1545) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `DOCTL` version in the goss test Made with ❤️️ by updatecli * chore: Update the `DOCTL` version in the tools-versions.yml file Made with ❤️️ by updatecli * chore: Update the `DOCTL` version in the tools-versions.yml file Made with ❤️️ by updatecli * chore: Update the `DOCTL` 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-linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 85761133c..d11e4d284 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -8,7 +8,7 @@ compose_version: 2.30.3 cst_version: 1.19.3 docker_version: 27.3.1 docker_buildx_version: 0.14.1 -doctl_version: 1.118.0 +doctl_version: 1.119.1 gh_version: 2.62.0 git_lfs_version: 3.5.1 git_linux_version: 2.47.0 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index 9e63f314d..9f773cb16 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -21,7 +21,7 @@ command: exec: doctl version exit-status: 0 stdout: - - 1.118.0 + - 1.119.1 git: exec: git --version exit-status: 0