From 3b9a02e8b9ad5cec0178e331cfc2ab80a111ff4e Mon Sep 17 00:00:00 2001 From: Harsh Pratap Singh <119954739+harsh-ps-2003@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:48:06 +0530 Subject: [PATCH] adding Changelog Signed-off-by: Harsh Pratap Singh <119954739+harsh-ps-2003@users.noreply.github.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5719bcfb35..ac5d501328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6264](https://github.com/thanos-io/thanos/pull/6264) Query: Add Thanos logo in navbar - [#6234](https://github.com/thanos-io/thanos/pull/6234) Query: Add ability to switch between `thanos` and `prometheus` engines dynamically via UI and API. - [#6346](https://github.com/thanos-io/thanos/pull/6346) Query: Add ability to generate SQL-like query explanations when `thanos` engine is used. +- [#6604](https://github.com/thanos-io/thanos/pull/6604) +Compact and Bucket: Add `--disable-admin-operations` flag in Compactor UI and Bucket UI ### Fixed - [#6503](https://github.com/thanos-io/thanos/pull/6503) *: Change the engine behind `ContentPathReloader` to be completely independent of any filesystem concept. This effectively fixes this configuration reload when used with Kubernetes ConfigMaps, Secrets, or other volume mounts.