Upgrade to Consul version to 1.5.1.

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

Original pull request: gh-336.
This commit is contained in:
Daniel Franco
2019-05-27 10:03:27 +01:00
committed by Mark Paluch
parent 93d1d229a4
commit 0dc09ff8ac

View File

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