From 9ca5d1c91c59389f4867a4e82b093c93b57cf91e Mon Sep 17 00:00:00 2001 From: Matej Gera Date: Fri, 18 Mar 2022 15:40:21 +0100 Subject: [PATCH] Update CHANGELOG, VERSION Signed-off-by: Matej Gera --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ff0df42d..8852f7620b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan We use *breaking :warning:* to mark changes that are not backward compatible (relates only to v0.y.z releases.) +## [v0.25.2-rc.0](https://github.com/thanos-io/thanos/tree/release-0.25) - 2022.03.18 + +### Fixed + +- [#5202](https://github.com/thanos-io/thanos/pull/5202) Exemplars: Return empty data instead of `nil` if no data available. +- [#5242](https://github.com/thanos-io/thanos/pull/5242) Ruler: Make ruler use the correct WAL directory. + ## [v0.25.1](https://github.com/thanos-io/thanos/tree/release-0.25) - 2022.03.09 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). diff --git a/VERSION b/VERSION index af2dabf3ff..b0265862b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.25.1 +0.25.2-rc.0