Upgrade to Vault 0.10.0.

Closes gh-211.
This commit is contained in:
Mark Paluch
2018-04-24 16:20:37 +02:00
parent 773874d77c
commit 37dd7711ec
4 changed files with 53 additions and 5 deletions

View File

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