Commit 8178c87c authored by Daniel DeGrasse's avatar Daniel DeGrasse Committed by Daniel DeGrasse
Browse files

doc: release: add v4.2.0 to the list of supported releases



Add 4.2.0 to the supported release, EOL to the tentative 4.4 release
date.

Signed-off-by: default avatarDan Kalowsky <dkalowsky@amperecomputing.com>
Signed-off-by: default avatarDaniel DeGrasse <ddegrasse@tenstorrent.com>
parent 1ba95048
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -200,6 +200,7 @@ html_context = {
    "current_version": version,
    "versions": (
        ("latest", "/"),
        ("4.2.0", "/4.2.0/"),
        ("4.1.0", "/4.1.0/"),
        ("4.0.0", "/4.0.0/"),
        ("3.7.0 (LTS)", "/3.7.0/"),
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ Supported Releases
+------------------------+----------------+---------------+
| Release                | Release date   | EOL           |
+========================+================+===============+
| `Zephyr 4.2.0`_        | 2025-07-18     | 2026-03-20    |
+------------------------+----------------+---------------+
| `Zephyr 4.1.0`_        | 2025-03-07     | 2025-11-14    |
+------------------------+----------------+---------------+
| `Zephyr 4.0.0`_        | 2024-11-15     | 2025-07-18    |
@@ -147,3 +149,4 @@ Release notes and migration guides for end-of-life releases of Zephyr RTOS can b
.. _`Zephyr 3.7.0 (LTS3)`: https://docs.zephyrproject.org/3.7.0/
.. _`Zephyr 4.0.0`: https://docs.zephyrproject.org/4.0.0/
.. _`Zephyr 4.1.0`: https://docs.zephyrproject.org/4.1.0/
.. _`Zephyr 4.2.0`: https://docs.zephyrproject.org/4.2.0/