From 54be46e7fc008924032f2d0fc75757887c43d644 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 5 Jun 2019 20:39:22 +0530 Subject: [PATCH 1/3] revert 0.9.2 super script tags --- website/source/api/allocations.html.md | 4 ++-- website/source/api/jobs.html.md | 4 ++-- website/source/api/json-jobs.html.md | 2 +- website/source/api/operator.html.md | 8 ++++---- .../source/docs/commands/acl/token-list.html.md.erb | 2 +- website/source/docs/commands/agent.html.md.erb | 2 +- website/source/docs/commands/alloc.html.md.erb | 6 +++--- website/source/docs/commands/alloc/exec.html.md.erb | 2 +- .../source/docs/commands/alloc/restart.html.md.erb | 2 +- .../source/docs/commands/alloc/signal.html.md.erb | 2 +- website/source/docs/commands/alloc/stop.html.md.erb | 2 +- .../source/docs/commands/job/deployments.html.md.erb | 2 +- .../docs/commands/job/periodic-force.html.md.erb | 2 +- website/source/docs/configuration/vault.html.md | 2 +- website/source/docs/job-specification/update.html.md | 2 +- website/source/layouts/docs.erb | 12 ++++++------ 16 files changed, 28 insertions(+), 28 deletions(-) diff --git a/website/source/api/allocations.html.md b/website/source/api/allocations.html.md index 10df8f5add5..2b7a124d8af 100644 --- a/website/source/api/allocations.html.md +++ b/website/source/api/allocations.html.md @@ -568,7 +568,7 @@ $ curl \ Depending on the type the event will have applicable annotations. -## Stop Allocation 0.9.2 +## Stop Allocation This endpoint stops and reschedules a specific allocation. @@ -606,7 +606,7 @@ $ curl -X POST \ } ``` -## Signal Allocation 0.9.2 +## Signal Allocation This endpoint sends a signal to an allocation or task. diff --git a/website/source/api/jobs.html.md b/website/source/api/jobs.html.md index 0ee67f8d50c..fc79cb74e9b 100644 --- a/website/source/api/jobs.html.md +++ b/website/source/api/jobs.html.md @@ -966,7 +966,7 @@ The table below shows this endpoint's support for - `:job_id` `(string: )` - Specifies the ID of the job (as specified in the job file during submission). This is specified as part of the path. -- `all` 0.9.2 `(bool: false)` - Specifies whether the list of deployments should +- `all` `(bool: false)` - Specifies whether the list of deployments should include deployments from a previously registered job with the same ID. This is possible if the job is deregistered and reregistered. @@ -1299,7 +1299,7 @@ The table below shows this endpoint's support for job's version. This is checked and acts as a check-and-set value before reverting to the specified job. -- `VaultToken`0.9.2 `(string: "")` - Optional value specifying the [vault token](/docs/commands/job/revert.html) +- `VaultToken` `(string: "")` - Optional value specifying the [vault token](/docs/commands/job/revert.html) used for Vault [policy authentication checking](/docs/configuration/vault.html#allow_unauthenticated). ### Sample Payload diff --git a/website/source/api/json-jobs.html.md b/website/source/api/json-jobs.html.md index 828219f0ffd..2b6f2fb54f5 100644 --- a/website/source/api/json-jobs.html.md +++ b/website/source/api/json-jobs.html.md @@ -691,7 +691,7 @@ determined. The potential values are: they can be promoted which unblocks a rolling update of the remaining allocations at a rate of `max_parallel`. -- `AutoPromote` 0.9.2 - Specifies if the job should automatically promote to +- `AutoPromote` - Specifies if the job should automatically promote to the new deployment if all canaries become healthy. - `Stagger` - Specifies the delay between migrating allocations off nodes marked diff --git a/website/source/api/operator.html.md b/website/source/api/operator.html.md index c2651e4a5a7..ae09fcd565e 100644 --- a/website/source/api/operator.html.md +++ b/website/source/api/operator.html.md @@ -381,9 +381,9 @@ $ curl \ - `PreemptionConfig` `(PreemptionConfig)` - Options to enable preemption for various schedulers. - `SystemSchedulerEnabled` `(bool: true)` - Specifies whether preemption for system jobs is enabled. Note that this defaults to true. - - `BatchSchedulerEnabled` 0.9.2 `(bool: false)` (Enterprise Only) - Specifies whether preemption for batch jobs is enabled. Note that + - `BatchSchedulerEnabled` `(bool: false)` (Enterprise Only) - Specifies whether preemption for batch jobs is enabled. Note that this defaults to false and must be explicitly enabled. - - `ServiceSchedulerEnabled` 0.9.2 `(bool: false)` (Enterprise Only) - Specifies whether preemption for service jobs is enabled. Note that + - `ServiceSchedulerEnabled` `(bool: false)` (Enterprise Only) - Specifies whether preemption for service jobs is enabled. Note that this defaults to false and must be explicitly enabled. - `CreateIndex` - The Raft index at which the config was created. - `ModifyIndex` - The Raft index at which the config was modified. @@ -425,7 +425,7 @@ The table below shows this endpoint's support for - `PreemptionConfig` `(PreemptionConfig)` - Options to enable preemption for various schedulers. - `SystemSchedulerEnabled` `(bool: true)` - Specifies whether preemption for system jobs is enabled. Note that if this is set to true, then system jobs can preempt any other jobs. - - `BatchSchedulerEnabled` 0.9.2 `(bool: false)` (Enterprise Only) - Specifies whether preemption for batch jobs is enabled. Note that + - `BatchSchedulerEnabled` `(bool: false)` (Enterprise Only) - Specifies whether preemption for batch jobs is enabled. Note that if this is set to true, then batch jobs can preempt any other jobs. - - `ServiceSchedulerEnabled` 0.9.2 `(bool: false)` (Enterprise Only) - Specifies whether preemption for service jobs is enabled. Note that + - `ServiceSchedulerEnabled` `(bool: false)` (Enterprise Only) - Specifies whether preemption for service jobs is enabled. Note that if this is set to true, then service jobs can preempt any other jobs. diff --git a/website/source/docs/commands/acl/token-list.html.md.erb b/website/source/docs/commands/acl/token-list.html.md.erb index cc730d8836b..45a9ce7bd82 100644 --- a/website/source/docs/commands/acl/token-list.html.md.erb +++ b/website/source/docs/commands/acl/token-list.html.md.erb @@ -6,7 +6,7 @@ description: > The token list command is used to list existing ACL tokens. --- -# Command: acl token list 0.9.2 +# Command: acl token list The `acl token list` command is used to list existing ACL tokens. diff --git a/website/source/docs/commands/agent.html.md.erb b/website/source/docs/commands/agent.html.md.erb index 62dc1ebad90..20834b1d4a2 100644 --- a/website/source/docs/commands/agent.html.md.erb +++ b/website/source/docs/commands/agent.html.md.erb @@ -101,7 +101,7 @@ via CLI arguments. The `agent` command accepts the following arguments: integration. * `vault-cert-file=`: The path to the certificate for Vault communication. * `vault-key-file=`: The path to the private key for Vault communication. -* `vault-namespace=` 0.9.2: The Vault namespace used for the integration. +* `vault-namespace=`: 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 84dfb0b699e..180f5867577 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] 0.9.2 - Restart a running allocation or task -* [`alloc signal`][signal] 0.9.2 - Signal a running allocation +* [`alloc restart`][restart] - Restart a running allocation or task +* [`alloc signal`][signal] - Signal a running allocation * [`alloc status`][status] - Display allocation status information and metadata -* [`alloc stop`][stop] 0.9.2 - Stop and reschedule a running allocation +* [`alloc stop`][stop] - 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 30cbfcc0782..c405a15b1e1 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 0.9.2 +# Command: alloc exec **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 b4cacb22220..4cbd05193bb 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 0.9.2 +# Command: alloc restart 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 c04fd3d4f5d..fcc2bd141a8 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 0.9.2 +# Command: alloc signal 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 a1cb58f83c3..eaf01869889 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 0.9.2 +# Command: alloc stop 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 0f3d3e8ac37..56f6ecae59e 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` 0.9.2: Display all deployments matching the job ID, even those from an +* `-all`: 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 71e7fb13299..106713e7d17 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 0.9.2 +# Command: job periodic force 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 87a609357f2..54fe128101d 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` 0.9.2 `(string: "")` - Specifies the [Vault namespace](https://www.vaultproject.io/docs/enterprise/namespaces/index.html) +- `namespace` `(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 77e4e2aa8f9..e0e2ca3be83 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` 0.9.2 `(bool: false)` - Specifies if the job should auto-promote to the +- `auto_promote` `(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/layouts/docs.erb b/website/source/layouts/docs.erb index b2fc273aab5..4c9b6b750f1 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -116,7 +116,7 @@ token info > - token list 0.9.2 + token list > token self @@ -136,7 +136,7 @@ alloc @@ -209,7 +209,7 @@ plan > - periodic force 0.9.2 + periodic force > promote From a1fef61bbc4195cc7680a181ac3eb4f6e39222c8 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 5 Jun 2019 20:41:11 +0530 Subject: [PATCH 2/3] remove 0.9.2 rc1 download link --- website/source/downloads.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index 558e09ba8ee..4156f48aee2 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -31,10 +31,6 @@ 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. -

From b84d0b705e4ef608066b1c6f70e72f4065424b19 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 5 Jun 2019 20:45:17 +0530 Subject: [PATCH 3/3] Update release version to 0.9.2 --- website/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.rb b/website/config.rb index 905790e32d4..7ca2d6f1395 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ activate :hashicorp do |h| h.name = "nomad" - h.version = "0.9.1" + h.version = "0.9.2" h.github_slug = "hashicorp/nomad" end