From 7bba6b8fc26d7e98e5a3f8b2c0826d6e66f2bb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lia=20Barroso?= Date: Tue, 15 Jul 2025 14:10:42 +0100 Subject: [PATCH] chore: update prometheus version 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 | 3 ++- pkg/operator/defaults.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/getting-started/compatibility.md b/Documentation/getting-started/compatibility.md index cf14bce34..9d429f05a 100644 --- a/Documentation/getting-started/compatibility.md +++ b/Documentation/getting-started/compatibility.md @@ -63,12 +63,13 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e * v3.4.0 * v3.4.1 * v3.4.2 +* v3.5.0 ``` The end-to-end tests are mostly tested against ```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion" -* v3.4.2 +* v3.5.0 ``` ## Alertmanager diff --git a/pkg/operator/defaults.go b/pkg/operator/defaults.go index b569d6432..422aa53b7 100644 --- a/pkg/operator/defaults.go +++ b/pkg/operator/defaults.go @@ -89,6 +89,7 @@ var ( "v3.4.0", "v3.4.1", "v3.4.2", + "v3.5.0", } )