From 30992cec550a49334391bcbd656c6b6a15865978 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 9 Aug 2021 11:10:47 +0200 Subject: [PATCH] Release 0.23.0-rc.0 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cf53de..8d54b830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.23.0-rc.0 / 2021-08-09 + +* [FEATURE] Add AWS SNS receiver. #2615 +* [FEATURE] amtool: add new template render command. #2538 +* [ENHANCEMENT] amtool: Add ability to skip TLS verification for amtool. #2663 +* [ENHANCEMENT] amtool: Detect version drift and warn users. #2672 +* [BUGFIX] Time-based muting: Ensure time interval comparisons are in UTC. #2648 +* [BUGFIX] amtool: Fix empty isEqual when talking to incompatible alertmanager. #2668 + ## 0.22.2 / 2021-06-01 * [BUGFIX] Include pending silences for future muting decisions. #2590 diff --git a/VERSION b/VERSION index faa5fb26..4687a668 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.2 +0.23.0-rc.0