From e7675b94a9e6a97bac429a66ac06b8f32ed74eca Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 4 Dec 2019 10:53:31 -0800 Subject: [PATCH] docs: add #6792 backport to 0.9.7 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3a89ca925e..4f0d96d78ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,12 @@ BUG FIXES: * ui: Fixed a bug where the allocation log viewer would render HTML or hide content that matched XML syntax [[GH-6048](https://github.com/hashicorp/nomad/issues/6048)] * ui: Fixed a bug where allocation log viewer doesn't show all content in Firefox [[GH-6466](https://github.com/hashicorp/nomad/issues/6466)] +## 0.9.7 (December 4, 2019) + +BUG FIXES: + + * core: Fixed server panic caused by a plan evicting and preempting allocs on a node [[GH-6792](https://github.com/hashicorp/nomad/issues/6792)] + ## 0.9.6 (October 7, 2019) SECURITY: