From 88533d978957c8194bb7a75764c84e2f7513943b Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Fri, 21 Oct 2022 20:06:59 +0200 Subject: [PATCH] [www] Set Wallaby status to Extended Maintenance Project's last releases in Wallaby have been tagged with wallaby-em. Now indicate that Wallaby is in Extended Maintenance phase also at https://docs.openstack.org Planned transition date is November 2nd, 2022. Change-Id: I5034a4d42086d2640bfe2c5d5003c5b125809fbb --- 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 276ca02879..c534d80fcf 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -66,7 +66,7 @@ SERIES_INFO = { 'train': SeriesInfo(date='October 2019', status='extended-maintenance'), 'ussuri': SeriesInfo(date='May 2020', status='extended-maintenance'), 'victoria': SeriesInfo(date='October 2020', status='extended-maintenance'), - 'wallaby': SeriesInfo(date='April 2021', status='maintained'), + 'wallaby': SeriesInfo(date='April 2021', status='extended-maintenance'), 'xena': SeriesInfo(date='October 2021', status='maintained'), 'yoga': SeriesInfo(date='April 2022', status='maintained'), 'zed': SeriesInfo(date='October 2022', status='maintained'),