From 6d6ec954c6ba9c9d61b34c078fd9eeff40045444 Mon Sep 17 00:00:00 2001 From: Ian Halliday Date: Fri, 12 Apr 2024 17:40:33 -0400 Subject: [PATCH] Move changelog line to correct section --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index b1942903148..9f77acf012c 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -45,6 +45,7 @@ Entries should include a reference to the Pull Request that introduced the chang * Overview dashboard, Status panel, `cortex_request_duration_seconds` metric. * [ENHANCEMENT] Rollout-operator: upgrade to v0.14.0. #7886 * [ENHANCEMENT] Alerts: exclude `529` and `598` status codes from failure codes in `MimirRequestsError`. #7889 +* [ENHANCEMENT] The new value `metaMonitoring.grafanaAgent.logs.clusterLabel` controls whether to add a `cluster` label and with what content to PodLogs logs. #7764 ## 5.3.0 @@ -80,7 +81,6 @@ Entries should include a reference to the Pull Request that introduced the chang * [ENHANCEMENT] Make the PSP template configurable via `rbac.podSecurityPolicy`. #7190 * [ENHANCEMENT] Recording rules: add native histogram recording rules to `cortex_request_duration_seconds`. #7528 * [ENHANCEMENT] Make the port used in ServiceMonitor for kube-state-metrics configurable. #7507 -* [ENHANCEMENT] The new value `metaMonitoring.grafanaAgent.logs.clusterLabel` controls whether to add a `cluster` label and with what content to PodLogs logs. #7764 * [ENHANCEMENT] Produce a clearer error messages when multiple X-Scope-OrgID headers are present. #7704 * [BUGFIX] Metamonitoring: update dashboards to drop unsupported `step` parameter in targets. #7157 * [BUGFIX] Recording rules: drop rules for metrics removed in 2.0: `cortex_memcache_request_duration_seconds` and `cortex_cache_request_duration_seconds`. #7514