From 1a2621400186e7106c93db984d13f0d653be8caa Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Fri, 19 Jun 2020 17:23:37 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Marco Pracucci --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8633d503d90..83599224cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel - [#2671](https://github.com/thanos-io/thanos/pull/2671) Tools: bucket replicate now allows passing repeated `--compaction` and `--resolution` flags. - [#2657](https://github.com/thanos-io/thanos/pull/2657) Querier: Now, has the ability to perform concurrent select request per query. -- [#2752](https://github.com/thanos-io/thanos/pull/2752) Compact: add flag to configure metadata sync interval for the bucket ui +- [#2752](https://github.com/thanos-io/thanos/pull/2752) Compact: add flag `--block-viewer.global.sync-block-interval` to configure metadata sync interval for the bucket UI. ## [v0.13.0](https://github.com/thanos-io/thanos/releases) - IN PROGRESS