mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
docs: release 0.10.2 and 0.9.7
This commit is contained in:
2
demo/vagrant/Vagrantfile
vendored
2
demo/vagrant/Vagrantfile
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user