Skip to content

Commit

Permalink
Foxy is now EOL (#3700)
Browse files Browse the repository at this point in the history
* Foxy is now EOL

* [EOL] Foxy

- review feedback:
  - mergify config
  - background color
  - add date to date

Official ROS 2 Foxy EOL Date June 20th, 2023

https://twitter.com/OpenRoboticsOrg/status/1666484720585277443

* Remove Foxy from the top-level Releases page.

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 5248891)
  • Loading branch information
moriarty authored and mergify[bot] committed Jun 21, 2023
1 parent 27f0e32 commit 0a1d651
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
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
* - :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

0 comments on commit 0a1d651

Please sign in to comment.