From 998cfeec7d2f01e949ef3f9b25894c8da0a0d79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Tue, 27 Feb 2024 19:51:09 +0100 Subject: [PATCH] [winstackers] Transition EM branches to Unmaintained With the new TC resolution the community replaces Extended Maintenance with Unmaintained status [1]. So this patch transitions victoria, wallaby, and xena EM branches to Unmaintained as follows: - tip of the given branch will be tagged with -eom tag - unmaintained/ branch will be cut from -eom tag - stable/ branch will be deleted Some further notes: - stable policy still applies - backports can be pushed against unmaintained/ branch - openstack-unmaintained-core group have the rights to merge patches For further details please read the resolution [1] & review and +1 this patch if this is correct as soon as possible. [1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html Change-Id: I09c6f4c18e3202e9cc584b160851000da835693c --- deliverables/victoria/compute-hyperv.yaml | 6 ++++++ deliverables/victoria/networking-hyperv.yaml | 9 ++++++++- deliverables/victoria/os-win.yaml | 6 ++++++ deliverables/wallaby/compute-hyperv.yaml | 6 ++++++ deliverables/wallaby/networking-hyperv.yaml | 9 ++++++++- deliverables/wallaby/os-win.yaml | 6 ++++++ deliverables/xena/compute-hyperv.yaml | 6 ++++++ deliverables/xena/networking-hyperv.yaml | 9 ++++++++- deliverables/xena/os-win.yaml | 6 ++++++ 9 files changed, 60 insertions(+), 3 deletions(-) diff --git a/deliverables/victoria/compute-hyperv.yaml b/deliverables/victoria/compute-hyperv.yaml index 1d237f71df..5a078226b4 100644 --- a/deliverables/victoria/compute-hyperv.yaml +++ b/deliverables/victoria/compute-hyperv.yaml @@ -21,6 +21,12 @@ releases: projects: - repo: openstack/compute-hyperv hash: 15c0e16c1d55d87f45a6bd4bbf8eea4c3597da32 + - version: victoria-eom + projects: + - repo: openstack/compute-hyperv + hash: ae82a386b51f2d77fb60d15f61f1322679d08577 branches: - name: stable/victoria location: 11.0.0.0rc1 + - name: unmaintained/victoria + location: victoria-eom diff --git a/deliverables/victoria/networking-hyperv.yaml b/deliverables/victoria/networking-hyperv.yaml index 78c36f6300..617aca96d8 100644 --- a/deliverables/victoria/networking-hyperv.yaml +++ b/deliverables/victoria/networking-hyperv.yaml @@ -22,7 +22,14 @@ releases: projects: - repo: openstack/networking-hyperv hash: fca3366641786aabae43178154e3c60e3042c20c + - version: victoria-eom + projects: + - repo: openstack/networking-hyperv + hash: 7ac2571424c9226bd8ac6222020f3625831c6d0f branches: - name: stable/victoria location: 9.0.0.0rc1 -release-notes: https://docs.openstack.org/releasenotes/networking-hyperv/victoria.html + - name: unmaintained/victoria + location: victoria-eom +release-notes: + https://docs.openstack.org/releasenotes/networking-hyperv/victoria.html diff --git a/deliverables/victoria/os-win.yaml b/deliverables/victoria/os-win.yaml index a41a112369..e9c9b972db 100644 --- a/deliverables/victoria/os-win.yaml +++ b/deliverables/victoria/os-win.yaml @@ -21,7 +21,13 @@ releases: projects: - repo: openstack/os-win hash: 028770ce27ef94e3718f61fd15be1646174a81d9 + - version: victoria-eom + projects: + - repo: openstack/os-win + hash: d92ed09680af8833b2c4523f33f5eaf5c3078ed4 branches: - name: stable/victoria location: 5.1.0 + - name: unmaintained/victoria + location: victoria-eom release-notes: https://docs.openstack.org/releasenotes/os-win/victoria.html diff --git a/deliverables/wallaby/compute-hyperv.yaml b/deliverables/wallaby/compute-hyperv.yaml index f0c2db4fe9..989aae3750 100644 --- a/deliverables/wallaby/compute-hyperv.yaml +++ b/deliverables/wallaby/compute-hyperv.yaml @@ -21,6 +21,12 @@ releases: projects: - repo: openstack/compute-hyperv hash: 1c35c12ed0c105f7b1e3d32904435cebde99a927 + - version: wallaby-eom + projects: + - repo: openstack/compute-hyperv + hash: cd4bbb6a8e34d26a3107f3d057176af910e418be branches: - name: stable/wallaby location: 12.0.0.0rc1 + - name: unmaintained/wallaby + location: wallaby-eom diff --git a/deliverables/wallaby/networking-hyperv.yaml b/deliverables/wallaby/networking-hyperv.yaml index c3b3a0d8a1..6cb70a6110 100644 --- a/deliverables/wallaby/networking-hyperv.yaml +++ b/deliverables/wallaby/networking-hyperv.yaml @@ -22,7 +22,14 @@ releases: projects: - repo: openstack/networking-hyperv hash: 1f6462a76e7c3f8fc57bf7b1d7d0fc3d39910935 + - version: wallaby-eom + projects: + - repo: openstack/networking-hyperv + hash: b2fa79049ba6fcce286e9cfe770b62fbd247ab00 branches: - name: stable/wallaby location: 10.0.0.0rc1 -release-notes: https://docs.openstack.org/releasenotes/networking-hyperv/wallaby.html + - name: unmaintained/wallaby + location: wallaby-eom +release-notes: + https://docs.openstack.org/releasenotes/networking-hyperv/wallaby.html diff --git a/deliverables/wallaby/os-win.yaml b/deliverables/wallaby/os-win.yaml index eaf8936c93..409696d0bf 100644 --- a/deliverables/wallaby/os-win.yaml +++ b/deliverables/wallaby/os-win.yaml @@ -21,7 +21,13 @@ releases: projects: - repo: openstack/os-win hash: cce95b44a942ca0175886e84222294c5abaec67b + - version: wallaby-eom + projects: + - repo: openstack/os-win + hash: 7c5ce17fd3e2d1107886c859abc62611684204b9 branches: - name: stable/wallaby location: 5.4.0 + - name: unmaintained/wallaby + location: wallaby-eom release-notes: https://docs.openstack.org/releasenotes/os-win/wallaby.html diff --git a/deliverables/xena/compute-hyperv.yaml b/deliverables/xena/compute-hyperv.yaml index c0aa11c5d6..7b84b287a2 100644 --- a/deliverables/xena/compute-hyperv.yaml +++ b/deliverables/xena/compute-hyperv.yaml @@ -21,6 +21,12 @@ releases: projects: - repo: openstack/compute-hyperv hash: 1971a6719e89eac9addd4048312c028a2bfbcd03 + - version: xena-eom + projects: + - repo: openstack/compute-hyperv + hash: 2d0f7f7ba7dd4532e5ace1a9af4d2e1af4842575 branches: - name: stable/xena location: 13.0.0.0rc1 + - name: unmaintained/xena + location: xena-eom diff --git a/deliverables/xena/networking-hyperv.yaml b/deliverables/xena/networking-hyperv.yaml index 27f5251a1a..e781f54e2a 100644 --- a/deliverables/xena/networking-hyperv.yaml +++ b/deliverables/xena/networking-hyperv.yaml @@ -22,7 +22,14 @@ releases: projects: - repo: openstack/networking-hyperv hash: 2329562d274b953851603f09f59b140b21a898b4 + - version: xena-eom + projects: + - repo: openstack/networking-hyperv + hash: 301623b02ad58264288a09ada1911d4d0fd8509b branches: - name: stable/xena location: 11.0.0.0rc1 -release-notes: https://docs.openstack.org/releasenotes/networking-hyperv/xena.html + - name: unmaintained/xena + location: xena-eom +release-notes: + https://docs.openstack.org/releasenotes/networking-hyperv/xena.html diff --git a/deliverables/xena/os-win.yaml b/deliverables/xena/os-win.yaml index bf977f4801..af1b7c7efa 100644 --- a/deliverables/xena/os-win.yaml +++ b/deliverables/xena/os-win.yaml @@ -17,7 +17,13 @@ releases: projects: - repo: openstack/os-win hash: d571260d41bfe309412570785665a9afd8d8eef2 + - version: xena-eom + projects: + - repo: openstack/os-win + hash: 53f3b50548cd68b36450e1846e0d6c81a1c30722 branches: - name: stable/xena location: 5.5.0 + - name: unmaintained/xena + location: xena-eom release-notes: https://docs.openstack.org/releasenotes/os-win/xena.html