From 7779d3487747a0f1fa6e371ae9ada01a80216283 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Thu, 5 Oct 2017 19:28:40 +0530 Subject: [PATCH] *: release v2.0.0-rc.0 Signed-off-by: Goutham Veeramachaneni --- CHANGELOG.md | 29 ++++++++++++++--------------- VERSION | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cec44c66..9295e9a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 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 @@ -11,21 +25,6 @@ and small numbers in a readable way. * [BUGFIX] Fix a rarely occurring iterator issue in varbit encoded chunks. -## v2.0.0-beta.5 / 2017-09-21 - -This release includes numerous changes to the new storage layer. The main changes are: - -* [BUGFIX] Remove deadlock on startup when restoring WAL -* [BUGFIX] Fix semantical races resulting in invalid persisted files -* [BUGFIX] Correctly read back WAL in certain edge cases -* [BUGFIX] Prevent crashes caused by changing metric representations in target's /metrics -* [ENHANCEMENT] Overall memory usage reduction -* [ENHANCEMENT] Serve debugging endpoints while TSDB is loading -* [ENHANCEMENT] Healthy endpoint correctly reflects liveness during startup -* [ENHANCEMENT] Switch to consistent usage of go-kit/log - -This release may have issues with files written by previous beta releases. - ## 1.7.1 / 2017-06-12 * [BUGFIX] Fix double prefix redirect. diff --git a/VERSION b/VERSION index ec7f186d3..3fb13d4f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.5 +2.0.0-rc.0