diff --git a/data/series_status.yaml b/data/series_status.yaml index 0b7968bf66..8e1ce501b4 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,16 +1,16 @@ --- - name: xena - status: future + status: development initial-release: 2021-10-06 next-phase: status: development date: 2021-04-14 - name: wallaby - status: development + status: maintained initial-release: 2021-04-14 next-phase: - status: maintained - date: 2021-04-14 + status: extended maintenance + date: 2022-10-14 - name: victoria status: maintained initial-release: 2020-10-14 diff --git a/doc/source/wallaby/index.rst b/doc/source/wallaby/index.rst index 93b718d3f1..603fdc460b 100644 --- a/doc/source/wallaby/index.rst +++ b/doc/source/wallaby/index.rst @@ -2,7 +2,7 @@ Wallaby ======= -Projected Release Date: 14 April, 2021 +Originally Released: 14 April, 2021 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index d7a554dada..6346255096 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 = 'wallaby' +RELEASE = 'xena'