1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 06:45:01 +01:00

Add Release 3.5 as LTS (#2689)

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
Bryan Boreham
2025-07-14 17:54:42 +01:00
committed by GitHub
parent 1c2dc97dd5
commit cda26d7c1f
2 changed files with 5 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export default {
// Long-term support versions configuration.
ltsVersions: {
prometheus: ["2.53"],
prometheus: ["3.5"],
},
// Repositories for the downloads page. The order in this file is the

View File

@@ -38,9 +38,12 @@ having a Prometheus server maintained by the community.
<tr class="danger">
<td>Prometheus 2.45</td><td>2023-06-23</td><td>2024-07-31</td>
</tr>
<tr class="success">
<tr class="danger">
<td>Prometheus 2.53</td><td>2024-06-16</td><td>2025-07-31</td>
</tr>
<tr class="success">
<td>Prometheus 3.5</td><td>2025-07-14</td><td>2026-07-31</td>
</tr>
</tbody>
</table>