From acb111e812530bec1ac6d908bc14725793e07cf3 Mon Sep 17 00:00:00 2001 From: stuart nelson Date: Fri, 23 Mar 2018 13:59:49 +0100 Subject: [PATCH] 0.15.0-rc.1 (#1296) --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fa039c..769b439b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.15.0-rc.1 / 2018-03-22 + +* [BUGFIX/CHANGE] The default group_by is no labels. (#1287) +* [FEATURE] Wait for mesh to settle before sending alerts (#1209) +* [FEATURE] [amtool] Support basic auth in alertmanager url (#1279) +* [ENHANCEMENT] Sort dispatched alerts by job+instance (#1234) +* [BUGFIX] Hide sensitive Wechat configuration (#1253) +* [BUGFIX] Prepopulate matchers when recreating a silence (#1270) +* [BUGFIX] Fix wechat panic (#1293) +* [BUGFIX] Allow empty matchers in silences/filtering (#1289) +* [BUGFIX] Fix gossip broadcast EOF errors (#1286) + ## 0.15.0-rc.0 / 2018-02-28 * [CHANGE] Moved to memberlist as underlying gossip protocol diff --git a/VERSION b/VERSION index e90aa283..4be81c0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0-rc.0 +0.15.0-rc.1