diff --git a/data/series_status.yaml b/data/series_status.yaml index 26ed7af56d..7ad09ec7b9 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,16 +1,16 @@ --- - name: antelope - status: future + status: development initial-release: 2023-03-22 next-phase: - status: development - date: 2022-10-05 + status: maintained + date: 2023-03-22 - name: zed - status: development + status: maintained initial-release: 2022-10-05 next-phase: - status: maintained - date: 2022-10-05 + status: extended maintenance + date: 2024-04-05 - name: yoga status: maintained initial-release: 2022-03-30 diff --git a/doc/source/zed/index.rst b/doc/source/zed/index.rst index 1bab0cb7d2..a8f1931cda 100644 --- a/doc/source/zed/index.rst +++ b/doc/source/zed/index.rst @@ -2,7 +2,7 @@ Zed === -Projected Release Date: 05 October, 2022 +Originally Released: 05 October, 2022 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 2fa058eec6..b21d0659c9 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 = 'zed' +RELEASE = 'antelope'