Merge pull request #6573 from hashicorp/update-cci-consul
updates default consul version to 1.6.1
This commit is contained in:
commit
2befab6900
|
@ -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 >>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue