From 34ebaacf039ca581b35f8c036a7490d1c16dfaf7 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 12 Jan 2021 09:56:02 -0800 Subject: [PATCH] Changelog entry for 9733 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbea9d67a..c6b349de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ BUG FIXES: * template: Fixed a bug where dynamic secrets did not trigger the template `change_mode` after a client restart. [[GH-9636](https://github.com/hashicorp/nomad/issues/9636)] * scaling: Fixed a bug where job scaling endpoint did not enforce scaling policy min/max [[GH-9761](https://github.com/hashicorp/nomad/issues/9761)] * server: Fixed a bug where new servers may bootstrap prematurely when configured with `bootstrap_expect = 0`. + * ui: The topology visualization will now render a subset of nodes instead of nothing when some nodes are running nomad <0.9.0 [[GH-9733](https://github.com/hashicorp/nomad/issues/9733)] ## 1.0.1 (December 16, 2020)