Skip to content
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

Foxy is now EOL #3700

Merged
merged 4 commits into from
Jun 21, 2023
Merged
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
11 changes: 0 additions & 11 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pull_request_rules:
branches:
- iron
- humble
- foxy

- name: backport at reviewers discretion
conditions:
Expand All @@ -19,7 +18,6 @@ pull_request_rules:
branches:
- iron
- humble
- foxy

- name: backport to iron at reviewers discretion
conditions:
Expand All @@ -38,12 +36,3 @@ pull_request_rules:
backport:
branches:
- humble

- name: backport to foxy at reviewers discretion
conditions:
- base=rolling
- "label=backport-foxy"
actions:
backport:
branches:
- foxy
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
smv_released_pattern = r'^refs/(heads|remotes/[^/]+)/(iron|humble|galactic|foxy|eloquent|dashing|crystal).*$'
smv_remote_whitelist = r'^(origin)$'
smv_latest_version = 'iron'
smv_eol_versions = ['crystal', 'dashing', 'eloquent', 'galactic']
smv_eol_versions = ['crystal', 'dashing', 'eloquent', 'foxy', 'galactic']

distro_full_names = {
'crystal': 'Crystal Clemmys',
Expand Down
4 changes: 1 addition & 3 deletions source/Releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Rows in the table marked in green are the currently supported distributions.

Releases/Release-Iron-Irwini
Releases/Release-Humble-Hawksbill
Releases/Release-Foxy-Fitzroy
Releases/Release-Rolling-Ridley
Releases/Development
Releases/End-of-Life
Expand All @@ -49,7 +48,6 @@ Rows in the table marked in green are the currently supported distributions.
<style>
.rst-content table.docutils:not(.field-list) tr:nth-child(1) td {background-color: #33cc66;}
.rst-content tr:nth-child(2) {background-color: #33cc66;}
.rst-content tr:nth-child(4) {background-color: #33cc66;}
</style>

.. |rolling| image:: Releases/rolling-small.png
Expand Down Expand Up @@ -106,7 +104,7 @@ Rows in the table marked in green are the currently supported distributions.
* - :doc:`Foxy Fitzroy <Releases/Release-Foxy-Fitzroy>`
- June 5th, 2020
- |foxy|
- May 2023
- June 20th, 2023
clalancette marked this conversation as resolved.
Show resolved Hide resolved
* - :doc:`Eloquent Elusor <Releases/Release-Eloquent-Elusor>`
- November 22nd, 2019
- |eloquent|
Expand Down
1 change: 1 addition & 0 deletions source/Releases/End-of-Life.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Below is a list of historic ROS 2 distributions that are no longer supported.
:maxdepth: 1

Release-Galactic-Geochelone
Release-Foxy-Fitzroy
Release-Eloquent-Elusor
Release-Dashing-Diademata
Release-Crystal-Clemmys
Expand Down