Upgrade to Vault 0.6.2.

Setup test run with Vault 0.5.3 to 0.6.2, guard tests accessing features available since specific versions.

Fixes gh-44.
This commit is contained in:
Mark Paluch
2016-10-08 20:48:14 +02:00
parent 0f0a6957e3
commit 80d38f46ff
11 changed files with 308 additions and 10 deletions

View File

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