diff --git a/CHANGELOG.md b/CHANGELOG.md index a794b9f266..673f59df8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,6 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed -- [#6802](https://github.com/thanos-io/thanos/pull/6802) Receive: head series limiter should not run if no head series limit is set. -- [#6816](https://github.com/thanos-io/thanos/pull/6816) Store: fix prometheus store label values matches for external labels - [#6817](https://github.com/thanos-io/thanos/pull/6817) Store Gateway: fix `matchersToPostingGroups` label values variable got shadowed bug. ### Added @@ -37,6 +35,20 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6686](https://github.com/thanos-io/thanos/pull/6686) Remove deprecated `--log.request.decision` flag. We now use `--request.logging-config` to set logging decisions. +## [v0.32.5](https://github.com/thanos-io/thanos/tree/release-0.32) - 18.10.2023 + +### Fixed + +- [#6615](https://github.com/thanos-io/thanos/pull/6615) [#6805](https://github.com/thanos-io/thanos/pull/6805): Build with Go 1.21 and bump golang.org/x/net to v0.17 for addressing [CVE](https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo) +- [#6802](https://github.com/thanos-io/thanos/pull/6802) Receive: head series limiter should not run if no head series limit is set. +- [#6816](https://github.com/thanos-io/thanos/pull/6816) Store: fix prometheus store label values matches for external labels + +### Added + +### Changed + +### Removed + ## [v0.32.4](https://github.com/thanos-io/thanos/tree/release-0.32) - 02.10.2023 ### Fixed