diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c20f5a9..9022841bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -194,6 +194,11 @@ BUG FIXES: * ui: Fixed a bug in the volume status page where read allocations and write allocations were not displayed. [[GH-9377](https://github.com/hashicorp/nomad/issues/9377)] * ui: Fixed a bug in the CSI volume and plugin status pages where plugins that don't require controllers were shown as unhealthy. [[GH-9416](https://github.com/hashicorp/nomad/issues/9416)] +## 0.12.11 (March 18, 2021) + +BUG FIXES: + * server: _Backport from v1.0.2_ - Fixed a bug where new servers may bootstrap prematurely when configured with `bootstrap_expect = 0` [[GH-9672](https://github.com/hashicorp/nomad/issues/9672)] + ## 0.12.10 (January 28, 2021) SECURITY: