From dea6bea82fc7339b9c2d9532f9c94ad31c17768f Mon Sep 17 00:00:00 2001 From: Daniel Franco Date: Wed, 3 Jul 2019 07:42:23 +0100 Subject: [PATCH] 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. --- src/test/bash/install_consul.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/bash/install_consul.sh b/src/test/bash/install_consul.sh index bb22c5ca..91143afb 100755 --- a/src/test/bash/install_consul.sh +++ b/src/test/bash/install_consul.sh @@ -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}"