From 797cb37d5ce543aa25a6522b54f419abda3c10d9 Mon Sep 17 00:00:00 2001 From: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:29:07 +0200 Subject: [PATCH] Add Prometheus 3.13 as an LTS release The new website engine renders Markdown tables through Mantine, which ignores the Bootstrap row classes (danger/success/info) that previously color-coded support status. Convert the LTS table to a Markdown table with an explicit Status column and bold the currently supported release instead of relying on row colors. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> --- docs-config.ts | 2 +- docs/introduction/release-cycle.md | 30 +++++++----------------------- 2 files changed, 8 insertions(+), 24 deletions(-) diff --git a/docs-config.ts b/docs-config.ts index 8eea5189e..cfb0a6de8 100644 --- a/docs-config.ts +++ b/docs-config.ts @@ -46,7 +46,7 @@ export default { // Long-term support versions configuration. ltsVersions: { - prometheus: ["3.5"], + prometheus: ["3.5", "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 1736e0358..f5b6b520b 100644 --- a/docs/introduction/release-cycle.md +++ b/docs/introduction/release-cycle.md @@ -23,29 +23,13 @@ having a Prometheus server maintained by the community. ## List of LTS releases -
| Release | -Date | -End of support | -
|---|---|---|
| Prometheus 2.37 | 2022-07-14 | 2023-07-31 | -
| Prometheus 2.45 | 2023-06-23 | 2024-07-31 | -
| Prometheus 2.53 | 2024-06-16 | 2025-07-31 | -
| Prometheus 3.5 | 2025-07-14 | 2026-07-31 | -