Merge remote-tracking branch 'origin/release-1.2.2' into merge-release-1.2.2-branch
This commit is contained in:
commit
0cf1964651
|
@ -1,3 +1,9 @@
|
||||||
|
## 1.2.2 (November 24, 2021)
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
|
||||||
|
* scheduler: Fix panic when system jobs are filtered by node class [[GH-11565](https://github.com/hashicorp/nomad/issues/11565)]
|
||||||
|
|
||||||
## 1.2.1 (November 19, 2021)
|
## 1.2.1 (November 19, 2021)
|
||||||
|
|
||||||
SECURITY:
|
SECURITY:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -11,7 +11,7 @@ var (
|
||||||
GitDescribe string
|
GitDescribe string
|
||||||
|
|
||||||
// The main version number that is being run at the moment.
|
// The main version number that is being run at the moment.
|
||||||
Version = "1.2.1"
|
Version = "1.2.2"
|
||||||
|
|
||||||
// A pre-release marker for the version. If this is "" (empty string)
|
// A pre-release marker for the version. If this is "" (empty string)
|
||||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||||
|
|
Loading…
Reference in New Issue