From 469629ef0834355484937493f4ab497212fde1ae Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Tue, 17 Oct 2017 12:28:54 +0200 Subject: [PATCH] *: release v2.0.0-rc.1 Signed-off-by: Goutham Veeramachaneni --- CHANGELOG.md | 23 +++++++++-------------- VERSION | 2 +- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9b42026..6233359d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.0.0-rc.1 / 2017-10-17 + +* [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 * [CHANGE] Rule links link to the _Console_ tab rather than the _Graph_ tab to @@ -28,20 +37,6 @@ * [BUGFIX] Fixed tests on MS Windows. * [BUGFIX] Check for invalid UTF-8 in label values after relabeling. -## v2.0.0-rc.0 / 2017-10-05 - -This release includes numerous changes to the new storage layer. The main changes are: - -* [CHANGE] Remove `count_scalar`, `keep_common` and `drop_common_labels` functions -* [CHANGE] Breaking change in the index format for better consistency -* [BUGFIX] Fix panic due garbage collected mmap'ed strings -* [BUGFIX] Fix broken snapshots and admin APIs -* [BUGFIX] Send HTTP Accept header when scraping -* [BUGFIX] Use the WAL flush interval passed instead of the hardcoded value - -This release requires a clean storage directory and is not compatible with files -created by previous beta releases. - ## 1.7.2 / 2017-09-26 * [BUGFIX] Correctly remove all targets from DNS service discovery if the diff --git a/VERSION b/VERSION index 3fb13d4f5..97041a78c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-rc.0 +2.0.0-rc.1