From 657ba532e42f1db8d7c77bf802378643da0d3118 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Date: Fri, 24 Jul 2020 17:45:23 +0530 Subject: [PATCH] Cut v2.19.3 (#7657) Signed-off-by: Ganesh Vernekar --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2e18734..3b13be3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.19.3 / 2020-07-24 + +* [BUGFIX] TSDB: Don't panic on WAL corruptions. #7550 +* [BUGFIX] TSDB: Avoid leaving behind empty files in chunks_head, causing startup failures. #7573 + ## 2.19.2 / 2020-06-26 * [BUGFIX] Remote Write: Fix panic when reloading config with modified queue parameters. #7452 diff --git a/VERSION b/VERSION index 17bdb70fa..6ef6ef5ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.2 +2.19.3