Skip to content

Commit a9d5ddd

Browse files
committed
Add Prometheus 3.13 as an LTS release
Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
1 parent 7b1bafb commit a9d5ddd

2 files changed

Lines changed: 4 additions & 1 deletion

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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ having a Prometheus server maintained by the community.
4444
<tr class="success">
4545
<td>Prometheus 3.5</td><td>2025-07-14</td><td>2026-07-31</td>
4646
</tr>
47+
<tr class="success">
48+
<td>Prometheus 3.13</td><td>2026-06</td><td>2027-07-31</td>
49+
</tr>
4750
</tbody>
4851
</table>
4952

0 commit comments

Comments
 (0)