Nomad v0.8.5 Release Notes

Release Date: 2018-09-13 // over 5 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿš€ core: Failed deployments no longer block migrations [GH-4659]
    • client: Added option to prevent Nomad from removing containers when the task exits [GH-4535]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ‘ท core: Reset queued allocation summary to zero when job stopped [GH-4414]
    • โšก๏ธ core: Fix inverted logic bug where if disable_update_check was enabled, update checks would be performed [GH-4570]
    • ๐Ÿ”€ core: Fix panic due to missing synchronization in delayed evaluations heap [GH-4632]
    • core: Fix treating valid PEM files as invalid [GH-4613]
    • ๐Ÿ‘ท core: Fix panic in nomad job history when invoked with a job version that doesn't exist [GH-4577]
    • core: Fix issue with not properly closing connection multiplexer when its context is cancelled [GH-4573]
    • โฌ†๏ธ core: Upgrade vendored Vault client library to fix API incompatibility issue [GH-4658]
    • ๐Ÿณ driver/docker: Fix kill timeout not being respected when timeout is over five minutes [GH-4599]
    • โฑ scheduler: Fix nil pointer dereference [GH-4474]
    • โฑ scheduler: Fix panic when allocation's reschedule policy doesn't exist [GH-4647]
    • client: Fix migrating ephemeral disks when TLS is enabled [GH-4648]