From 7b3f77dd7e64ca51c8fdfc531bb58efdc0e11f46 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 24 Aug 2020 08:16:39 -0500 Subject: [PATCH] consul/connect: update consul version used in circleci --- .circleci/config.yml | 36 ++++++++++---------- .circleci/config/commands/install-consul.yml | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b6589fc1..c53bbb18d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,10 +58,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -176,10 +176,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -294,10 +294,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -412,10 +412,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -635,10 +635,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -846,10 +846,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -938,10 +938,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -1118,10 +1118,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x @@ -1298,10 +1298,10 @@ jobs: name: install protoc - run: command: | - curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.6.4/consul_1.6.4_linux_amd64.zip + curl -SL --fail -o /tmp/consul.zip https://releases.hashicorp.com/consul/1.8.3/consul_1.8.3_linux_amd64.zip sudo unzip -d /usr/local/bin /tmp/consul.zip rm -rf /tmp/consul* - name: Install Consul 1.6.4 + name: Install Consul 1.8.3 - run: command: | set -x diff --git a/.circleci/config/commands/install-consul.yml b/.circleci/config/commands/install-consul.yml index cad97da0c..c3eaf3b49 100644 --- a/.circleci/config/commands/install-consul.yml +++ b/.circleci/config/commands/install-consul.yml @@ -1,7 +1,7 @@ parameters: version: type: string - default: 1.6.4 + default: 1.8.3 steps: - run: name: Install Consul << parameters.version >>