From 9e527f9e0e0cac29699171813b45c65b487010dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 13 Oct 2020 14:58:46 +0200 Subject: [PATCH] Mark Victoria as released MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5ffa9113d70e3d73c409d595bbe3e43035468416 Co-Authored-By: Sébastien Boyron --- data/series_status.yaml | 8 ++++---- doc/source/victoria/index.rst | 2 +- openstack_releases/defaults.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/series_status.yaml b/data/series_status.yaml index 8a88ecda32..3ed4ed531c 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,16 +1,16 @@ --- - name: wallaby - status: future + status: development initial-release: 2021-04-14 next-phase: status: development date: 2020-10-14 - name: victoria - status: development + status: maintained initial-release: 2020-10-14 next-phase: - status: maintained - date: 2020-10-14 + status: extended maintenance + date: 2022-04-18 - name: ussuri status: maintained initial-release: 2020-05-13 diff --git a/doc/source/victoria/index.rst b/doc/source/victoria/index.rst index 7736038029..796e20c941 100644 --- a/doc/source/victoria/index.rst +++ b/doc/source/victoria/index.rst @@ -2,7 +2,7 @@ Victoria ======== -Projected Release Date: 14 October, 2020 +Originally Released: 14 October, 2020 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index f9d4644f44..d7a554dada 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 = 'victoria' +RELEASE = 'wallaby'