diff --git a/CHANGELOG.md b/CHANGELOG.md index c54e9147ed..95e5b8e183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,23 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Removed +## [v0.35.1](https://github.com/thanos-io/thanos/tree/release-0.35) - 28.05.2024 + +### Fixed + +- [#7323](https://github.com/thanos-io/thanos/pull/7323) Sidecar: wait for prometheus on startup +- [#6948](https://github.com/thanos-io/thanos/pull/6948) Receive: fix goroutines leak during series requests to thanos store api. +- [#7382](https://github.com/thanos-io/thanos/pull/7382) *: Ensure objstore flag values are masked & disable debug/pprof/cmdline +- [#7392](https://github.com/thanos-io/thanos/pull/7392) Query: fix broken min, max for pre 0.34.1 sidecars +- [#7373](https://github.com/thanos-io/thanos/pull/7373) Receive: Fix stats for remote write +- [#7318](https://github.com/thanos-io/thanos/pull/7318) Compactor: Recover from panic to log block ID + +### Added + +### Changed + +### Removed + ## [v0.35.0](https://github.com/thanos-io/thanos/tree/release-0.35) - 02.05.2024 ### Fixed