Merge pull request #6573 from hashicorp/update-cci-consul

updates default consul version to 1.6.1
This commit is contained in:
Drew Bailey 2019-11-07 11:01:22 -05:00 committed by GitHub
commit 2befab6900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -311,7 +311,7 @@ commands:
parameters:
version:
type: string
default: 1.6.0-rc1
default: 1.6.1
steps:
- run:
name: Install Consul << parameters.version >>

View file

@ -10,7 +10,7 @@ sudo chown -R ubuntu:ubuntu /ops/shared
cd /ops
CONSULVERSION=1.6.0
CONSULVERSION=1.6.1
CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip
CONSULCONFIGDIR=/etc/consul.d
CONSULDIR=/opt/consul

View file

@ -2,7 +2,7 @@
set -o errexit
VERSION="1.6.0"
VERSION="1.6.1"
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip
function install_consul() {