Upgrade to Vault 1.1.3.

See https://github.com/hashicorp/vault/blob/v1.1.3/CHANGELOG.md

Original pull request: gh-434.
This commit is contained in:
Daniel Franco
2019-06-07 13:21:41 +01:00
committed by Mark Paluch
parent 4fd2c558a3
commit 6231cd15b9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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