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 - - - - - - - - - - - - - - - - - - - - - - -
ReleaseDateEnd of support
Prometheus 2.372022-07-142023-07-31
Prometheus 2.452023-06-232024-07-31
Prometheus 2.532024-06-162025-07-31
Prometheus 3.52025-07-142026-07-31
+| Release | Date | End of support | Status | +| ------------------- | -------------- | -------------- | ------------- | +| 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.13 | 2026-06 | 2027-07-31 | Upcoming | ## Limitations of LTS support