Nomad v0.11.2 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
  • ๐Ÿ”‹ FEATURES:

    • Task dependencies UI: task lifecycle charts and details

    ๐Ÿ‘Œ IMPROVEMENTS:

    • core: Added support for a per-group policy to stop tasks when a client is disconnected [GH-2185]
    • core: Allow spreading allocations as an alternative to binpacking [GH-7810]
    • client: Improve AWS CPU performance fingerprinting [GH-7681]
    • csi: Added support for volume secrets [GH-7923]
    • csi: Added periodic garbage collection of plugins and volume claims [GH-7825]
    • csi: Improved performance of volume claim releases by moving work out of scheduler [GH-7794]
    • driver/docker: Added support for custom runtimes [GH-7932]
    • ui: Added ACL-checking to conditionally turn off exec button [GH-7919]
    • ui: CSI searchable volumes and plugins pages [GH-7895]
    • ui: CSI plugins list and etail pages [GH-7872] [GH-7911]
    • ui: CSI volume constraints table [GH-7872]

    ๐Ÿ› BUG FIXES:

    • core: job scale status endpoint was returning incorrect counts [GH-7789]
    • core: Fixed bugs related to periodic jobs scheduled during daylight saving transition periods [GH-7894]
    • core: Fixed a bug where scores for allocations were biased toward nodes with resource reservations [GH-7730]
    • agent: Fine-tuned the severity level of http request failures [GH-7785]
    • api: api.ScalingEvent struct was missing .Count [GH-7915]
    • api: validate scale count value is not negative [GH-7902]
    • api: autoscaling policies should not be returned for stopped jobs [GH-7768]
    • client: Fixed a bug where an multi-task allocation maybe considered unhealthy if some tasks are slow to start [GH-7944]
    • csi: Fixed checking of volume validation responses from plugins [GH-7831]
    • csi: Fixed counting of healthy and expected plugins after plugin job updates or stops [GH-7844]
    • csi: Added checkpointing to volume claim release to avoid unreleased claims on plugin errors [GH-7782]
    • driver/docker: Fixed a bug preventing garbage collecting unused docker images [GH-7947]
    • jobspec: autoscaling policy block should return a parsing error multiple policy blocks are provided [GH-7716]
    • ui: Fixed a bug where exec popup had incorrect URL for jobs where name โ‰  id [GH-7814]
    • ui: Fixed a timeout issue where if the log stream request to a client eventually returns but only after the timeout it never gets closed [GH-7820]
    • ui: Setting a namespace on Volumes or Jobs persists that namespace choice when switching to another namespace-away page [GH-7896]
    • ui: Fixed a bug where clicking stdout or stderr when already on that clicked view would pause log streaming [GH-7820]
    • ui: Fixed a race condition that made swithing from stdout to stderr too quickly show an error [GH-7820]
    • ui: Switching namespaces now redirects to Volumes instead of Jobs when on a Storage page [GH-7896]
    • ui: Allocations always report resource reservations based on thier own job version [GH-7855]
    • vault: Fixed a bug where nomad retries revoking tokens indefinitely [GH-7959]