docs: release 0.10.2 and 0.9.7

This commit is contained in:
Michael Schurter
2019-12-04 14:18:17 -08:00
parent 5651999563
commit 7f85f7170f
4 changed files with 4 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -36,11 +36,6 @@ description: |-
<p>
Check out the <a href="https://github.com/hashicorp/nomad/blob/v<%= latest_version %>/CHANGELOG.md">v<%= latest_version %> CHANGELOG</a> for information on the latest release.
</p>
<h3>Nomad 0.10.2 Release Candidate</h3>
<p>
A release candidate for Nomad 0.10.2 is also available! The release candidate can be <a href="https://releases.hashicorp.com/nomad/0.10.2-rc1/">downloaded on the Nomad releases page</a>.
</p>
</div>
</div>

View File

@@ -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