From 3b6bda04e2316b73b2759cbd080fbabfff791188 Mon Sep 17 00:00:00 2001 From: Danielle Lancashire Date: Tue, 23 Apr 2019 13:12:08 +0200 Subject: [PATCH] changelog: Update for GH-5512 and GH-5577 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b34053e..317fca0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ FEATURES: * vault: Add initial support for Vault namespaces [[GH-5520](https://github.com/hashicorp/nomad/pull/5520)] * allocations: Add support for restarting allocations in-place [[GH-5502](https://github.com/hashicorp/nomad/pull/5502)] + * allocations: Add support for stopping and rescheduling an allocation + [[GH-5512](https://github.com/hashicorp/nomad/pull/5512)] IMPROVEMENTS: @@ -15,6 +17,8 @@ BUG FIXES: * vault: Fix renewal time to be 1/2 lease duration with jitter [[GH-5479](https://github.com/hashicorp/nomad/issues/5479)] * metrics: Fixed stale metrics [[GH-5540](https://github.com/hashicorp/nomad/issues/5540)] + * logging: Fix respawning logmon during task restarts when the logmon process + has been terminated [[GH-5577](https://github.com/hashicorp/nomad/pull/5577)] ## 0.9.0 (April 9, 2019)