From 5dd3f3fa6d542b28c937246514bf796787dbeb3d Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 19 Jul 2017 10:09:11 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6ca1972..24e01f51b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ IMPROVEMENTS: [GH-2621, GH-2634, GH-2799] * core: Back-pressure when evaluations are nacked and ensure scheduling progress on evaluation failures [GH-2555] - * core/networking: Shrink dynamic port range to not overlap with majority of - operating system's ephemeral port ranges to avoid port conflicts [GH-2856] * agent/config: Late binding to IP addresses using go-sockaddr/template syntax [GH-2399] * api: Add `verify_https_client` to require certificates from HTTP clients @@ -41,6 +39,9 @@ IMPROVEMENTS: [GH-2535] * driver/rkt: Support `no_overlay` [GH-2702] * driver/rkt: Support `insecure_options` list [GH-2695] + * server: Allow tuning of node heartbeat TTLs [GH-2859] + * server/networking: Shrink dynamic port range to not overlap with majority of + operating system's ephemeral port ranges to avoid port conflicts [GH-2856] BUG FIXES: * core: Protect against nil job in new allocation, avoiding panic [GH-2592]