Merge pull request #6617 from hashicorp/docs-0.10.1

docs: bump website to Nomad 0.10.1
This commit is contained in:
Michael Schurter 2019-11-04 12:46:39 -08:00 committed by GitHub
commit 9f8721d7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ sudo docker --version
sudo apt-get install unzip curl vim -y sudo apt-get install unzip curl vim -y
echo "Installing Nomad..." echo "Installing Nomad..."
NOMAD_VERSION=0.10.0 NOMAD_VERSION=0.10.1
cd /tmp/ cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
unzip nomad.zip unzip nomad.zip

View file

@ -2,7 +2,7 @@ set :base_url, "https://www.nomadproject.io/"
activate :hashicorp do |h| activate :hashicorp do |h|
h.name = "nomad" h.name = "nomad"
h.version = "0.10.0" h.version = "0.10.1"
h.github_slug = "hashicorp/nomad" h.github_slug = "hashicorp/nomad"
end end