Skip to content

Commit

Permalink
Merge pull request #8531 from hashicorp/gh-8527-docs-updates
Browse files Browse the repository at this point in the history
docs: update website and changelog to detail GH-8527
  • Loading branch information
jrasell authored Jul 24, 2020
2 parents badb58b + 49fddb1 commit ebafbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

BUG FIXES:

* api: added missing namespace field to scaling status GET response object [[GH-8527](https://github.com/hashicorp/nomad/issues/8527)]
* 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)
Expand Down
1 change: 1 addition & 0 deletions website/pages/api-docs/jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,7 @@ $ curl \
{
"JobCreateIndex": 10,
"JobID": "example",
"Namespace": "default",
"JobModifyIndex": 18,
"JobStopped": false,
"TaskGroups": {
Expand Down

0 comments on commit ebafbf3

Please sign in to comment.