From 00f14f90c32d676324304ef4abb7a2da35daa7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 8 Nov 2024 21:48:30 +0100 Subject: [PATCH] [ironic] Transition 2023.1 Antelope to Unmaintained This branch reached the end of its official stable maintained period, hence this patch transition stable/2023.1 branch to Unmaintained. (For details about Unmaintained state please see: [1][2]) The transitions is as follows: - tip of the stable/2023.1 branch is tagged with 2023.1-eom tag - unmaintained/2023.1 branch will be cut from 2023.1-eom tag - stable/2023.1 branch will be deleted Note: - there will no longer be official releases off of 2023.1 branch after this transition - backports can be pushed to unmaintained/2023.1 branch - openstack-unmaintained-core (or -unmaintained-core groups if such exists) have the rights to merge patches Important: please +1 if the team is ready for us to proceed with this transition, or -1 if there are any final 2023.1 Antelope stable release with backports currently in flight that we should wait for. For the latter case, please propose a final 2023.1 Antelope stable release patch, and rebase this patch on top of that, with the latest commit hash of stable/2023.1. The planned transition deadline was October 30th, 2024 [3] last week, so please approve this patch as soon as possible if the project is ready for the transition. [1] https://docs.openstack.org/project-team-guide/stable-branches.html#unmaintained [2] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html [3] https://releases.openstack.org Change-Id: Iecb634535694f06f2dfc9994658f960ef39c2f88 --- deliverables/antelope/bifrost.yaml | 6 ++++++ deliverables/antelope/ironic-inspector.yaml | 9 ++++++++- deliverables/antelope/ironic-lib.yaml | 6 ++++++ deliverables/antelope/ironic-prometheus-exporter.yaml | 9 ++++++++- deliverables/antelope/ironic-python-agent-builder.yaml | 9 ++++++++- deliverables/antelope/ironic-python-agent.yaml | 6 ++++++ deliverables/antelope/ironic-ui.yaml | 6 ++++++ deliverables/antelope/ironic.yaml | 6 ++++++ deliverables/antelope/metalsmith.yaml | 6 ++++++ deliverables/antelope/networking-baremetal.yaml | 9 ++++++++- deliverables/antelope/networking-generic-switch.yaml | 9 ++++++++- .../antelope/python-ironic-inspector-client.yaml | 9 ++++++++- deliverables/antelope/python-ironicclient.yaml | 9 ++++++++- deliverables/antelope/sushy.yaml | 6 ++++++ 14 files changed, 98 insertions(+), 7 deletions(-) diff --git a/deliverables/antelope/bifrost.yaml b/deliverables/antelope/bifrost.yaml index b5a2fd3abf..1305c25098 100644 --- a/deliverables/antelope/bifrost.yaml +++ b/deliverables/antelope/bifrost.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/bifrost hash: 47c5f918d87edb217ef5ccd791901d715c9a45cb + - version: 2023.1-eom + projects: + - repo: openstack/bifrost + hash: 47c5f918d87edb217ef5ccd791901d715c9a45cb branches: - name: stable/2023.1 location: 16.1.0 + - name: unmaintained/2023.1 + location: 2023.1-eom release-notes: https://docs.openstack.org/releasenotes/bifrost/2023.1.html diff --git a/deliverables/antelope/ironic-inspector.yaml b/deliverables/antelope/ironic-inspector.yaml index ab5644ff44..08dd16b2be 100644 --- a/deliverables/antelope/ironic-inspector.yaml +++ b/deliverables/antelope/ironic-inspector.yaml @@ -24,6 +24,10 @@ releases: projects: - repo: openstack/ironic-inspector hash: 0c395aeece1469e042ec10fb183b0df3b32600c4 + - version: 2023.1-eom + projects: + - repo: openstack/ironic-inspector + hash: 0c395aeece1469e042ec10fb183b0df3b32600c4 branches: - name: bugfix/11.2 location: 11.2.0 @@ -31,4 +35,7 @@ branches: location: 11.3.0 - name: stable/2023.1 location: 11.4.0 -release-notes: https://docs.openstack.org/releasenotes/ironic-inspector/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/ironic-inspector/2023.1.html diff --git a/deliverables/antelope/ironic-lib.yaml b/deliverables/antelope/ironic-lib.yaml index 87c8e7643e..364990e969 100644 --- a/deliverables/antelope/ironic-lib.yaml +++ b/deliverables/antelope/ironic-lib.yaml @@ -15,6 +15,12 @@ releases: projects: - repo: openstack/ironic-lib hash: e9cf477f9079b91f571b276e1c666a466828b0ec + - version: 2023.1-eom + projects: + - repo: openstack/ironic-lib + hash: e9cf477f9079b91f571b276e1c666a466828b0ec branches: - name: stable/2023.1 location: 5.4.0 + - name: unmaintained/2023.1 + location: 2023.1-eom diff --git a/deliverables/antelope/ironic-prometheus-exporter.yaml b/deliverables/antelope/ironic-prometheus-exporter.yaml index d80bfc77b6..5226849dba 100644 --- a/deliverables/antelope/ironic-prometheus-exporter.yaml +++ b/deliverables/antelope/ironic-prometheus-exporter.yaml @@ -11,7 +11,14 @@ releases: projects: - repo: openstack/ironic-prometheus-exporter hash: 55cd446b3c5f4a0d04878f7c1f5eba044f5911c3 + - version: 2023.1-eom + projects: + - repo: openstack/ironic-prometheus-exporter + hash: 7b35627ae8e0dd50cc70b2a288c4c2e200b420c0 branches: - name: stable/2023.1 location: 4.1.0 -release-notes: https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/ironic-prometheus-exporter/2023.1.html diff --git a/deliverables/antelope/ironic-python-agent-builder.yaml b/deliverables/antelope/ironic-python-agent-builder.yaml index b85a6708fb..00de98dec6 100644 --- a/deliverables/antelope/ironic-python-agent-builder.yaml +++ b/deliverables/antelope/ironic-python-agent-builder.yaml @@ -16,7 +16,14 @@ releases: projects: - repo: openstack/ironic-python-agent-builder hash: 0ca3cd2d7f3c8ac3d194e15d222598bf413e15ab + - version: 2023.1-eom + projects: + - repo: openstack/ironic-python-agent-builder + hash: 0ca3cd2d7f3c8ac3d194e15d222598bf413e15ab branches: - name: stable/2023.1 location: 5.1.0 -release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent-builder/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/ironic-python-agent-builder/2023.1.html diff --git a/deliverables/antelope/ironic-python-agent.yaml b/deliverables/antelope/ironic-python-agent.yaml index fec5eac365..75d153d760 100644 --- a/deliverables/antelope/ironic-python-agent.yaml +++ b/deliverables/antelope/ironic-python-agent.yaml @@ -32,6 +32,10 @@ releases: projects: - repo: openstack/ironic-python-agent hash: 0869bf12e012b089df37f62e6030a88edbce07d3 + - version: 2023.1-eom + projects: + - repo: openstack/ironic-python-agent + hash: a488be6e21b036e13ea567ed334707ad09901d88 branches: - name: bugfix/9.2 location: 9.2.0 @@ -39,5 +43,7 @@ branches: location: 9.3.0 - name: stable/2023.1 location: 9.4.0 + - name: unmaintained/2023.1 + location: 2023.1-eom release-notes: https://docs.openstack.org/releasenotes/ironic-python-agent/2023.1.html diff --git a/deliverables/antelope/ironic-ui.yaml b/deliverables/antelope/ironic-ui.yaml index 430f1ccc34..b622fea036 100644 --- a/deliverables/antelope/ironic-ui.yaml +++ b/deliverables/antelope/ironic-ui.yaml @@ -11,7 +11,13 @@ releases: projects: - repo: openstack/ironic-ui hash: 85630a37979104d895f899182d71778f2fb194ca + - version: 2023.1-eom + projects: + - repo: openstack/ironic-ui + hash: 2b93b84b90b2a5953a68bde6e9ee0d15df6e5e83 branches: - name: stable/2023.1 location: 6.1.0 + - name: unmaintained/2023.1 + location: 2023.1-eom release-notes: https://docs.openstack.org/releasenotes/ironic-ui/2023.1.html diff --git a/deliverables/antelope/ironic.yaml b/deliverables/antelope/ironic.yaml index 78ca9eb0c1..22a43b8e94 100644 --- a/deliverables/antelope/ironic.yaml +++ b/deliverables/antelope/ironic.yaml @@ -35,6 +35,10 @@ releases: projects: - repo: openstack/ironic hash: cca24af03b7e04ef52921c9226528d8c5f6c44a6 + - version: 2023.1-eom + projects: + - repo: openstack/ironic + hash: cca24af03b7e04ef52921c9226528d8c5f6c44a6 branches: - name: bugfix/21.2 location: 21.2.0 @@ -42,6 +46,8 @@ branches: location: 21.3.0 - name: stable/2023.1 location: 21.4.0 + - name: unmaintained/2023.1 + location: 2023.1-eom cycle-highlights: - Adds support for service role in default policy, intended for service to service communication. diff --git a/deliverables/antelope/metalsmith.yaml b/deliverables/antelope/metalsmith.yaml index cc66d3fc13..aa39ab2dbe 100644 --- a/deliverables/antelope/metalsmith.yaml +++ b/deliverables/antelope/metalsmith.yaml @@ -22,7 +22,13 @@ releases: projects: - repo: openstack/metalsmith hash: b3787f95cd7dcd877df0283616ce9f67560f011f + - version: 2023.1-eom + projects: + - repo: openstack/metalsmith + hash: b3787f95cd7dcd877df0283616ce9f67560f011f branches: - name: stable/2023.1 location: 1.10.0 + - name: unmaintained/2023.1 + location: 2023.1-eom release-notes: https://docs.openstack.org/releasenotes/metalsmith/2023.1.html diff --git a/deliverables/antelope/networking-baremetal.yaml b/deliverables/antelope/networking-baremetal.yaml index e08a2b193b..d8cc9dce61 100644 --- a/deliverables/antelope/networking-baremetal.yaml +++ b/deliverables/antelope/networking-baremetal.yaml @@ -15,7 +15,14 @@ releases: projects: - repo: openstack/networking-baremetal hash: bfcd09e4716be0dbf49ee88d18020084c60d0650 + - version: 2023.1-eom + projects: + - repo: openstack/networking-baremetal + hash: bfcd09e4716be0dbf49ee88d18020084c60d0650 branches: - name: stable/2023.1 location: 6.1.0 -release-notes: https://docs.openstack.org/releasenotes/networking-baremetal/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/networking-baremetal/2023.1.html diff --git a/deliverables/antelope/networking-generic-switch.yaml b/deliverables/antelope/networking-generic-switch.yaml index a88166b15e..cfcaab5a11 100644 --- a/deliverables/antelope/networking-generic-switch.yaml +++ b/deliverables/antelope/networking-generic-switch.yaml @@ -15,7 +15,14 @@ releases: projects: - repo: openstack/networking-generic-switch hash: 1de4b6ede7d936e025abbba0496432db34010439 + - version: 2023.1-eom + projects: + - repo: openstack/networking-generic-switch + hash: bc4c1789629e789f0d0e425d766fbda034b8a763 branches: - name: stable/2023.1 location: 7.1.0 -release-notes: https://docs.openstack.org/releasenotes/networking-generic-switch/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/networking-generic-switch/2023.1.html diff --git a/deliverables/antelope/python-ironic-inspector-client.yaml b/deliverables/antelope/python-ironic-inspector-client.yaml index 14279cf54f..2c892baed8 100644 --- a/deliverables/antelope/python-ironic-inspector-client.yaml +++ b/deliverables/antelope/python-ironic-inspector-client.yaml @@ -11,7 +11,14 @@ releases: projects: - repo: openstack/python-ironic-inspector-client hash: 009346e1f5c263833932aad4a51567a4fea511b3 + - version: 2023.1-eom + projects: + - repo: openstack/python-ironic-inspector-client + hash: 3f69ac8830c3f6dcf32a9e45463c4c469519ab9b branches: - name: stable/2023.1 location: 4.9.0 -release-notes: https://docs.openstack.org/releasenotes/python-ironic-inspector-client/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/python-ironic-inspector-client/2023.1.html diff --git a/deliverables/antelope/python-ironicclient.yaml b/deliverables/antelope/python-ironicclient.yaml index f36a5242ba..3714cc47f4 100644 --- a/deliverables/antelope/python-ironicclient.yaml +++ b/deliverables/antelope/python-ironicclient.yaml @@ -11,7 +11,14 @@ releases: projects: - repo: openstack/python-ironicclient hash: f945974feaa6db0793e8c958bf95ae128746ed9b + - version: 2023.1-eom + projects: + - repo: openstack/python-ironicclient + hash: 7d52a4ec4d8f46dac9b27242a8b519772e354e0f branches: - name: stable/2023.1 location: 5.1.0 -release-notes: https://docs.openstack.org/releasenotes/python-ironicclient/2023.1.html + - name: unmaintained/2023.1 + location: 2023.1-eom +release-notes: + https://docs.openstack.org/releasenotes/python-ironicclient/2023.1.html diff --git a/deliverables/antelope/sushy.yaml b/deliverables/antelope/sushy.yaml index 7fadddc0ac..b73406a98e 100644 --- a/deliverables/antelope/sushy.yaml +++ b/deliverables/antelope/sushy.yaml @@ -22,7 +22,13 @@ releases: projects: - repo: openstack/sushy hash: 69d9b44451afd5b9c3e844990ee72c39a8b5af56 + - version: 2023.1-eom + projects: + - repo: openstack/sushy + hash: 69d9b44451afd5b9c3e844990ee72c39a8b5af56 branches: - name: stable/2023.1 location: 4.4.2 + - name: unmaintained/2023.1 + location: 2023.1-eom release-notes: https://docs.openstack.org/releasenotes/sushy/2023.1.html