Upgrade to Vault 0.8.2.

Closes gh-154.
This commit is contained in:
Mark Paluch
2017-09-07 15:52:41 +02:00
parent eafebb44e8
commit ccf5682adf
2 changed files with 2 additions and 1 deletions

View File

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