From 500dcdbc4bf73a6dc3b31375e6a2631c38ae2eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Tue, 2 Apr 2024 12:47:59 +0200 Subject: [PATCH] Mark 2024.1 Caracal as released Change-Id: I4372b220eb9b0918a8da9dd0030e71861cfac408 --- data/series_status.yaml | 12 ++++++------ doc/source/caracal/index.rst | 2 +- openstack_releases/defaults.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/series_status.yaml b/data/series_status.yaml index 72b3491ccf..d91e8be8de 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,19 +1,19 @@ --- - name: dalmatian release-id: 2024.2 - status: future + status: development initial-release: 2024-10-02 next-phase: - status: development - date: 2024-04-03 + status: maintained + date: 2024-10-02 - name: caracal release-id: 2024.1 - status: development + status: maintained slurp: yes initial-release: 2024-04-03 next-phase: - status: maintained - date: 2024-04-03 + status: unmaintained + date: 2025-10-03 - name: bobcat release-id: 2023.2 status: maintained diff --git a/doc/source/caracal/index.rst b/doc/source/caracal/index.rst index e6ae94f95c..6822babdeb 100644 --- a/doc/source/caracal/index.rst +++ b/doc/source/caracal/index.rst @@ -2,7 +2,7 @@ 2024.1 Caracal =============== -Projected Release Date: April 3, 2024 +Originally Released: April 3, 2024 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 16bd9ffc32..053cc8c541 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 = 'caracal' +RELEASE = 'dalmatian'