Upgrade to Vault 1.1.0.

see https://github.com/hashicorp/vault/blob/v1.1.0/CHANGELOG.md

Closes gh-400.
Original pull request: gh-400.
This commit is contained in:
DanielFran
2019-03-24 17:08:29 +00:00
committed by Mark Paluch
parent cfe357c888
commit 189eacc6ab
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ env:
- VAULT_VER=0.10.4
- VAULT_VER=0.11.6
- VAULT_VER=1.0.3
- VAULT_VER=1.1.0
- PROFILE=springNext
before_install:

View File

@@ -6,7 +6,7 @@
###########################################################################
VAULT_VER="${VAULT_VER:-1.0.3}"
VAULT_VER="${VAULT_VER:-1.1.0}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VAULT_ZIP="vault_${VAULT_VER}_${UNAME}_amd64.zip"
IGNORE_CERTS="${IGNORE_CERTS:-no}"