diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 1dedf96d8..70c8854bc 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -25,7 +25,7 @@ sudo docker --version sudo apt-get install unzip curl vim -y echo "Installing Nomad..." -NOMAD_VERSION=0.10.1 +NOMAD_VERSION=0.10.2 cd /tmp/ curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip unzip nomad.zip diff --git a/website/config.rb b/website/config.rb index 57fa26476..f99ab9e15 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/" activate :hashicorp do |h| h.name = "nomad" - h.version = "0.10.1" + h.version = "0.10.2" h.github_slug = "hashicorp/nomad" end diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index fb58aa0c5..391440f05 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -36,11 +36,6 @@ description: |-
Check out the v<%= latest_version %> CHANGELOG for information on the latest release.
- -- A release candidate for Nomad 0.10.2 is also available! The release candidate can be downloaded on the Nomad releases page. -
diff --git a/website/source/guides/upgrade/upgrade-specific.html.md b/website/source/guides/upgrade/upgrade-specific.html.md index bdd2d7aee..cad2335d4 100644 --- a/website/source/guides/upgrade/upgrade-specific.html.md +++ b/website/source/guides/upgrade/upgrade-specific.html.md @@ -19,8 +19,8 @@ standard upgrade flow. ### Preemption Panic Fixed -Nomad 0.10.2 fixes a [server crashing bug][gh-6787] present in scheduler -preemption since 0.9.0. Users unable to immediately upgrade to Nomad 0.10.2 can +Nomad 0.9.7 and 0.10.2 fix a [server crashing bug][gh-6787] present in +scheduler preemption since 0.9.0. Users unable to immediately upgrade Nomad can [disable preemption][preemption-api] to avoid the panic. ### Dangling Docker Container Cleanup