From 17e2fc7c2bafb5cbaba5293214acd4d9b8317337 Mon Sep 17 00:00:00 2001 From: Max Leonard Inden Date: Sat, 16 Jun 2018 10:08:53 +0200 Subject: [PATCH] *: Cut 0.15.0-rc.3 Signed-off-by: Max Leonard Inden --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ca8eff..f757d2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.15.0-rc.3 / 2018-06-16 + +* [BUGFIX] When setting initially failing peers, if advertise address is empty, use bindAddr (#1411) +* [BUGFIX] Register nflog snapShotSize metric +* [BUGFIX] Sort alerts in correct order before flushing to notifiers (#1349) +* [BUGFIX] Don't track FQDN addresses as inital cluster peers (#1416) +* [BUGFIX] Gossip large messages via SendReliable (TCP) (#1415) +* [BUGFIX] Prune the gossip message queue if it contains too many items (#1418) + ## 0.15.0-rc.2 / 2018-06-08 * [CHANGE] [amtool] Update silence add and update flags (#1298) diff --git a/VERSION b/VERSION index 1971a6ae..07973fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0-rc.2 +0.15.0-rc.3