diff --git a/data/series_status.yaml b/data/series_status.yaml index c01d9b65be..3536c7467d 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,19 +1,19 @@ --- - name: caracal release-id: 2024.1 - status: future + status: development slurp: yes initial-release: 2024-04-03 next-phase: - status: development - date: 2023-10-04 + status: maintained + date: 2023-04-03 - name: bobcat release-id: 2023.2 - status: development + status: maintained initial-release: 2023-10-04 next-phase: - status: maintained - date: 2023-10-04 + status: extended maintenance + date: 2025-04-04 - name: antelope release-id: 2023.1 status: maintained diff --git a/doc/source/bobcat/index.rst b/doc/source/bobcat/index.rst index 1a5b213996..1ee009bbc8 100644 --- a/doc/source/bobcat/index.rst +++ b/doc/source/bobcat/index.rst @@ -2,7 +2,7 @@ 2023.2 Bobcat ============= -Projected Release Date: October 4, 2023 +Originally Released: October 4, 2023 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index 8b8ca49424..16bd9ffc32 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 = 'bobcat' +RELEASE = 'caracal'