From dcb07e8eac34b5ea37cd229545000b857f1c1637 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 11 Aug 2021 16:12:03 +0200 Subject: [PATCH] Release 2.29.1 (#9193) Signed-off-by: Julien Pivotto --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a4d69bc..f96ebd4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.29.1 / 2021-08-11 + +* [BUGFIX] tsdb: align atomically accessed int64 to prevent panic in 32-bit + archs. #9192 + ## 2.29.0 / 2021-08-11 Note for macOS users: Due to [changes in the upcoming Go 1.17](https://tip.golang.org/doc/go1.17#darwin), diff --git a/VERSION b/VERSION index f01356823..69886179f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.29.0 +2.29.1