Update consul to 1.7.2 and vault to 1.3.4.

Original pull request: gh-396.
This commit is contained in:
Daniel Franco
2020-03-25 08:20:59 +00:00
committed by GitHub
parent e4c442577f
commit 6d81aaaa78
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
###########################################################################
CONSUL_VER="1.7.1"
CONSUL_VER="1.7.2"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
CONSUL_ZIP="consul_${CONSUL_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"

View File

@@ -8,7 +8,7 @@
set -o errexit
EDITION="${EDITION:-oss}"
VAULT_OSS="${VAULT_OSS:-1.3.2}"
VAULT_OSS="${VAULT_OSS:-1.3.4}"
VAULT_ENT="${VAULT_ENT:-0.11.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VERBOSE=false