## 0.6.0 (Unreleased) IMPROVEMENTS: * core: Back-pressure when evaluations are nacked and ensure scheduling progress on evaluation failures [GH-2555] * core: Track multiple job versions and add a stopped state for jobs [GH-2566] * client: Fingerprint all routable addresses on an interface including IPv6 addresses [GH-2536] * client: Hash host ID so its stable and well distributed [GH-2541] * driver/docker: Allow specifying extra hosts [GH-2547] * driver/docker: Allow setting container IP with user defined networks [GH-2535] BUG FIXES: * client: Add sticky bit to temp directory [GH-2519] * client: Client syncs allocation state with server before waiting for allocation destroy fixing a corner case in which an allocation may be blocked till destroy [GH-2563] * client/artifact: Honor netrc [GH-2524] * client/artifact: Handle tars where file in directory is listed before directory [GH-2524] * driver/exec: Properly set file/dir ownership in chroots [GH-2552] * server: Reject non-TLS clients when TLS enabled [GH-2525] * server: Fix a panic in plan evaluation with partial failures and all_at_once set [GH-2544] ## 0.5.6 (March 31, 2017) IMPROVEMENTS: * api: Improve log API error when task doesn't exist or hasn't started [GH-2512] * client: Improve error message when artifact downloading fails [GH-2289] * client: Track task start/finish time [GH-2512] * client/template: Access Node meta and attributes in template [GH-2488] BUG FIXES: * core: Fix periodic job state switching to dead incorrectly [GH-2486] * core: Fix dispatch of periodic job launching allocations immediately [GH-2489] * api: Fix TLS in logs and fs commands/APIs [GH-2290] * cli/plan: Fix diff alignment and remove no change DC output [GH-2465] * client: Fix panic when restarting non-running tasks [GH-2480] * client: Fix env vars when multiple tasks and ports present [GH-2491] * client: Fix `user` attribute disregarding membership of non-main group [GH-2461] * client/vault: Stop Vault token renewal on task exit [GH-2495] * driver/docker: Proper reference counting through task restarts [GH-2484] ## 0.5.5 (March 14, 2017) __BACKWARDS INCOMPATIBILITIES:__ * api: The api package definition of a Job has changed from exposing primitives to pointers to primitives to allow defaulting of unset fields. * driver/docker: The `load` configuration took an array of paths to images prior to this release. A single image is expected by the driver so this behavior has been changed to take a single path as a string. Jobs using the `load` command should update the syntax to a single string. [GH-2361] IMPROVEMENTS: * core: Handle Serf Reap event [GH-2310] * core: Update Serf and Memberlist for more reliable gossip [GH-2255] * api: API defaults missing values [GH-2300] * api: Validate the restart policy interval [GH-2311] * api: New task event for task environment setup [GH-2302] * api/cli: Add nomad operator command and API for interacting with Raft configuration [GH-2305] * cli: node-status displays enabled drivers on the node [GH-2349] * client: Apply GC related configurations properly [GH-2273] * client: Don't force uppercase meta keys in env vars [GH-2338] * client: Limit parallelism during garbage collection [GH-2427] * client: Don't exec `uname -r` for node attribute kernel.version [GH-2380] * client: Artifact support for git and hg as well as netrc support [GH-2386] * client: Add metrics to show number of allocations on in each state [GH-2425] * client: Add `NOMAD_{IP,PORT}__