e2e: upgrade terraform consul to 1.9.0

This commit is contained in:
Seth Hoenig 2020-12-03 13:01:14 -06:00
parent ce85288f2f
commit ad5918f754
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set -e
# Will be overwritten at test time with the version specified
NOMADVERSION=0.12.7
CONSULVERSION=1.8.3
CONSULVERSION=1.9.0
VAULTVERSION=1.5.4
NOMAD_PLUGIN_DIR=/opt/nomad/plugins/

View File

@ -8,7 +8,7 @@ Set-Location C:\opt
Try {
$releases = "https://releases.hashicorp.com"
$version = "1.8.3"
$version = "1.9.0"
$url = "${releases}/consul/${version}/consul_${version}_windows_amd64.zip"
New-Item -ItemType Directory -Force -Path C:\opt\consul