Remove Beta tag from 1.0 features (#9562)

* docs: Remove 1.0 beta warning about HCL2.0 docs

* docs: multiregion is not beta anymore either

* docs: scaling isn't beta

* docs: neither is events api
This commit is contained in:
Mahmood Ali 2020-12-08 09:39:25 -05:00 committed by GitHub
parent 82aad26330
commit 020f6268b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 10 additions and 23 deletions

View File

@ -1,12 +1,12 @@
--- ---
layout: api layout: api
page_title: Events - HTTP API page_title: Events - HTTP API
sidebar_title: Events <sup>Beta</sup> sidebar_title: Events
description: |- description: |-
The /event endpoints are used to query for and stream Nomad events. The /event endpoints are used to query for and stream Nomad events.
--- ---
# Events HTTP API <sup>Beta</sup> # Events HTTP API
The `/event/stream` endpoint is used to stream events generated by Nomad. The `/event/stream` endpoint is used to stream events generated by Nomad.

View File

@ -1735,7 +1735,7 @@ $ curl \
} }
``` ```
## Read Job Scale Status <sup>Beta</sup> ## Read Job Scale Status
This endpoint reads scale information about a job. This endpoint reads scale information about a job.
@ -1785,7 +1785,7 @@ $ curl \
} }
``` ```
## Scale Task Group <sup>Beta</sup> ## Scale Task Group
This endpoint performs a scaling action against a job. This endpoint performs a scaling action against a job.
Currently, this endpoint supports scaling the count for a task group. Currently, this endpoint supports scaling the count for a task group.

View File

@ -64,7 +64,7 @@ capability for the job's namespace.
- `-policy-override`: Sets the flag to force override any soft mandatory - `-policy-override`: Sets the flag to force override any soft mandatory
Sentinel policies. Sentinel policies.
- `-hcl1` <sup>1.0 Beta</sup>: If set, HCL1 parser is used for parsing the job spec. - `-hcl1`: If set, HCL1 parser is used for parsing the job spec.
- `-verbose`: Increase diff verbosity. - `-verbose`: Increase diff verbosity.

View File

@ -89,7 +89,7 @@ that volume.
storing it in the job file. This overrides the token found in the storing it in the job file. This overrides the token found in the
`$VAULT_TOKEN` environment variable and that found in the job. `$VAULT_TOKEN` environment variable and that found in the job.
- `-hcl1` <sup>1.0 Beta</sup>: If set, HCL1 parser is used for parsing the job spec. - `-hcl1`: If set, HCL1 parser is used for parsing the job spec.
- `-verbose`: Show full information. - `-verbose`: Show full information.

View File

@ -9,8 +9,6 @@ description: |-
# Expressions # Expressions
`@include 'beta-nomad1.0-note.mdx'`
_Expressions_ are used to refer to or compute values within a configuration. _Expressions_ are used to refer to or compute values within a configuration.
The simplest expressions are just literal values, like `"hello"` or `5`, but The simplest expressions are just literal values, like `"hello"` or `5`, but
HCL also allows more complex expressions such as arithmetic, conditional HCL also allows more complex expressions such as arithmetic, conditional

View File

@ -9,8 +9,6 @@ description: |-
# Built-in Functions # Built-in Functions
`@include 'beta-nomad1.0-note.mdx'`
The HCL language includes a number of built-in functions that you can The HCL language includes a number of built-in functions that you can
call from within expressions to transform and combine values. The general call from within expressions to transform and combine values. The general
syntax for function calls is a function name followed by comma-separated syntax for function calls is a function name followed by comma-separated

View File

@ -1,16 +1,14 @@
--- ---
layout: docs layout: docs
page_title: Configuration Language page_title: Configuration Language
sidebar_title: HCL2 <sup>Beta</sup> sidebar_title: HCL2
description: |- description: |-
Noamd uses text files to describe infrastructure and to set variables. Noamd uses text files to describe infrastructure and to set variables.
These text files are called Nomad job specifications and are These text files are called Nomad job specifications and are
written in the HCL language. written in the HCL language.
--- ---
# HCL <sup>Beta</sup> # HCL2
`@include 'beta-nomad1.0-note.mdx'`
Nomad uses the Hashicorp Configuration Language - HCL - designed to allow Nomad uses the Hashicorp Configuration Language - HCL - designed to allow
concise descriptions of the required steps to get to a job file. concise descriptions of the required steps to get to a job file.

View File

@ -9,8 +9,6 @@ description: >-
# Local Values # Local Values
`@include 'beta-nomad1.0-note.mdx'`
Local values assign a name to an expression, that can then be used multiple Local values assign a name to an expression, that can then be used multiple
times within a folder. times within a folder.

View File

@ -10,8 +10,6 @@ description: |-
# HCL Configuration Syntax # HCL Configuration Syntax
`@include 'beta-nomad1.0-note.mdx'`
Other pages in this section have described various configuration constructs Other pages in this section have described various configuration constructs
that can appear in HCL. This page describes the lower-level syntax of the that can appear in HCL. This page describes the lower-level syntax of the
language in more detail, revealing the building blocks that those constructs language in more detail, revealing the building blocks that those constructs

View File

@ -9,8 +9,6 @@ description: |-
# Input Variables # Input Variables
`@include 'beta-nomad1.0-note.mdx'`
Input variables serve as parameters for a Nomad job, allowing aspects of the Input variables serve as parameters for a Nomad job, allowing aspects of the
job to be customized without altering the job's own source code. job to be customized without altering the job's own source code.

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: multiregion Stanza - Job Specification page_title: multiregion Stanza - Job Specification
sidebar_title: multiregion <sup>Beta</sup> sidebar_title: multiregion
description: |- description: |-
The "multiregion" stanza specifies that a job will be deployed to multiple federated The "multiregion" stanza specifies that a job will be deployed to multiple federated
regions. regions.

View File

@ -1,7 +1,7 @@
--- ---
layout: docs layout: docs
page_title: scaling Stanza - Job Specification page_title: scaling Stanza - Job Specification
sidebar_title: scaling <sup>Beta</sup> sidebar_title: scaling
description: The "scaling" stanza allows specifying scaling policy for a task group description: The "scaling" stanza allows specifying scaling policy for a task group
--- ---

View File

@ -1 +0,0 @@
~> **NOTE:** This page is about Nomad 1.0 Beta. Details are subject to change before final release.