Upgrade to Consul 1.5.0

see https://github.com/hashicorp/consul/blob/v1.5.0/CHANGELOG.md

Original pull request: gh-331.
This commit is contained in:
Daniel Franco
2019-05-13 09:06:36 +01:00
committed by Mark Paluch
parent 490e8ff12e
commit df0c557666

View File

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