Merge pull request #11430 from hashicorp/f-update-script-install-versions

scripts: install latest version of Consul and Vault.
This commit is contained in:
James Rasell
2021-11-02 15:21:43 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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() {