doc: release: Remove v3.5.0 from the list of supported releases

3.5.0 went out of support end of August.

Note the end date was stated as either 2024/07/31 or 2024/07/26
in different places.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-07-26 17:55:56 +02:00 committed by Carles Cufí
commit 25b051cf56
3 changed files with 2 additions and 6 deletions

View file

@ -195,7 +195,6 @@ html_context = {
("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/"),
),
"display_gh_links": True,

View file

@ -11,4 +11,4 @@ Release notes for end-of-life releases of Zephyr RTOS are kept here for historic
release-notes-1.?
release-notes-1.*
release-notes-2.[0-6]
release-notes-3.[0-4]
release-notes-3.[0-5]

View file

@ -64,8 +64,6 @@ Supported Releases
+-----------------+----------------+---------------+
| `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 |
+-----------------+----------------+---------------+
| `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 |
+-----------------+----------------+---------------+
As of 2022-01-01, LTS1 (1.14.x) is not supported and has reached end of life (EOL).
@ -85,7 +83,7 @@ needs to be changed are to be detailed in the release's migration guide.
eol_releases
release-notes-2.7
release-notes-3.[5-7]
release-notes-3.[6-7]
release-notes-4.0
Migration Guides
@ -122,6 +120,5 @@ to be able to understand the context of the change.
.. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
.. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
.. _`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/