From 82c9605a7202f7789ea7451123404f58a08d3f1e Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Thu, 27 May 2021 12:21:56 +0200 Subject: [PATCH] Release 0.22.1 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d979022..ef9af095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.22.1 / 2021-05-27 + +This release addresses a regression in the API v1 that was introduced in 0.22.0. +Matchers in silences created with the API v1 could be considered negative +matchers. This affects users using amtool prior to v0.17.0. + +* [BUGFIX] API v1: Decode matchers without isEqual are positive matchers. #2603 + ## 0.22.0 / 2021-05-21 * [CHANGE] Amtool and Alertmanager binaries help now prints to stdout. #2505 diff --git a/VERSION b/VERSION index 21574090..a723ece7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.0 +0.22.1