From 7a0c0c3ca2d987689c0daf3eb0c7c78d624d4f56 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Wed, 2 Mar 2016 17:58:01 +0100 Subject: [PATCH] Remove noise from CHANGELOG --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c4c5939..2785c478a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,7 @@ The alerting rule syntax has changed as well but the old syntax is supported up until version 0.18. All regular expressions in PromQL are anchored now, matching the behavior of -regular expressions in config files. Expressions in rules, alerts or dashboards -need to be changed if they don't match the full value so far (for example -`http_requests_total{status=~"^5"}` won't match anything anymore and needs to -be changed to `http_requests_total{status=~"5.."}`). +regular expressions in config files. * [CHANGE] Integrate with Alertmanager 0.1.0 and higher * [CHANGE] Degraded storage mode renamed to rushed mode