Merge pull request #3742 from hashicorp/vagrant-updates

Update Consul/rkt/Vault in Vagrant
This commit is contained in:
Michael Schurter 2018-01-11 14:47:55 -08:00 committed by GitHub
commit c71709d71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@
set -o errexit
VERSION=1.27.0
DOWNLOAD=https://github.com/coreos/rkt/releases/download/v${VERSION}/rkt-v${VERSION}.tar.gz
DOWNLOAD=https://github.com/rkt/rkt/releases/download/v${VERSION}/rkt-v${VERSION}.tar.gz
function install_rkt() {
if [[ -e /usr/local/bin/rkt ]] ; then

View File

@ -2,7 +2,7 @@
set -o errexit
VERSION=0.7.0
VERSION=0.9.1
DOWNLOAD=https://releases.hashicorp.com/vault/${VERSION}/vault_${VERSION}_linux_amd64.zip
function install_vault() {