From fee50fa539d3bf39efcb5f0cbf735b35b8a78c22 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Wed, 26 Jun 2024 09:23:37 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md This commit updates the CHANGELOG as I forgot to do it in #8456. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e62bebff..dd8c289dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Grafana Mimir +* [BUGFIX] Alertmanager: Fix per-tenant silence limits not reloaded during runtime. #8456 * [CHANGE] Store-gateway / querier: enable streaming chunks from store-gateways to queriers by default. #6646 * [CHANGE] Querier: honor the start/end time range specified in the read hints when executing a remote read request. #8431 * [CHANGE] Querier: return only samples within the queried start/end time range when executing a remote read request using "SAMPLES" mode. Previously, samples outside of the range could have been returned. Samples outside of the queried time range may still be returned when executing a remote read request using "STREAMED_XOR_CHUNKS" mode. #8463 From 3a467b6bcfa078f77a9046b9a0c5796193bd27e9 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Wed, 26 Jun 2024 09:37:05 +0100 Subject: [PATCH 2/2] Move to end of unreleased --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8c289dd1..00071efe63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ ### Grafana Mimir -* [BUGFIX] Alertmanager: Fix per-tenant silence limits not reloaded during runtime. #8456 * [CHANGE] Store-gateway / querier: enable streaming chunks from store-gateways to queriers by default. #6646 * [CHANGE] Querier: honor the start/end time range specified in the read hints when executing a remote read request. #8431 * [CHANGE] Querier: return only samples within the queried start/end time range when executing a remote read request using "SAMPLES" mode. Previously, samples outside of the range could have been returned. Samples outside of the queried time range may still be returned when executing a remote read request using "STREAMED_XOR_CHUNKS" mode. #8463 @@ -36,6 +35,7 @@ * [BUGFIX] Store-gateway: store sparse index headers atomically to disk. #8485 * [BUGFIX] Query scheduler: fix a panic in request queueing. #8451 * [BUGFIX] Querier: fix issue where "context canceled" is logged for trace spans for requests to store-gateways that return no series when chunks streaming is enabled. #8510 +* [BUGFIX] Alertmanager: Fix per-tenant silence limits not reloaded during runtime. #8456 ### Mixin