mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
changelog for GH-6912
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
|
||||
FEATURES:
|
||||
|
||||
* jobspec: Add `shutdown_delay` to task groups so task groups can delay shutdown
|
||||
* jobspec: Add `shutdown_delay` to task groups so task groups can delay shutdown
|
||||
after deregistering from Consul [[GH-6746](https://github.com/hashicorp/nomad/issues/6746)]
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* cli: Added option to change the name of the file created by the `nomad init` command [[GH-6520]](https://github.com/hashicorp/nomad/pull/6520)
|
||||
* cli: Included namespace in output when querying job stauts. [[GH-6912](https://github.com/hashicorp/nomad/issues/6912)]
|
||||
* scheduler: Removed penalty for allocation's previous node if the allocation did not fail. [[GH-6781](https://github.com/hashicorp/nomad/issues/6781)]
|
||||
* scheduler: Reduced logging verbosity during preemption [[GH-6849](https://github.com/hashicorp/nomad/issues/6849)]
|
||||
|
||||
@@ -23,7 +24,7 @@ BUG FIXES:
|
||||
|
||||
NOTES:
|
||||
|
||||
* cli: Our [nomad_0.10.2_darwin_amd64_notarized](https://releases.hashicorp.com/nomad/0.10.2/nomad_0.10.2_darwin_amd64_notarized.zip) release has been signed and notarized according to Apple's requirements. In the future, darwin releases will be signed and notarized with our standard naming convention.
|
||||
* cli: Our [nomad_0.10.2_darwin_amd64_notarized](https://releases.hashicorp.com/nomad/0.10.2/nomad_0.10.2_darwin_amd64_notarized.zip) release has been signed and notarized according to Apple's requirements. In the future, darwin releases will be signed and notarized with our standard naming convention.
|
||||
|
||||
Prior to this release, MacOS 10.15+ users attempting to run our software may see the error: "'nomad' cannot be opened because the developer cannot be verified." This error affected all MacOS 10.15+ users who downloaded our software directly via web browsers, and was caused by [changes to Apple's third-party software requirements](https://developer.apple.com/news/?id=04102019a).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user