Skip to content

Commit

Permalink
Upgrade to Vault 1.5.3.
Browse files Browse the repository at this point in the history
See gh-543.
  • Loading branch information
mp911de committed Aug 31, 2020
1 parent 2b11b9d commit 0ef42a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,8 @@ env:
- VAULT_VER=1.1.5
- VAULT_VER=1.2.4
- VAULT_VER=1.3.4
- EDITION=enterprise VAULT_VER=0.11.0
- VAULT_VER=1.5.3
- EDITION=enterprise

before_install:
- test ! -f ~/.m2/settings.xml || rm ~/.m2/settings.xml
Expand Down
10 changes: 5 additions & 5 deletions src/test/bash/install_vault.sh
Expand Up @@ -8,8 +8,8 @@
set -o errexit

EDITION="${EDITION:-oss}"
VAULT_OSS="${VAULT_OSS:-1.3.1}"
VAULT_ENT="${VAULT_ENT:-0.11.0}"
VAULT_OSS="${VAULT_OSS:-1.5.3}"
VAULT_ENT="${VAULT_ENT:-1.5.3}"
UNAME=$(uname -s | tr '[:upper:]' '[:lower:]')
VERBOSE=false
VAULT_DIRECTORY=vault
Expand Down Expand Up @@ -135,9 +135,9 @@ function download_oss() {
function download_enterprise() {

VAULT_VER="${VAULT_VER:-${VAULT_ENT}}"
VAULT_ZIP="vault-enterprise_${VAULT_VER}%2Bent_${UNAME}_${PLATFORM}.zip"
VAULT_FILE="vault-enterprise_${VAULT_VER}+ent_${UNAME}_${PLATFORM}.zip"
VAULT_URL="http://hc-enterprise-binaries.s3.amazonaws.com/vault/ent/${VAULT_VER}/${VAULT_ZIP}"
VAULT_ZIP="vault_${VAULT_VER}%2Bent_${UNAME}_${PLATFORM}.zip"
VAULT_FILE="vault_${VAULT_VER}+ent_${UNAME}_${PLATFORM}.zip"
VAULT_URL="https://releases.hashicorp.com/vault/${VAULT_VER}%2Bent/${VAULT_ZIP}"

download
unpack
Expand Down

0 comments on commit 0ef42a1

Please sign in to comment.