From e4a5d924e2178519b05c02911c7e17bdf9865ac6 Mon Sep 17 00:00:00 2001 From: Ivan Garcia Date: Thu, 23 Jul 2026 09:42:23 -0400 Subject: [PATCH] Update alertmanager to version 0.33.1 --- alertmanager.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/alertmanager.spec b/alertmanager.spec index 8dda3b4..88000cb 100644 --- a/alertmanager.spec +++ b/alertmanager.spec @@ -3,7 +3,7 @@ %global group prometheus Name: alertmanager -Version: 0.33.0 +Version: 0.33.1 Release: 1%{?dist} Summary: Prometheus Alertmanager. License: ASL 2.0 @@ -61,6 +61,11 @@ exit 0 %config(noreplace) %attr(640, -, %{group})%{_sysconfdir}/prometheus/alertmanager.yml %changelog +* Thu Jul 23 2026 Ivan Garcia - 0.33.1 +- Update to Alertmanager 0.33.1 +- [BUGFIX] doc: fix missing notification_reason field in webhook documentation +- [BUGFIX] silences: fix silences snapshot missing legacy matchers field. This caused a bug that prevented older alertmanager versions from reading newer snapshots unnecessarily +- [BUGFIX] silence with no matchers should populate an empty array in API response * Sat Jun 13 2026 Ivan Garcia - 0.33.0 - Update to Alertmanager 0.33.0 - changes are here: https://github.com/prometheus/alertmanager/releases/tag/v0.33.0