Skip to content

Commit

Permalink
backport of commit b34e652
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jan 3, 2022
1 parent 3dac3cd commit f6d8370
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/content/docs/upgrade/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ order to access a job details page.

This was an unintended change and will be fixed in a future release.

#### HCLv2 Job Specification Parsing

In previous versions of Nomad, when rendering a job specification using override
variables, a warning would be returned if a variable within an override file
was declared that was not found within the job specification. This behaviour
differed from passing variables via the `-var` flag, which would always cause an
error in the same situation.

Nomad 1.2.0 fixed the behaviour consistency to always return an error by default,
where an override variable was specified which was not a known variable within the
job specification. In order to mitigate this change for users who wish to only
be warned when this situation arises, the `-hcl-strict=false` flag can be
specified.

## Nomad 1.0.11 and 1.1.5 Enterprise

#### Audit log file names
Expand Down

0 comments on commit f6d8370

Please sign in to comment.