Nomad v0.8.7 Release Notes

Release Date: 2019-01-14 // over 5 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • 0๏ธโƒฃ core: Added filter_default, prefix_filter and disable_dispatched_job_summary_metrics client options to improve metric filtering [GH-4878]
    • ๐Ÿ driver/docker: Support bind mount type in order to allow Windows users to mount absolute paths [GH-4958]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ›  core: Fixed panic when Vault secret response is nil [GH-4904] [GH-4937]
    • ๐Ÿ‘ท core: Fixed issue with negative counts in job summary [GH-4949]
    • ๐Ÿ›  core: Fixed issue with handling duplicated blocked evaluations [GH-4867]
    • ๐Ÿ‘ท core: Fixed bug where some successfully completed jobs get re-run after job garbage collection [GH-4861]
    • ๐Ÿ›  core: Fixed bug in reconciler where allocs already stopped were being unnecessarily updated [GH-4764]
    • ๐Ÿ‘ท core: Fixed bug that affects garbage collection of batch jobs that are purged and resubmitted with the same id [GH-4839]
    • ๐Ÿ›  core: Fixed an issue with garbage collection where terminal but still running allocations could be garbage collected server side [GH-4965]
    • ๐Ÿš€ deployments: Fix an issue where a deployment with multiple task groups could be marked as failed when the first progress deadline was hit regardless of if that group was done deploying [GH-4842]