Skip to content

Commit cda26d7

Browse files
authored
Add Release 3.5 as LTS (#2689)
Signed-off-by: Bryan Boreham <[email protected]>
1 parent 1c2dc97 commit cda26d7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs-config.ts

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

3232
// Long-term support versions configuration.
3333
ltsVersions: {
34-
prometheus: ["2.53"],
34+
prometheus: ["3.5"],
3535
},
3636

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

docs/introduction/release-cycle.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ having a Prometheus server maintained by the community.
3838
<tr class="danger">
3939
<td>Prometheus 2.45</td><td>2023-06-23</td><td>2024-07-31</td>
4040
</tr>
41-
<tr class="success">
41+
<tr class="danger">
4242
<td>Prometheus 2.53</td><td>2024-06-16</td><td>2025-07-31</td>
4343
</tr>
44+
<tr class="success">
45+
<td>Prometheus 3.5</td><td>2025-07-14</td><td>2026-07-31</td>
46+
</tr>
4447
</tbody>
4548
</table>
4649

0 commit comments

Comments
 (0)