From eba3fdcbf0d378b66600281903e3aab515732b39 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Date: Thu, 18 Jun 2020 22:00:59 +0530 Subject: [PATCH] Cut v2.19.1 (#7417) Signed-off-by: Ganesh Vernekar --- CHANGELOG.md | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283dfa11d..cf855180a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.19.1 / 2020-06-18 + +* [BUGFIX] TSDB: Fix m-map file truncation leading to unsequential files. #7414 + ## 2.19.0 / 2020-06-09 * [FEATURE] TSDB: Memory-map full chunks of Head (in-memory) block from disk. This reduces memory footprint and makes restarts faster. #6679 diff --git a/VERSION b/VERSION index ef0f38abe..b8e248f40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.0 +2.19.1 -- GitLab