From f0f6b68bfc0c3b4fb33d186f7fc32b9be8baeac1 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 15 Aug 2017 12:30:42 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cb16191..f609686b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ IMPROVEMENTS: * client: Unmount task directories when alloc is terminal [GH-3006] * client/template: Allow template to set Vault grace [GH-2947] * client/template: Template emits events explaining why it is blocked [GH-3001] + * deployment: Emit task events explaining unhealthy allocations[GH-3025] + * deployment: Better description when a deployment should auto-revert but there + is no target [GH-3024] * driver/docker: Added DNS options [GH-2992] * driver/rkt: support read-only volume mounts [GH-2883] BUG FIXES: + * core: Fix panic occuring from improper bitmap size [GH-3023] * core: Fix restoration of parameterized, periodic jobs [GH-2959] * core: Fix incorrect destructive update with `distinct_property` constraint [GH-2939]