From 65d503a2985143b3bc567ed4bd88324f1a4cac5c Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Mon, 1 Aug 2016 19:54:46 -0700 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32eb52d7800..9527ce8f46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.4.1 (UNRELEASED) +__BACKWARDS INCOMPATIBILITIES:__ + * telemetry: Operators will have to explicitly opt-in for Nomad client to + publish allocation and node metrics + IMPROVEMENTS: * core: Allow count 0 on system jobs [GH-1421] * core: Gracefully handle short lived outages by holding RPC calls [GH-1403] @@ -11,6 +15,7 @@ IMPROVEMENTS: * client: Add killing event to task state [GH-1457] * client: Fingerprint network speed on Windows [GH-1443] * telemetry: Circonus integration for telemetry metrics [GH-1459] + * telemetry: Allow operators to opt-in for publishing metrics [GH-1501] BUG FIXES: * core: Sanitize empty slices/maps in jobs to avoid incorrect create/destroy