From 2b497459e2f6bd4e4414bde67a54b512f42517de Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:29:12 +0100 Subject: [PATCH] Bump`terraform` version to 1.6.4 (#913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the TERRAFORM version in the provisioning/tools-version... ... s.yml file Made with ❤️️ by updatecli * chore: Update the `TERRAFORM` version in the goss test Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal --- goss/goss-linux.yaml | 2 +- provisioning/tools-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index 1db8c75d6..d28842f79 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -164,7 +164,7 @@ command: exec: terraform -v exit-status: 0 stdout: - - 1.6.3 + - 1.6.4 trivy: exec: trivy --version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index e6af69235..08c571d40 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -30,7 +30,7 @@ openssh_authorized_keys_url: https://raw.githubusercontent.com/jenkins-infra/aws packer_version: 1.9.4 python3_version: 3.12.0 ruby_version: 2.6.10 -terraform_version: 1.6.3 +terraform_version: 1.6.4 trivy_version: 0.47.0 updatecli_version: 0.66.1 vagrant_version: 2.4.0