From d6ef3432c541abfec4e40722a44c8a7201bf606b Mon Sep 17 00:00:00 2001 From: James Rasell Date: Thu, 7 Jul 2022 16:12:19 +0200 Subject: [PATCH] terraform: update installed versions of HashiCorp tools. (#13635) --- terraform/Vagrantfile | 4 ++-- terraform/shared/scripts/setup.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/terraform/Vagrantfile b/terraform/Vagrantfile index 1956af6f4..b4e7b024d 100644 --- a/terraform/Vagrantfile +++ b/terraform/Vagrantfile @@ -8,9 +8,9 @@ Vagrant.configure(2) do |config| cd /tmp - PACKERVERSION=1.1.2 + PACKERVERSION=1.8.2 PACKERDOWNLOAD=https://releases.hashicorp.com/packer/${PACKERVERSION}/packer_${PACKERVERSION}_linux_amd64.zip - TERRAFORMVERSION=1.0.11 + TERRAFORMVERSION=1.2.4 TERRAFORMDOWNLOAD=https://releases.hashicorp.com/terraform/${TERRAFORMVERSION}/terraform_${TERRAFORMVERSION}_linux_amd64.zip echo "Dependencies..." diff --git a/terraform/shared/scripts/setup.sh b/terraform/shared/scripts/setup.sh index cb057e5ab..a057d4cd6 100644 --- a/terraform/shared/scripts/setup.sh +++ b/terraform/shared/scripts/setup.sh @@ -9,22 +9,22 @@ cd /ops CONFIGDIR=/ops/shared/config -CONSULVERSION=1.8.3 +CONSULVERSION=1.12.2 CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip CONSULCONFIGDIR=/etc/consul.d CONSULDIR=/opt/consul -VAULTVERSION=1.5.3 +VAULTVERSION=1.11.0 VAULTDOWNLOAD=https://releases.hashicorp.com/vault/${VAULTVERSION}/vault_${VAULTVERSION}_linux_amd64.zip VAULTCONFIGDIR=/etc/vault.d VAULTDIR=/opt/vault -NOMADVERSION=0.12.4 +NOMADVERSION=1.3.1 NOMADDOWNLOAD=https://releases.hashicorp.com/nomad/${NOMADVERSION}/nomad_${NOMADVERSION}_linux_amd64.zip NOMADCONFIGDIR=/etc/nomad.d NOMADDIR=/opt/nomad -CONSULTEMPLATEVERSION=0.25.1 +CONSULTEMPLATEVERSION=0.29.1 CONSULTEMPLATEDOWNLOAD=https://releases.hashicorp.com/consul-template/${CONSULTEMPLATEVERSION}/consul-template_${CONSULTEMPLATEVERSION}_linux_amd64.zip CONSULTEMPLATECONFIGDIR=/etc/consul-template.d CONSULTEMPLATEDIR=/opt/consul-template