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'