From 04836856423162a1d7a1ecd5b74e012eb7d2b7c6 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 18 Jul 2024 10:00:25 +0200 Subject: [PATCH] doc: release: Add v3.7.0 to the list of supported releases Adds v3.7.0 to the list of supported releases. The EOL data is currently set as 2.5 years after release which is the minimum support period we claim. Signed-off-by: Alberto Escolar Piedras --- 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 31358cd85ed4..e00065137c5a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -193,6 +193,7 @@ "current_version": version, "versions": ( ("latest", "/"), + ("3.7.0 (LTS)", "/3.7.0/"), ("3.6.0", "/3.6.0/"), ("3.5.0", "/3.5.0/"), ("2.7.6 (LTS)", "/2.7.6/"), diff --git a/doc/releases/index.rst b/doc/releases/index.rst index fc483fa606d4..84112631519c 100644 --- a/doc/releases/index.rst +++ b/doc/releases/index.rst @@ -60,6 +60,8 @@ Supported Releases +=================+================+===============+ | `Zephyr 2.7.6`_ | 2024-03-01 | 2025-01-26 | +-----------------+----------------+---------------+ +| `Zephyr 3.7.0`_ | 2024-07-26 | 2027-01-26 | ++-----------------+----------------+---------------+ | `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 | +-----------------+----------------+---------------+ | `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 | @@ -121,3 +123,4 @@ to be able to understand the context of the change. .. _`Zephyr 2.7.6`: https://docs.zephyrproject.org/2.7.6/ .. _`Zephyr 3.5.0`: https://docs.zephyrproject.org/3.5.0/ .. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/ +.. _`Zephyr 3.7.0`: https://docs.zephyrproject.org/3.7.0/