From 63433942e0a8c3c1c09daf2581ad8a0a0e4d0ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 30 Sep 2022 21:23:40 +0200 Subject: [PATCH] Mark Zed as released Change-Id: I65d51978ab978b66d6d67c5c323b29dc59c62de8 --- data/series_status.yaml | 12 ++++++------ doc/source/zed/index.rst | 2 +- openstack_releases/defaults.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/series_status.yaml b/data/series_status.yaml index 26ed7af56d..7ad09ec7b9 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,16 +1,16 @@ --- - name: antelope - status: future + status: development initial-release: 2023-03-22 next-phase: - status: development - date: 2022-10-05 + status: maintained + date: 2023-03-22 - name: zed - status: development + status: maintained initial-release: 2022-10-05 next-phase: - status: maintained - date: 2022-10-05 + status: extended maintenance + date: 2024-04-05 - name: yoga status: maintained initial-release: 2022-03-30 diff --git a/doc/source/zed/index.rst b/doc/source/zed/index.rst index 1bab0cb7d2..a8f1931cda 100644 --- a/doc/source/zed/index.rst +++ b/doc/source/zed/index.rst @@ -2,7 +2,7 @@ Zed === -Projected Release Date: 05 October, 2022 +Originally Released: 05 October, 2022 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 2fa058eec6..b21d0659c9 100644 --- a/openstack_releases/defaults.py +++ b/openstack_releases/defaults.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -RELEASE = 'zed' +RELEASE = 'antelope'