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 | -