Skip to content

Commit

Permalink
doc: release: Add v3.7.0 to the list of supported releases
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aescolar committed Jul 26, 2024
1 parent 51c39d7 commit 0483685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"),
Expand Down
3 changes: 3 additions & 0 deletions doc/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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/

0 comments on commit 0483685

Please sign in to comment.