commit 9e527f9e0e0cac29699171813b45c65b487010dc Author: Hervé Beraud Date: Tue Oct 13 14:58:46 2020 +0200 Mark Victoria as released Change-Id: I5ffa9113d70e3d73c409d595bbe3e43035468416 Co-Authored-By: Sébastien Boyron diff --git a/data/series_status.yaml b/data/series_status.yaml index 8a88ecd..3ed4ed5 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 7736038..796e20c 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 f9d4644..d7a554d 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'