From 6716ef12853eac6e44ce8fb49ba90edb494d0dc1 Mon Sep 17 00:00:00 2001 From: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:21:52 +0200 Subject: [PATCH] Mark Prometheus 3.5 as end of life Support for 3.5 ended on 2026-07-31, 3.13 is the only supported LTS. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> --- docs-config.ts | 2 +- docs/introduction/release-cycle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-config.ts b/docs-config.ts index fb065179a..a1286c915 100644 --- a/docs-config.ts +++ b/docs-config.ts @@ -57,7 +57,7 @@ export default { // Long-term support versions configuration. ltsVersions: { - prometheus: ["3.5", "3.13"], + prometheus: ["3.13"], }, // Repositories for the downloads page. The order in this file is the diff --git a/docs/introduction/release-cycle.md b/docs/introduction/release-cycle.md index 5ee100279..0f850d0ce 100644 --- a/docs/introduction/release-cycle.md +++ b/docs/introduction/release-cycle.md @@ -28,7 +28,7 @@ having a Prometheus server maintained by the community. | Prometheus 2.37 | 2022-07-14 | 2023-07-31 | End of life | | Prometheus 2.45 | 2023-06-23 | 2024-07-31 | End of life | | Prometheus 2.53 | 2024-06-16 | 2025-07-31 | End of life | -| **Prometheus 3.5** | **2025-07-14** | **2026-07-31** | **Supported** | +| Prometheus 3.5 | 2025-07-14 | 2026-07-31 | End of life | | **Prometheus 3.13** | **2026-07-01** | **2027-07-31** | **Supported** | | TBD | 2027-06 | 2028-07-31 | Upcoming |