From 981f5fb4d1dddd39cc362e0ebcdde034946cc87f Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Mon, 12 Dec 2016 11:45:03 +0100 Subject: [PATCH] bumps Nomad from 0.4.1 to 0.5.0 Noticed that the `Vagrantfile` still references `0.4.1` of Nomad. Verified this still works by testing it with all steps listed in the [Getting-Started](https://www.nomadproject.io/intro/getting-started/jobs.html) guide. --- demo/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 1fa803fbf..aaff609ed 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget vim # Download Nomad echo Fetching Nomad... cd /tmp/ -curl -sSL https://releases.hashicorp.com/nomad/0.4.1/nomad_0.4.1_linux_amd64.zip -o nomad.zip +curl -sSL https://releases.hashicorp.com/nomad/0.5.0/nomad_0.5.0_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip