diff --git a/README.md b/README.md index 052fbeff..28cd45b7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The compability requirements are as follows: | Autoscaler Version | Nomad Version | |:-------------------:|:-------------:| | 0.0.1-techpreview1 | 0.11-beta1 | -| wip | 0.11-beta2 | +| wip | 0.11.0 | ## Documentation Documentation is available within this repository [here](./docs/README.md). diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 31f8d82e..d5c27829 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -60,9 +60,9 @@ Vagrant.configure("2") do |config| # Download and install Nomad and Consul. pushd /tmp/downloads curl --silent --show-error --remote-name-all \ - https://releases.hashicorp.com/nomad/0.11.0-beta1/nomad_0.11.0-beta1_linux_amd64.zip \ + https://releases.hashicorp.com/nomad/0.11.0/nomad_0.11.0_linux_amd64.zip \ https://releases.hashicorp.com/consul/1.7.2/consul_1.7.2_linux_amd64.zip - unzip nomad_0.11.0-beta1_linux_amd64.zip + unzip nomad_0.11.0_linux_amd64.zip unzip consul_1.7.2_linux_amd64.zip mkdir -p /opt/hashicorp/bin mv nomad consul /opt/hashicorp/bin diff --git a/go.mod b/go.mod index 3406f9a1..2cbdd6a1 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/hashicorp/go-multierror v1.0.0 github.com/hashicorp/go-plugin v1.0.1 github.com/hashicorp/hcl/v2 v2.3.0 - github.com/hashicorp/nomad/api v0.0.0-20200401211951-3e99ef7b1f7c + github.com/hashicorp/nomad/api v0.0.0-20200408184239-65bff323cf78 github.com/kr/pretty v0.2.0 // indirect github.com/mattn/go-isatty v0.0.12 // indirect github.com/mitchellh/cli v1.0.0 diff --git a/go.sum b/go.sum index a13b2e0a..9984d27c 100644 --- a/go.sum +++ b/go.sum @@ -70,8 +70,8 @@ github.com/hashicorp/go-rootcerts v1.0.2 h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5O github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8= github.com/hashicorp/hcl/v2 v2.3.0 h1:iRly8YaMwTBAKhn1Ybk7VSdzbnopghktCD031P8ggUE= github.com/hashicorp/hcl/v2 v2.3.0/go.mod h1:d+FwDBbOLvpAM3Z6J7gPj/VoAGkNe/gm352ZhjJ/Zv8= -github.com/hashicorp/nomad/api v0.0.0-20200401211951-3e99ef7b1f7c h1:im+zs9oC6vJV/5FqX2PgaZs0opQcWhVqA7orkWzPvUA= -github.com/hashicorp/nomad/api v0.0.0-20200401211951-3e99ef7b1f7c/go.mod h1:WKCL+tLVhN1D+APwH3JiTRZoxcdwRk86bWu1LVCUPaE= +github.com/hashicorp/nomad/api v0.0.0-20200408184239-65bff323cf78 h1:ely9ExJEs9t8I+wZwtS1zC21efQc1bussa6UGQcZ9yQ= +github.com/hashicorp/nomad/api v0.0.0-20200408184239-65bff323cf78/go.mod h1:WKCL+tLVhN1D+APwH3JiTRZoxcdwRk86bWu1LVCUPaE= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=