From f29caccc42557f6a8ec30ea9b3c8c089391bd5df Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:31:30 +0530 Subject: [PATCH] Cut v2.30.3 (#9446) 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 a226f5188..00919b057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.30.3 / 2021-10-05 + +* [BUGFIX] TSDB: Fix panic on failed snapshot replay. #9438 +* [BUGFIX] TSDB: Don't fail snapshot replay with exemplar storage disabled when the snapshot contains exemplars. #9438 + ## 2.30.2 / 2021-10-01 * [BUGFIX] TSDB: Don't error on overlapping m-mapped chunks during WAL replay. #9381 diff --git a/VERSION b/VERSION index 0958964f6..e88ba89ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.30.2 +2.30.3