Skip to content

Commit

Permalink
Merge pull request #8529 from hashicorp/gh-8481-docs-updates
Browse files Browse the repository at this point in the history
docs: update website and changelog to clarify and detail GH-8481
  • Loading branch information
jrasell authored Jul 24, 2020
2 parents 1dab055 + d75acf8 commit 42ebf80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.12.2 (Unreleased)

BUG FIXES:

* api: do not allow submission of jobs of type `system` that include task groups with scaling stanzas [[GH-8481](https://github.com/hashicorp/nomad/issues/8481)]

## 0.12.1 (July 23, 2020)

SECURITY:
Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/job-specification/scaling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: The "scaling" stanza allows specifying scaling policy for a task gr

The `scaling` stanza allows configuring scaling options for a task group, for the purpose
of supporting external autoscalers like the [Nomad Autoscaler](https://github.com/hashicorp/nomad-autoscaler)
and scaling via the Nomad UI.
and scaling via the Nomad UI. This stanza is not supported within jobs of type `system`.

```hcl
job "example" {
Expand Down

0 comments on commit 42ebf80

Please sign in to comment.