Upgrade to Consul version to 1.5.2.

See https://github.com/hashicorp/consul/blob/v1.5.2/CHANGELOG.md

Original pull request: gh-340.
This commit is contained in:
Daniel Franco
2019-07-03 07:42:23 +01:00
committed by Mark Paluch
parent 52240c51ca
commit dea6bea82f

View File

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