Skip to content

Commit 8178c87

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: Dan Kalowsky <[email protected]> Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 1ba9504 commit 8178c87

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
"current_version": version,
201201
"versions": (
202202
("latest", "/"),
203+
("4.2.0", "/4.2.0/"),
203204
("4.1.0", "/4.1.0/"),
204205
("4.0.0", "/4.0.0/"),
205206
("3.7.0 (LTS)", "/3.7.0/"),

doc/releases/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Supported Releases
5656
+------------------------+----------------+---------------+
5757
| Release | Release date | EOL |
5858
+========================+================+===============+
59+
| `Zephyr 4.2.0`_ | 2025-07-18 | 2026-03-20 |
60+
+------------------------+----------------+---------------+
5961
| `Zephyr 4.1.0`_ | 2025-03-07 | 2025-11-14 |
6062
+------------------------+----------------+---------------+
6163
| `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
147149
.. _`Zephyr 3.7.0 (LTS3)`: https://docs.zephyrproject.org/3.7.0/
148150
.. _`Zephyr 4.0.0`: https://docs.zephyrproject.org/4.0.0/
149151
.. _`Zephyr 4.1.0`: https://docs.zephyrproject.org/4.1.0/
152+
.. _`Zephyr 4.2.0`: https://docs.zephyrproject.org/4.2.0/

0 commit comments

Comments
 (0)