[www] Set 2023.2 Bobcat as End of Life

With the new naming and the introduction of SLURP [1], 2023.2 Bobcat,
the first non-SLURP release reached the end of its maintained phase,
transition now to End of Life directly, as it is not eligible to move
to Unmaintained phase (only SLURP releases can transition to
Unmaintained after the end of their maintained phase).

[1] Skip Level Upgrade Release Process
https://docs.openstack.org/project-team-guide/release-cadence-adjustment.html

Change-Id: I88e9b8f01aac1e2ecbf8ca166a8c352d50271cb5
This commit is contained in:
Elod Illes
2025-04-30 21:27:04 +02:00
parent 0d13b52d1c
commit 36db4e3d36

View File

@ -74,7 +74,7 @@ SERIES_INFO = collections.OrderedDict([
('yoga', SeriesInfo(date='April 2022', status='unmaintained')),
('zed', SeriesInfo(date='October 2022', status='unmaintained')),
('2023.1', SeriesInfo(date='March 2023', status='unmaintained')),
('2023.2', SeriesInfo(date='October 2023', status='maintained')),
('2023.2', SeriesInfo(date='October 2023', status='EOL')),
('2024.1', SeriesInfo(date='April 2024', status='maintained')),
('2024.2', SeriesInfo(date='October 2024', status='maintained')),
('2025.1', SeriesInfo(date='April 2025', status='maintained')),