From 9572c47cc879be53905c987e740b59a16b138ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lia=20Barroso?= Date: Mon, 2 Feb 2026 14:38:16 +0000 Subject: [PATCH] feat: bump am to latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hélia Barroso --- Documentation/getting-started/compatibility.md | 2 +- pkg/operator/defaults.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/getting-started/compatibility.md b/Documentation/getting-started/compatibility.md index 0dcd5028b..0107276ba 100644 --- a/Documentation/getting-started/compatibility.md +++ b/Documentation/getting-started/compatibility.md @@ -90,7 +90,7 @@ The Prometheus Operator is compatible with Alertmanager v0.15 and above. The end-to-end tests are mostly tested against ```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultAlertmanagerVersion" -* v0.30.1 +* v0.31.0 ``` ## Thanos diff --git a/pkg/operator/defaults.go b/pkg/operator/defaults.go index 523ae9e93..50bc89039 100644 --- a/pkg/operator/defaults.go +++ b/pkg/operator/defaults.go @@ -22,7 +22,7 @@ import ( const ( // DefaultAlertmanagerVersion is a default image tag for the prometheus alertmanager. - DefaultAlertmanagerVersion = "v0.30.1" + DefaultAlertmanagerVersion = "v0.31.0" // DefaultAlertmanagerBaseImage is a base container registry address for the prometheus alertmanager. DefaultAlertmanagerBaseImage = "quay.io/prometheus/alertmanager" // DefaultAlertmanagerImage is a default image pulling address for the prometheus alertmanager.