Merge pull request #6524 from hashicorp/website-0100
docs: bump to Nomad 0.10.0
This commit is contained in:
commit
ea9f6aa857
|
@ -24,7 +24,7 @@ sudo docker --version
|
|||
sudo apt-get install unzip curl vim -y
|
||||
|
||||
echo "Installing Nomad..."
|
||||
NOMAD_VERSION=0.9.6
|
||||
NOMAD_VERSION=0.10.0
|
||||
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.9.6"
|
||||
h.version = "0.10.0"
|
||||
h.github_slug = "hashicorp/nomad"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue