From 8178c87c1c3e8d348d5a792292dd5654e6ff680e Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Thu, 17 Jul 2025 16:55:04 -0500 Subject: [PATCH] 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 Signed-off-by: Daniel DeGrasse --- doc/conf.py | 1 + doc/releases/index.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 76004dfe30c..40766b61c2e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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/"), diff --git a/doc/releases/index.rst b/doc/releases/index.rst index 13cdd197ed8..35b0c4c5f63 100644 --- a/doc/releases/index.rst +++ b/doc/releases/index.rst @@ -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/