From 95989a618b4460c503a1ecd17fa7815cd04291da Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Wed, 16 Sep 2020 18:25:49 -0400 Subject: [PATCH] changelog entry for #8902 (#8904) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec86e7cc9179..84ba770a8f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.12.5 (Unreleased) BUG FIXES: + * cli: Fixed a bug where host volumes could cause `nomad node status` to panic when the `-verbose` flag was used. [[GH-8902](https://github.com/hashicorp/nomad/issues/8902)] * ui: Task log streaming will no longer suddenly flip to a different task's logs. [[GH-8833](https://github.com/hashicorp/nomad/issues/8833)] ## 0.12.4 (September 9, 2020)