From 767bf60b361301efa2a8a1464ed5375d51c866b6 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sat, 13 Jan 2024 10:28:48 +0100 Subject: [PATCH] CHANGELOG: mark 0.34 as in progress Signed-off-by: Michael Hoffmann --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aab674018..76137ab4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed +### Added + +### Changed + +### Removed + +## [v0.34.0](https://github.com/thanos-io/thanos/tree/release-0.34) - release in progress + +### Fixed + - [#7011](https://github.com/thanos-io/thanos/pull/7011) Query Frontend: queries with negative offset should check whether it is cacheable or not. - [#6874](https://github.com/thanos-io/thanos/pull/6874) Sidecar: fix labels returned by 'api/v1/series' in presence of conflicting external and inner labels. - [#7009](https://github.com/thanos-io/thanos/pull/7009) Rule: Fix spacing error in URL. diff --git a/VERSION b/VERSION index 5b8b229b2c..cd748687dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.34.0-dev +0.35.0-dev