From d8e455ff0d2a6e9c94c3f02a8097a26464cfe14b Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Fri, 13 Dec 2024 17:22:14 +0100 Subject: [PATCH] [www] Set 2023.1 Antelope state to Unmaintained 2023.1 Antelope series reached it's end of maintained state with the planned date of October 30th, 2024. As most of the projects are ready with the transition [1], this patch sets 2023.1 Antelope as unmaintained. Note that stable/2023.1 branches are replaced with unmaintained/2023.1 branches and they are still open for bug fix backports, but NOT supported or maintained by the project teams themselves (for details about the Unmaintained state, see: [2][3]). [1] https://review.opendev.org/q/topic:antelope-unmaintained [2] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html [3] https://docs.openstack.org/project-team-guide/stable-branches.html Change-Id: Ib1204f14682b59f17c0bd737de45db9a34dd1731 --- tools/www-generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/www-generator.py b/tools/www-generator.py index b86a2a0783..2784d7cf3a 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -73,7 +73,7 @@ SERIES_INFO = collections.OrderedDict([ ('xena', SeriesInfo(date='October 2021', status='unmaintained')), ('yoga', SeriesInfo(date='April 2022', status='unmaintained')), ('zed', SeriesInfo(date='October 2022', status='unmaintained')), - ('2023.1', SeriesInfo(date='March 2023', status='maintained')), + ('2023.1', SeriesInfo(date='March 2023', status='unmaintained')), ('2023.2', SeriesInfo(date='October 2023', status='maintained')), ('2024.1', SeriesInfo(date='April 2024', status='maintained')), ('2024.2', SeriesInfo(date='October 2024', status='maintained')),