From 9940d37460a8b2e1bafbf3e8ce0ca3855c777c6a Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 31 Mar 2026 20:25:30 +0200 Subject: [PATCH] Mark 2026.1 Gazpacho as released And set 2026.2 Hibiscus as the default cycle under development. Change-Id: Iac9079b1104ec24aa27db2519e21a10bbfb61dbb Signed-off-by: Elod Illes --- data/series_status.yaml | 12 ++++++------ doc/source/gazpacho/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 064ad8e752..326a378f12 100644 --- a/data/series_status.yaml +++ b/data/series_status.yaml @@ -1,19 +1,19 @@ --- - name: hibiscus release-id: 2026.2 - status: future + status: development initial-release: 2026-09-30 next-phase: - status: development - date: 2026-04-01 + status: maintained + date: 2026-09-30 - name: gazpacho release-id: 2026.1 - status: development + status: maintained slurp: yes initial-release: 2026-04-01 next-phase: - status: maintained - date: 2026-04-01 + status: unmaintained + date: 2027-10-27 - name: flamingo release-id: 2025.2 status: maintained diff --git a/doc/source/gazpacho/index.rst b/doc/source/gazpacho/index.rst index 26edd3c21a..dec7ba4abb 100644 --- a/doc/source/gazpacho/index.rst +++ b/doc/source/gazpacho/index.rst @@ -2,7 +2,7 @@ 2026.1 Gazpacho =============== -Projected Release Date: April 1st, 2026 +Originally Released: April 1st, 2026 .. toctree:: :maxdepth: 1 diff --git a/openstack_releases/defaults.py b/openstack_releases/defaults.py index eff2784519..abb562aa3e 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 = 'gazpacho' +RELEASE = 'hibiscus'