From 4687e929ed4ccb79b9e9734846ec99e9243d14a4 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 14 Apr 2022 20:26:54 +0200 Subject: [PATCH] [www] Set Victoria status to Extended Maintenance Project's last releases in Victoria have been tagged with victoria-em. Now indicate that Victoria is in Extended Maintenance phase also at https://docs.openstack.org Planned transition date is April 27th, 2022. Change-Id: Ie8679bc66d52f35789700d680b9679649fc7368c --- 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 37719c2bee..5e7f44bada 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -65,7 +65,7 @@ SERIES_INFO = { 'stein': SeriesInfo(date='April 2019', status='extended-maintenance'), 'train': SeriesInfo(date='October 2019', status='extended-maintenance'), 'ussuri': SeriesInfo(date='May 2020', status='extended-maintenance'), - 'victoria': SeriesInfo(date='October 2020', status='maintained'), + 'victoria': SeriesInfo(date='October 2020', status='extended-maintenance'), 'wallaby': SeriesInfo(date='April 2021', status='maintained'), 'xena': SeriesInfo(date='October 2021', status='maintained'), 'yoga': SeriesInfo(date='April 2022', status='maintained'),