From 4e378ad16f0101d8c03550f53c3a19a2e10d369e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 25 Mar 2022 22:37:05 +0100 Subject: [PATCH] Mark Yoga as released Change-Id: I088329e61b8fe302f16a7bfd6c97417a6265828a --- data/series_status.yaml | 12 ++++++------ doc/source/yoga/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 ec3f250b8e..39420a7e78 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,16 +1,16 @@ --- - name: zed - status: future + status: development initial-release: 2022-10-05 next-phase: - status: development - date: 2022-03-30 + status: maintained + date: 2022-10-05 - name: yoga - status: development + status: maintained initial-release: 2022-03-30 next-phase: - status: maintained - date: 2022-03-30 + status: extended maintenance + date: 2023-09-30 - name: xena status: maintained initial-release: 2021-10-06 diff --git a/doc/source/yoga/index.rst b/doc/source/yoga/index.rst index e652a6ee74..5237fd4bbc 100644 --- a/doc/source/yoga/index.rst +++ b/doc/source/yoga/index.rst @@ -2,7 +2,7 @@ Yoga ==== -Projected Release Date: 30 March, 2022 +Originally Released: 30 March, 2022 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 0fd078794a..2fa058eec6 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 = 'yoga' +RELEASE = 'zed'