diff --git a/data/series_status.yaml b/data/series_status.yaml index 8044dc774f..6f4ad2be96 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,16 +1,16 @@ --- - name: yoga - status: future + status: development initial-release: 2022-03-30 next-phase: - status: development - date: 2021-10-06 + status: maintained + date: 2022-03-30 - name: xena - status: development + status: maintained initial-release: 2021-10-06 next-phase: - status: development - date: 2021-04-14 + status: extended maintenance + date: 2022-10-14 - name: wallaby status: maintained initial-release: 2021-04-14 diff --git a/doc/source/xena/index.rst b/doc/source/xena/index.rst index 6ad2c6c694..1960f5f961 100644 --- a/doc/source/xena/index.rst +++ b/doc/source/xena/index.rst @@ -2,7 +2,7 @@ Xena ==== -Projected Release Date: 06 October, 2021 +Projected Released: 06 October, 2021 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 6346255096..0fd078794a 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 = 'xena' +RELEASE = 'yoga'