From bbf71af98477084d69f4b3200014d5504ec2d19d Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 2 Nov 2021 13:37:03 +0100 Subject: [PATCH] scripts: install latest version of Consul and Vault. --- scripts/vagrant-linux-priv-consul.sh | 2 +- scripts/vagrant-linux-priv-vault.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/vagrant-linux-priv-consul.sh b/scripts/vagrant-linux-priv-consul.sh index 41d8193fe..0969e972e 100755 --- a/scripts/vagrant-linux-priv-consul.sh +++ b/scripts/vagrant-linux-priv-consul.sh @@ -2,7 +2,7 @@ set -o errexit -VERSION="1.8.3" +VERSION="1.10.3" DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip function install_consul() { diff --git a/scripts/vagrant-linux-priv-vault.sh b/scripts/vagrant-linux-priv-vault.sh index 2bbd6c1d1..9f60e88fd 100755 --- a/scripts/vagrant-linux-priv-vault.sh +++ b/scripts/vagrant-linux-priv-vault.sh @@ -2,7 +2,7 @@ set -o errexit -VERSION=1.4.1 +VERSION=1.8.4 DOWNLOAD=https://releases.hashicorp.com/vault/${VERSION}/vault_${VERSION}_linux_amd64.zip function install_vault() {