Skip to content

Release Kilted Kaiju. #5599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: rolling
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ help:

multiversion: Makefile
sphinx-multiversion $(OPTS) "$(SOURCE)" build/html
@echo "<html><head><meta http-equiv=\"refresh\" content=\"0; url=jazzy/index.html\" /></head></html>" > build/html/index.html
@echo "<html><head><meta http-equiv=\"refresh\" content=\"0; url=kilted/index.html\" /></head></html>" > build/html/index.html
$(PYTHON) make_sitemapindex.py

%: Makefile
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
smv_branch_whitelist = r'^(rolling|kilted|jazzy|iron|humble|galactic|foxy|eloquent|dashing|crystal)$'


smv_released_pattern = r'^refs/(heads|remotes/[^/]+)/(jazzy|iron|humble|galactic|foxy|eloquent|dashing|crystal).*$'
smv_released_pattern = r'^refs/(heads|remotes/[^/]+)/(kilted|jazzy|iron|humble|galactic|foxy|eloquent|dashing|crystal).*$'
smv_remote_whitelist = r'^(origin)$'
smv_latest_version = 'jazzy'
smv_latest_version = 'kilted'
smv_eol_versions = ['crystal', 'dashing', 'eloquent', 'foxy', 'galactic', 'iron']

distro_full_names = {
Expand Down
15 changes: 12 additions & 3 deletions source/Releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Rows in the table marked in green are the currently supported distributions.
.. toctree::
:hidden:

Releases/Release-Kilted-Kaiju
Releases/Release-Jazzy-Jalisco
Releases/Release-Humble-Hawksbill
Releases/Release-Rolling-Ridley
Expand Down Expand Up @@ -54,6 +55,9 @@ Rows in the table marked in green are the currently supported distributions.
.. |rolling| image:: Releases/rolling-small.png
:alt: Rolling logo

.. |kilted| image:: Releases/kilted-small.png
:alt: Kilted logo

.. |jazzy| image:: Releases/jazzy-small.png
:alt: Jazzy logo

Expand Down Expand Up @@ -94,6 +98,11 @@ Rows in the table marked in green are the currently supported distributions.
- Logo
- EOL date
- ROS Boss
* - :doc:`Kilted Kaiju <Releases/Release-Kilted-Kaiju>`
- May 23, 2025
- |kilted|
- December 2026
- `Scott K Logan <https://github.com/cottsay>`_
* - :doc:`Jazzy Jalisco <Releases/Release-Jazzy-Jalisco>`
- May 23, 2024
- |jazzy|
Expand Down Expand Up @@ -181,10 +190,10 @@ There is a new ROS 2 distribution released yearly on May 23rd (`World Turtle Day
- Release date
- Logo
- EOL date
* - :doc:`Kilted Kaiju <Releases/Release-Kilted-Kaiju>`
- May 2025
* - :doc:`Turtle L <Releases/Release-Turtle-L>`
- May 2026
- TBD
- Nov 2026
- May 2031


.. _rolling_distribution:
Expand Down
2 changes: 1 addition & 1 deletion source/Releases/Development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Below is the ROS 2 distribution that is currently in development.
.. toctree::
:maxdepth: 1

Release-Kilted-Kaiju
Release-Turtle-L
2 changes: 0 additions & 2 deletions source/Releases/Release-Jazzy-Jalisco.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _latest-release:

.. _jazzy-release:

Jazzy Jalisco (``jazzy``)
Expand Down
2 changes: 1 addition & 1 deletion source/Releases/Release-Kilted-Kaiju.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _upcoming-release:
.. _latest-release:

.. _kilted-release:

Expand Down
Loading