From 76d513897a8ffe77f1563cc0ace33117e7996dcd Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 23 Mar 2021 08:28:44 -0400 Subject: [PATCH] Update changelog with v0.12.11 (#10214) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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: