From 3f491a6629ea6df5e4b02a0d0d03a675218f127b Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 23 Apr 2019 10:27:26 -0400 Subject: [PATCH] update changelog with GH-5598 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba5f10d5b69..aff18d4b21b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.9.1 (Unreleased) +## 0.9.1 (Unreleased) BUG FIXES: @@ -7,7 +7,7 @@ BUG FIXES: * client: Fix deadlock on client startup after reboot [[GH-5568](https://github.com/hashicorp/nomad/pull/5568)] * client: Fix issue with node registration where newly registered nodes would not run system jobs [[GH-5585](https://github.com/hashicorp/nomad/pull/5585)] * driver/docker: Fix regression around volume handling [[GH-5572](https://github.com/hashicorp/nomad/pull/5572)] - +* driver/exec: Fix an issue where raw_exec and exec processes are leaked when nomad agent is restarted [[GH-5598](https://github.com/hashicorp/nomad/pull/5598)] ## 0.9.0 (April 9, 2019)