From 2fed073459b99095ef7d7e6a47da56777c1d82ea Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Fri, 18 Nov 2022 10:42:02 +0100 Subject: [PATCH] Add changelog entry for #5084 Signed-off-by: Filip Petkovski --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52e63a0d..0ac08a590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * [ENHANCEMENT] Added the `filterExternalLabels` field to the remote read configuration of the `Prometheus` CRD. #5142 * [ENHANCEMENT] Added `enableHttp2` field to `AlertingEndpoints` #5152 * [ENHANCEMENT] Updated `ThanosRuler` arguments (`QueryConfig`, `AlertManagerConfig`, `ObjectStorageConfig` and `TracingConfig`) to be directly read from secrets instead of using ENV vars. #5122 +* [ENHANCEMENT] Add `alertmanagerConfigMatcherStrategy` to `Alertmanager` CRD in order to disable auto-generated namespace matchers. #5084 * [BUGFIX] Ignore `PartialResponseStrategy` in the `Prometheus` CRD. This field is only applicable for the Thanos Ruler. #5125 ## 0.60.1 / 2022-10-10