mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 04:15:41 +03:00
Merge pull request #6573 from hashicorp/update-cci-consul
updates default consul version to 1.6.1
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user