From 976483a481770f47202962fc6e109eb5d2b1c198 Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Thu, 26 Sep 2019 15:04:13 -0400 Subject: [PATCH] CHANGELOG remove raft proto 3 update announcement --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee68cfa7..9fb8039f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ FEATURES: * **UI Allocation File Explorer**: Nomad UI enhanced operability with a visual file system explorer for allocations. IMPROVEMENTS: - * core: Enabled Autopilot nomad features and raft protocol version 3 by default [[GH-6250](https://github.com/hashicorp/nomad/issues/6250)] * core: Added rolling deployments for service jobs by default and max_parallel=0 disables deployments [[GH-6191](https://github.com/hashicorp/nomad/pull/6100)] * agent: Allowed the job GC interval to be configured [[GH-5978](https://github.com/hashicorp/nomad/issues/5978)] * agent: Added `log_level` to be reloaded on SIGHUP [[GH-5996](https://github.com/hashicorp/nomad/pull/5996)]