diff --git a/CHANGELOG.md b/CHANGELOG.md index 22cc6627795..6b5c9bb0506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * [ENHANCEMENT] Query-Frontend and Query-Scheduler: split tenant query request queues by query component with `query-frontend.additional-query-queue-dimensions-enabled` and `query-scheduler.additional-query-queue-dimensions-enabled`. #6772 * [ENHANCEMENT] Store-gateway: include more information about lazy index-header loading in traces. #6922 * [ENHANCEMENT] Distributor: support disabling metric relabel rules per-tenant via the flag `-distributor.metric-relabeling-enabled` or associated YAML. #6970 -* [FEATURE] Query-frontend: Introduce `-tenant-federation.max-tenants` option to limit the max number of tenants allowed for tenant federated queries. #6959 +* [FEATURE] Introduce `-tenant-federation.max-tenants` option to limit the max number of tenants allowed for requests when federation is enabled. #6959 * [BUGFIX] Ingester: don't ignore errors encountered while iterating through chunks or samples in response to a query request. #6451 * [BUGFIX] Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks #6766 * [BUGFIX] Fix issue where concatenatingChunkIterator can obscure errors #6766 @@ -23,7 +23,7 @@ * [BUGFIX] Fix issue where all incoming HTTP requests have duplicate trace spans. #6920 * [BUGFIX] Querier: do not retry requests to store-gateway when a query gets canceled. #6934 * [BUGFIX] Querier: return 499 status code instead of 500 when a request to remote read endpoint gets canceled. #6934 -* [BUGFIX] Query-frontend: Validate tenant IDs according to [documented behavior](https://grafana.com/docs/mimir/latest/configure/about-tenant-ids/) even when tenant federation is not enabled. #6959 +* [BUGFIX] Validate tenant IDs according to [documented behavior](https://grafana.com/docs/mimir/latest/configure/about-tenant-ids/) even when tenant federation is not enabled. #6959 ### Mixin