File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default {
31
31
32
32
// Long-term support versions configuration.
33
33
ltsVersions : {
34
- prometheus : [ "2.53 " ] ,
34
+ prometheus : [ "3.5 " ] ,
35
35
} ,
36
36
37
37
// Repositories for the downloads page. The order in this file is the
Original file line number Diff line number Diff line change @@ -38,9 +38,12 @@ having a Prometheus server maintained by the community.
38
38
<tr class="danger">
39
39
<td>Prometheus 2.45</td><td>2023-06-23</td><td>2024-07-31</td>
40
40
</tr>
41
- <tr class="success ">
41
+ <tr class="danger ">
42
42
<td>Prometheus 2.53</td><td>2024-06-16</td><td>2025-07-31</td>
43
43
</tr>
44
+ <tr class="success">
45
+ <td>Prometheus 3.5</td><td>2025-07-14</td><td>2026-07-31</td>
46
+ </tr>
44
47
</tbody>
45
48
</table >
46
49
You can’t perform that action at this time.
0 commit comments