Upgrade Consul to 1.6.1.

See https://github.com/hashicorp/consul/blob/master/CHANGELOG.md#161-september-12-2019

Original pull request: gh-359.
This commit is contained in:
Daniel Franco
2019-09-30 13:08:08 +01:00
committed by Mark Paluch
parent be8a4e2f21
commit fdcc67b2d7

View File

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