From bbff58dc202ce8bb0ed996526c4f4ad22b10f53c Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 8 Mar 2022 14:57:19 +0100 Subject: [PATCH] Cut v2.33.5 Note that this bugfix release also includes the update of the containerd/containerd dependency, with the only purpose of shutting up security scanner spam. We usually do not decument dependency updates in the CHANGELOG. In this case, it isn't even doing anything. I plan to mention the update in the announcement mail. Signed-off-by: beorn7 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6edc3664..759bda6cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.33.5 / 2022-03-08 + +The binaries published with this release are built with Go1.17.8 to avoid [CVE-2022-24921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24921). + +* [BUGFIX] Remote-write: Fix deadlock between adding to queue and getting batch. #10395 + ## 2.33.4 / 2022-02-22 * [BUGFIX] TSDB: Fix panic when m-mapping head chunks onto the disk. #10316 diff --git a/VERSION b/VERSION index 02eb446321..c913cb536e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.33.4 +2.33.5