From 4981d5cb824ffa8fac37d1d9721e3e1d65fe7e69 Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Wed, 27 May 2020 09:58:42 +0200 Subject: [PATCH] Added CHANGELOG entry Signed-off-by: Marco Pracucci --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b463f90c4e..16730cdcec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ We use *breaking* word for marking changes that are not backward compatible (rel - [#2658](https://github.com/thanos-io/thanos/pull/2658) Upgrade to Prometheus [@f4dd45609a05](https://github.com/prometheus/prometheus/commit/f4dd45609a05) which is after v2.18.1. - TSDB now does memory-mapping of Head chunks and reduces memory usage. +- [#2667](https://github.com/thanos-io/thanos/pull/2667) Store: removed support to the legacy `index.cache.json`. The hidden flag `--store.disable-index-header` was removed. +- [#2667](https://github.com/thanos-io/thanos/pull/2667) Compact: the deprecated flag `--index.generate-missing-cache-file` and the metric `thanos_compact_generated_index_total` were removed. ## [v0.13.0](https://github.com/thanos-io/thanos/releases) - IN PROGRESS