Skip to content

Commit 7f86c70

Browse files
authored
Merge pull request #3014 from roidelapluie/roidelapluie/add-3.13-lts
Add Prometheus 3.13 as an LTS release
2 parents 7b1bafb + 797cb37 commit 7f86c70

2 files changed

Lines changed: 8 additions & 24 deletions

File tree

docs-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646

4747
// Long-term support versions configuration.
4848
ltsVersions: {
49-
prometheus: ["3.5"],
49+
prometheus: ["3.5", "3.13"],
5050
},
5151

5252
// Repositories for the downloads page. The order in this file is the

docs/introduction/release-cycle.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,13 @@ having a Prometheus server maintained by the community.
2323

2424
## List of LTS releases
2525

26-
<table class="table table-bordered downloads">
27-
<thead>
28-
<tr>
29-
<th>Release</th>
30-
<th>Date</th>
31-
<th>End of support</th>
32-
</tr>
33-
</thead>
34-
<tbody>
35-
<tr class="danger">
36-
<td>Prometheus 2.37</td><td>2022-07-14</td><td>2023-07-31</td>
37-
</tr>
38-
<tr class="danger">
39-
<td>Prometheus 2.45</td><td>2023-06-23</td><td>2024-07-31</td>
40-
</tr>
41-
<tr class="danger">
42-
<td>Prometheus 2.53</td><td>2024-06-16</td><td>2025-07-31</td>
43-
</tr>
44-
<tr class="success">
45-
<td>Prometheus 3.5</td><td>2025-07-14</td><td>2026-07-31</td>
46-
</tr>
47-
</tbody>
48-
</table>
26+
| Release | Date | End of support | Status |
27+
| ------------------- | -------------- | -------------- | ------------- |
28+
| Prometheus 2.37 | 2022-07-14 | 2023-07-31 | End of life |
29+
| Prometheus 2.45 | 2023-06-23 | 2024-07-31 | End of life |
30+
| Prometheus 2.53 | 2024-06-16 | 2025-07-31 | End of life |
31+
| **Prometheus 3.5** | **2025-07-14** | **2026-07-31** | **Supported** |
32+
| Prometheus 3.13 | 2026-06 | 2027-07-31 | Upcoming |
4933

5034
## Limitations of LTS support
5135

0 commit comments

Comments
 (0)