Skip to content

Commit 5248891

Browse files
authored
Foxy is now EOL (ros2#3700)
* 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 <[email protected]> Signed-off-by: Chris Lalancette <[email protected]>
1 parent 9c1f870 commit 5248891

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

.mergify.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pull_request_rules:
88
branches:
99
- iron
1010
- humble
11-
- foxy
1211

1312
- name: backport at reviewers discretion
1413
conditions:
@@ -19,7 +18,6 @@ pull_request_rules:
1918
branches:
2019
- iron
2120
- humble
22-
- foxy
2321

2422
- name: backport to iron at reviewers discretion
2523
conditions:
@@ -38,12 +36,3 @@ pull_request_rules:
3836
backport:
3937
branches:
4038
- humble
41-
42-
- name: backport to foxy at reviewers discretion
43-
conditions:
44-
- base=rolling
45-
- "label=backport-foxy"
46-
actions:
47-
backport:
48-
branches:
49-
- foxy

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
smv_released_pattern = r'^refs/(heads|remotes/[^/]+)/(iron|humble|galactic|foxy|eloquent|dashing|crystal).*$'
130130
smv_remote_whitelist = r'^(origin)$'
131131
smv_latest_version = 'iron'
132-
smv_eol_versions = ['crystal', 'dashing', 'eloquent', 'galactic']
132+
smv_eol_versions = ['crystal', 'dashing', 'eloquent', 'foxy', 'galactic']
133133

134134
distro_full_names = {
135135
'crystal': 'Crystal Clemmys',

source/Releases.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Rows in the table marked in green are the currently supported distributions.
2525

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

5553
.. |rolling| image:: Releases/rolling-small.png
@@ -106,7 +104,7 @@ Rows in the table marked in green are the currently supported distributions.
106104
* - :doc:`Foxy Fitzroy <Releases/Release-Foxy-Fitzroy>`
107105
- June 5th, 2020
108106
- |foxy|
109-
- May 2023
107+
- June 20th, 2023
110108
* - :doc:`Eloquent Elusor <Releases/Release-Eloquent-Elusor>`
111109
- November 22nd, 2019
112110
- |eloquent|

source/Releases/End-of-Life.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Below is a list of historic ROS 2 distributions that are no longer supported.
77
:maxdepth: 1
88

99
Release-Galactic-Geochelone
10+
Release-Foxy-Fitzroy
1011
Release-Eloquent-Elusor
1112
Release-Dashing-Diademata
1213
Release-Crystal-Clemmys

0 commit comments

Comments
 (0)