From 81dd0a0500fc60d5523c7dfbc4cbd135f3d1ccff Mon Sep 17 00:00:00 2001 From: Nathan Berkley Date: Tue, 18 Jan 2022 18:23:28 -0500 Subject: [PATCH] add CHANGELOG Signed-off-by: Nathan Berkley --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ac58e900..f33139293a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Added +- [#4963](https://github.com/thanos-io/thanos/pull/4963) Compactor, Store, Tools: Loading block metadata now only filters out duplicates within a source (or compaction group if replica labels are configured), and does so in parallel over sources. - [#4970](https://github.com/thanos-io/thanos/pull/4970) Added a new flag `exclude-delete` to `tools bucket ls`, which excludes blocks marked for deletion. - [#4903](https://github.com/thanos-io/thanos/pull/4903) Compactor: Added tracing support for compaction. - [#4909](https://github.com/thanos-io/thanos/pull/4909) Compactor: Add flag --max-time / --min-time to filter blocks that are ready to be compacted.