From d9c8a0504e9d18fc4593901e670704a4c8acef5e Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Sat, 13 Mar 2021 18:31:53 +0100 Subject: [PATCH] Release Prometheus 2.25.1 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb035a12c..6f029caf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.25.1 / 2021-03-14 + +* [BUGFIX] Fix a crash in `promtool` when a subquery with default resolution is used. #8569 +* [BUGFIX] Fix a bug that could return duplicate datapoints in queries. #8591 +* [BUGFIX] Fix crashes with arm64 when compiled with go1.16. #8593 + ## 2.25.0 / 2021-02-17 This release includes a new `--enable-feature=` flag that enables diff --git a/VERSION b/VERSION index 5c18f9195..d6af7e332 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.25.0 +2.25.1