From 4ae6d291d3b7e2e40aadf2f8b2abda2a4d1cfee9 Mon Sep 17 00:00:00 2001 From: Saswata Mukherjee Date: Wed, 20 Sep 2023 11:26:59 +0530 Subject: [PATCH] Cut patch release v0.32.3 Signed-off-by: Saswata Mukherjee --- CHANGELOG.md | 15 ++++++++++++--- VERSION | 2 +- pkg/store/bucket.go | 2 -- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571c0c16e2..97f393b2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,18 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed +### Added + +### Changed + +### Removed + +## [v0.32.3](https://github.com/thanos-io/thanos/tree/release-0.32) - 20.09.2023 + +### Fixed + - [#6692](https://github.com/thanos-io/thanos/pull/6692) Store: Fix matching bug when using empty alternative in regex matcher, for example (a||b). -- [#6679](https://github.com/thanos-io/thanos/pull/6697) Store: fix block deduplication +- [#6679](https://github.com/thanos-io/thanos/pull/6697) Store: Fix block deduplication - [#6706](https://github.com/thanos-io/thanos/pull/6706) Store: Series responses should always be sorted ### Added @@ -21,8 +31,8 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Changed - [#6664](https://github.com/thanos-io/thanos/pull/6664) *: Update Prometheus to 2.46.1. -- [#6698](https://github.com/thanos-io/thanos/pull/6608) Receive: Change write log level from warn to info. - [#6722](https://github.com/thanos-io/thanos/pull/6722) *: Optimize iterations on GCS buckets by requesting only object names. +- [#6544](https://github.com/thanos-io/thanos/pull/6500) Objstore: Update objstore to latest version which adds a new metric regarding uploaded TSDB bytes ### Removed @@ -269,7 +279,6 @@ NOTE: Querier's `query.promql-engine` flag enabling new PromQL engine is now unh - [#5741](https://github.com/thanos-io/thanos/pull/5741) Query: add metrics on how much data is being selected by downstream Store APIs. - [#5673](https://github.com/thanos-io/thanos/pull/5673) Receive: Reload tenant limit configuration on file change. - [#5749](https://github.com/thanos-io/thanos/pull/5749) Query Frontend: Added small LRU cache to cache query analysis results. -- [#6544](https://github.com/thanos-io/thanos/pull/6500) Objstore: Update objstore to latest version which adds a new metric regarding uploaded TSDB bytes ### Changed diff --git a/VERSION b/VERSION index 1d6c0f6a07..0b2be5d6f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.32.2 \ No newline at end of file +0.32.3 \ No newline at end of file diff --git a/pkg/store/bucket.go b/pkg/store/bucket.go index b16650f520..8b12e13e4f 100644 --- a/pkg/store/bucket.go +++ b/pkg/store/bucket.go @@ -365,8 +365,6 @@ type BucketStore struct { enableChunkHashCalculation bool - enabledLazyExpandedPostings bool - blockEstimatedMaxSeriesFunc BlockEstimator blockEstimatedMaxChunkFunc BlockEstimator }