Merge pull request #9780 from hashicorp/d/changelog-9733

Changelog entry for 9733
This commit is contained in:
Michael Lange
2021-01-12 10:34:52 -08:00
committed by GitHub

View File

@@ -19,6 +19,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)