Skip to content

Commit

Permalink
ci: bump consul and vault
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut committed Mar 15, 2020
1 parent d925125 commit 600186d
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
72 changes: 36 additions & 36 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config/commands/install-consul.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
version:
type: string
default: 1.6.1
default: 1.6.4
steps:
- run:
name: Install Consul << parameters.version >>
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config/commands/install-vault.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
version:
type: string
default: 1.2.3
default: 1.2.4
steps:
- run:
name: Install Vault << parameters.version >>
Expand Down
2 changes: 1 addition & 1 deletion demo/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo chmod a+w /etc/nomad.d
echo "Installing Consul..."
CONSUL_VERSION=1.6.1
CONSUL_VERSION=1.6.4
curl -sSL https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip > consul.zip
unzip /tmp/consul.zip
sudo install consul /usr/bin/consul
Expand Down
2 changes: 1 addition & 1 deletion scripts/vagrant-linux-priv-consul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

VERSION="1.6.1"
VERSION="1.6.4"
DOWNLOAD=https://releases.hashicorp.com/consul/${VERSION}/consul_${VERSION}_linux_amd64.zip

function install_consul() {
Expand Down

0 comments on commit 600186d

Please sign in to comment.