From f2fdd3f51eccf21215174ee4624c541eefe5f1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 2 Oct 2024 11:45:05 +0200 Subject: [PATCH] Mark 2024.2 Dalmatian as released Change-Id: I188e42ab3fe379a168c207b0bd90206425a9b863 --- data/series_status.yaml | 12 ++++++------ doc/source/dalmatian/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 5d37bfc375..875900f63b 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,19 +1,19 @@ --- - name: epoxy release-id: 2025.1 - status: future + status: development slurp: yes initial-release: 2025-04-02 next-phase: - status: development - date: 2024-10-02 + status: maintained + date: 2025-04-02 - name: dalmatian release-id: 2024.2 - status: development + status: maintained initial-release: 2024-10-02 next-phase: - status: maintained - date: 2024-10-02 + status: unmaintained + date: 2026-04-02 - name: caracal release-id: 2024.1 status: maintained diff --git a/doc/source/dalmatian/index.rst b/doc/source/dalmatian/index.rst index cb101c1f20..707cf917ea 100644 --- a/doc/source/dalmatian/index.rst +++ b/doc/source/dalmatian/index.rst @@ -2,7 +2,7 @@ 2024.2 Dalmatian ================ -Projected Release Date: 02 October, 2024 +Originally Released: 02 October, 2024 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 053cc8c541..00a5c6f2c2 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 = 'dalmatian' +RELEASE = 'epoxy'