Upgrade to Consul 1.4.4.

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

Closes gh-306.
Original pull request: gh-306.
This commit is contained in:
DanielFran
2019-03-24 17:44:41 +00:00
committed by Mark Paluch
parent 789b01dcbe
commit 0616c85a67

View File

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