Merge pull request #7196 from hashicorp/website-0104

Update website to v0.10.4
This commit is contained in:
Michael Schurter 2020-02-20 09:24:12 -08:00 committed by GitHub
commit 17ddd46322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 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.3
NOMAD_VERSION=0.10.4
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

@ -1 +1 @@
export default '0.10.3'
export default '0.10.4'

View File

@ -13,10 +13,6 @@ export default function DownloadsPage({ downloadData }) {
product="Nomad"
version={VERSION}
downloads={downloadData}
releaseCandidate={{
name: '0.10.4',
version: '0.10.4-rc1'
}}
/>
</div>
)