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'