Merge pull request #8861 from hashicorp/docs-nomad-0.12.4

Update website to Nomad 0.12.4
This commit is contained in:
Michael Schurter
2020-09-09 15:27:06 -07:00
committed by GitHub
6 changed files with 5 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ usage() {
Usage: provision.sh [options...]
Options (use one of the following):
--nomad_sha SHA full git sha to install from S3
--nomad_version VERSION release version number (ex. 0.12.3+ent)
--nomad_version VERSION release version number (ex. 0.12.4+ent)
--nomad_binary FILEPATH path to file on host
--nostart do not start or restart Nomad

View File

@@ -14,7 +14,7 @@ $usage = @"
Usage: provision.ps1 [options...]
Options (use one of the following):
--nomad_sha SHA full git sha to install from S3
--nomad_version VERSION release version number (ex. 0.12.3+ent)
--nomad_version VERSION release version number (ex. 0.12.4+ent)
--nomad_binary FILEPATH path to file on host
--nostart do not start or restart Nomad
"@

View File

@@ -23,7 +23,7 @@ Includes:
Download the latest version of [Nomad](https://www.nomadproject.io/) from HashiCorp's website by copying and pasting this snippet in the terminal:
```console
curl "https://releases.hashicorp.com/nomad/0.12.3/nomad_0.12.3_linux_amd64.zip" -o nomad.zip
curl "https://releases.hashicorp.com/nomad/0.12.4/nomad_0.12.4_linux_amd64.zip" -o nomad.zip
unzip nomad.zip
sudo mv nomad /usr/local/bin
nomad --version

View File

@@ -19,7 +19,7 @@ VAULTDOWNLOAD=https://releases.hashicorp.com/vault/${VAULTVERSION}/vault_${VAULT
VAULTCONFIGDIR=/etc/vault.d
VAULTDIR=/opt/vault
NOMADVERSION=0.12.3
NOMADVERSION=0.12.4
NOMADDOWNLOAD=https://releases.hashicorp.com/nomad/${NOMADVERSION}/nomad_${NOMADVERSION}_linux_amd64.zip
NOMADCONFIGDIR=/etc/nomad.d
NOMADDIR=/opt/nomad

View File

@@ -1 +1 @@
export default '0.12.3'
export default '0.12.4'

View File

@@ -12,11 +12,6 @@ export default function DownloadsPage({ releaseData }) {
version={VERSION}
releaseData={releaseData}
community="/resources"
prerelease={{
type: 'Release Candidate',
name: 'v0.12.4',
version: '0.12.4-rc1'
}}
/>
</div>
)