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'