From 4abe38f6734eac591c66107abd7fed7f1d3f15c9 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Wed, 16 Aug 2023 20:49:41 +0200 Subject: [PATCH] [www] Set Rocky series state as End of Life Rocky was proposed to transition to End of Life [1] and since all of the projects have EOL'd their stable/rocky branches, we are ready to set Rocky status to EOL on docs.openstack.org. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031922.html Change-Id: If3650ac8f1584d34687df977c28db77a7e94e893 --- 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 f860c6f5b5..0f67a3c42d 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -64,7 +64,7 @@ SERIES_INFO = collections.OrderedDict([ ('ocata', SeriesInfo(date='February 2017', status='EOL')), ('pike', SeriesInfo(date='August 2017', status='EOL')), ('queens', SeriesInfo(date='March 2018', status='EOL')), - ('rocky', SeriesInfo(date='August 2018', status='extended-maintenance')), + ('rocky', SeriesInfo(date='August 2018', status='EOL')), ('stein', SeriesInfo(date='April 2019', status='extended-maintenance')), ('train', SeriesInfo(date='October 2019', status='extended-maintenance')), ('ussuri', SeriesInfo(date='May 2020', status='extended-maintenance')),