Update consul to 1.7.2 and vault to 1.3.4.
Original pull request: gh-396.
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user