From 013f368449f9dad48e8fd1f9eb9c7bdcbfc9a531 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Wed, 25 Oct 2017 17:02:59 +0200 Subject: [PATCH] *: cut v2.0.0-rc.2 --- CHANGELOG.md | 21 ++++++++++++++------- VERSION | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6233359d6a..3a93187274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,18 @@ -## 2.0.0-rc.1 / 2017-10-17 +## 2.0.0-rc.2 / 2017-10-25 + +* [ENHANCEMENT] handle WAL segments with corrupted header gracefully +* [ENHANCEMENT] stabilize memory usage during WAL replay +* [CHANGE] Prefix all storage metrics with `prometheus_` +* [BUGFIX] Correctly handle label removal in remote read +* [BUGFIX] Fix chunk misalignment causing out-of-order samples +* [BUGFIX] Fix connection leak in Consul SD +* [BUGFIX] Handle invalid chunk derefernces gracefully +* [BUGFIX] Prevent potential deadlock during failing querier construction + +Data written in previous pre-release versions may have been affected by the out-of-order +bug. Reading this data may reveal artefacts and incorrect data. +Starting with a clean storage directory is advised. The WAL directory may safely be kept. -* [FEATURE] Added a warning for time-drift between the browser and the prometheus-server. -* [ENHANCEMENT] Much faster WAL read-back on restart. -* [BUGFIX] Fixed Remote-read to not drop the first series. -* [BUGFIX] Validate recording-rule names. -* [BUGFIX] Fix several races. -* [BUGFIX] Only close blocks if there are no iterators accessing it. ## 1.8.0 / 2017-10-06 diff --git a/VERSION b/VERSION index 97041a78cf..c8f3a156f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-rc.1 +2.0.0-rc.2