` 0.9.2: The Vault namespace used for the integration.
Required for servers and clients. Overrides the Vault namespace read from the
VAULT_NAMESPACE environment variable.
* `vault-tls-skip-verify`: A boolean that determines whether to skip SSL
diff --git a/website/source/docs/commands/alloc.html.md.erb b/website/source/docs/commands/alloc.html.md.erb
index 180f58675..84dfb0b69 100644
--- a/website/source/docs/commands/alloc.html.md.erb
+++ b/website/source/docs/commands/alloc.html.md.erb
@@ -19,10 +19,10 @@ subcommands are available:
* [`alloc fs`][fs] - Inspect the contents of an allocation directory
* [`alloc logs`][logs] - Streams the logs of a task
-* [`alloc restart`][restart] - Restart a running allocation or task
-* [`alloc signal`][signal] - Signal a running allocation
+* [`alloc restart`][restart] 0.9.2 - Restart a running allocation or task
+* [`alloc signal`][signal] 0.9.2 - Signal a running allocation
* [`alloc status`][status] - Display allocation status information and metadata
-* [`alloc stop`][stop] - Stop and reschedule a running allocation
+* [`alloc stop`][stop] 0.9.2 - Stop and reschedule a running allocation
[fs]: /docs/commands/alloc/fs.html "Inspect the contents of an allocation directory"
[logs]: /docs/commands/alloc/logs.html "Streams the logs of a task"
diff --git a/website/source/docs/commands/alloc/exec.html.md.erb b/website/source/docs/commands/alloc/exec.html.md.erb
index cc825f08d..733bd86d8 100644
--- a/website/source/docs/commands/alloc/exec.html.md.erb
+++ b/website/source/docs/commands/alloc/exec.html.md.erb
@@ -6,7 +6,7 @@ description: >
Runs a command in a container.
---
-# Command: alloc exec
+# Command: alloc exec 0.9.2
**Alias: `nomad exec`**
The `alloc exec` command runs a command in a running allocation.
diff --git a/website/source/docs/commands/alloc/restart.html.md.erb b/website/source/docs/commands/alloc/restart.html.md.erb
index 4cbd05193..b4cacb222 100644
--- a/website/source/docs/commands/alloc/restart.html.md.erb
+++ b/website/source/docs/commands/alloc/restart.html.md.erb
@@ -6,7 +6,7 @@ description: >
Restart a running allocation or task
---
-# Command: alloc restart
+# Command: alloc restart 0.9.2
The `alloc restart` command allows a user to perform an in place restart of an
an entire allocation or individual task.
diff --git a/website/source/docs/commands/alloc/signal.html.md.erb b/website/source/docs/commands/alloc/signal.html.md.erb
index fcc2bd141..c04fd3d4f 100644
--- a/website/source/docs/commands/alloc/signal.html.md.erb
+++ b/website/source/docs/commands/alloc/signal.html.md.erb
@@ -6,7 +6,7 @@ description: >
Signal a running allocation or task
---
-# Command: alloc signal
+# Command: alloc signal 0.9.2
The `alloc signal` command allows a user to perform an in place signal of an
an entire allocation or individual task.
diff --git a/website/source/docs/commands/alloc/stop.html.md.erb b/website/source/docs/commands/alloc/stop.html.md.erb
index eaf018698..a1cb58f83 100644
--- a/website/source/docs/commands/alloc/stop.html.md.erb
+++ b/website/source/docs/commands/alloc/stop.html.md.erb
@@ -6,7 +6,7 @@ description: >
Stop and reschedule a running allocation
---
-# Command: alloc stop
+# Command: alloc stop 0.9.2
The `alloc stop` command allows a user to perform an in-place restart of an
entire allocation or individual task.
diff --git a/website/source/docs/commands/job/deployments.html.md.erb b/website/source/docs/commands/job/deployments.html.md.erb
index 56f6ecae5..0f3d3e8ac 100644
--- a/website/source/docs/commands/job/deployments.html.md.erb
+++ b/website/source/docs/commands/job/deployments.html.md.erb
@@ -34,7 +34,7 @@ of a job to display the list of deployments for.
* `-verbose`: Show full information.
-* `-all`: Display all deployments matching the job ID, even those from an
+* `-all` 0.9.2: Display all deployments matching the job ID, even those from an
older instance of the job.
## Examples
diff --git a/website/source/docs/commands/job/periodic-force.html.md.erb b/website/source/docs/commands/job/periodic-force.html.md.erb
index 106713e7d..71e7fb132 100644
--- a/website/source/docs/commands/job/periodic-force.html.md.erb
+++ b/website/source/docs/commands/job/periodic-force.html.md.erb
@@ -6,7 +6,7 @@ description: >
The job periodic force command is used to force the evaluation of a periodic job.
---
-# Command: job periodic force
+# Command: job periodic force 0.9.2
The `job periodic force` command is used to [force the evaluation](/api/jobs.html#force-new-periodic-instance)
of a [periodic job](/docs/job-specification/periodic.html).
diff --git a/website/source/docs/configuration/vault.html.md b/website/source/docs/configuration/vault.html.md
index d34e29a3a..87a609357 100644
--- a/website/source/docs/configuration/vault.html.md
+++ b/website/source/docs/configuration/vault.html.md
@@ -74,7 +74,7 @@ vault {
- `key_file` `(string: "")` - Specifies the path to the private key used for
Vault communication. If this is set then you need to also set `cert_file`.
-- `namespace` `(string: "")` - Specifies the [Vault namespace](https://www.vaultproject.io/docs/enterprise/namespaces/index.html)
+- `namespace` 0.9.2 `(string: "")` - Specifies the [Vault namespace](https://www.vaultproject.io/docs/enterprise/namespaces/index.html)
used by the Vault integration. If non-empty, this namespace will be used on
all Vault API calls.
diff --git a/website/source/docs/job-specification/update.html.md b/website/source/docs/job-specification/update.html.md
index e0e2ca3be..77e4e2aa8 100644
--- a/website/source/docs/job-specification/update.html.md
+++ b/website/source/docs/job-specification/update.html.md
@@ -93,7 +93,7 @@ job "docs" {
last stable job on deployment failure. A job is marked as stable if all the
allocations as part of its deployment were marked healthy.
-- `auto_promote` `(bool: false)` - Specifies if the job should auto-promote to the
+- `auto_promote` 0.9.2 `(bool: false)` - Specifies if the job should auto-promote to the
canary version when all canaries become healthy during a deployment. Defaults to
false which means canaries must be manually updated with the `nomad deployment promote`
command.
diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb
index 4156f48ae..558e09ba8 100644
--- a/website/source/downloads.html.erb
+++ b/website/source/downloads.html.erb
@@ -31,6 +31,10 @@ description: |-
Check out the v<%= latest_version %> CHANGELOG for information on the latest release.
+ Nomad 0.9.2 RC
+
+ A release candidate for Nomad 0.9.2 is also available! The release candidate can be downloaded on the Nomad releases page.
+
diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb
index 62e345a40..5c4bb5811 100644
--- a/website/source/layouts/docs.erb
+++ b/website/source/layouts/docs.erb
@@ -116,7 +116,7 @@
token info
>
- token list
+ token list 0.9.2
>
token self
@@ -136,7 +136,7 @@
alloc
@@ -209,7 +209,7 @@
plan
>
- periodic force
+ periodic force 0.9.2
>
promote