From 00b43e363e6cffceee0be29dcd2355277087aa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Tue, 27 Feb 2024 19:51:07 +0100 Subject: [PATCH] [zun] 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: I8e42b1d0049c9116afea2c4d3444ffb051ab2822 --- deliverables/victoria/python-zunclient.yaml | 6 ++++++ deliverables/victoria/zun-ui.yaml | 6 ++++++ deliverables/victoria/zun.yaml | 6 ++++++ deliverables/wallaby/python-zunclient.yaml | 6 ++++++ deliverables/wallaby/zun-ui.yaml | 6 ++++++ deliverables/wallaby/zun.yaml | 6 ++++++ deliverables/xena/python-zunclient.yaml | 6 ++++++ deliverables/xena/zun-ui.yaml | 6 ++++++ deliverables/xena/zun.yaml | 6 ++++++ 9 files changed, 54 insertions(+) diff --git a/deliverables/victoria/python-zunclient.yaml b/deliverables/victoria/python-zunclient.yaml index 6832f27655..c4c7f4d9d9 100644 --- a/deliverables/victoria/python-zunclient.yaml +++ b/deliverables/victoria/python-zunclient.yaml @@ -19,6 +19,12 @@ releases: projects: - repo: openstack/python-zunclient hash: ca13722a1c2909981fc20b43f1ed2ec4082567a6 + - version: victoria-eom + projects: + - repo: openstack/python-zunclient + hash: aafe8b44c67b0196171bee42718d53d8fa0e8b61 branches: - name: stable/victoria location: 4.1.1 + - name: unmaintained/victoria + location: victoria-eom diff --git a/deliverables/victoria/zun-ui.yaml b/deliverables/victoria/zun-ui.yaml index 5b97e6c513..e0859bdda7 100644 --- a/deliverables/victoria/zun-ui.yaml +++ b/deliverables/victoria/zun-ui.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/zun-ui hash: 1fe062f92c473568eda13527d0ff7cb5705e5cfa + - version: victoria-eom + projects: + - repo: openstack/zun-ui + hash: 90c28914a70b2fcd69bda1092a32ad1c2feeb021 branches: - name: stable/victoria location: 6.0.0.0rc1 + - name: unmaintained/victoria + location: victoria-eom release-notes: https://docs.openstack.org/releasenotes/zun-ui/victoria.html diff --git a/deliverables/victoria/zun.yaml b/deliverables/victoria/zun.yaml index b088f5f456..6af55a622f 100644 --- a/deliverables/victoria/zun.yaml +++ b/deliverables/victoria/zun.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/zun hash: 40bf033a73c5428a5135e828a0c9967854652114 + - version: victoria-eom + projects: + - repo: openstack/zun + hash: 29c0068259b6f425181f0e067c14c2e067b4e293 branches: - name: stable/victoria location: 6.0.0.0rc1 + - name: unmaintained/victoria + location: victoria-eom release-notes: https://docs.openstack.org/releasenotes/zun/victoria.html diff --git a/deliverables/wallaby/python-zunclient.yaml b/deliverables/wallaby/python-zunclient.yaml index d1e4e63445..5b1d8964ae 100644 --- a/deliverables/wallaby/python-zunclient.yaml +++ b/deliverables/wallaby/python-zunclient.yaml @@ -15,6 +15,12 @@ releases: projects: - repo: openstack/python-zunclient hash: 751df7101f66da07b7c2366d20c2af06a91de3d6 + - version: wallaby-eom + projects: + - repo: openstack/python-zunclient + hash: 91328194e178e2f07fa28002039b3f88c44a57d1 branches: - name: stable/wallaby location: 4.2.0 + - name: unmaintained/wallaby + location: wallaby-eom diff --git a/deliverables/wallaby/zun-ui.yaml b/deliverables/wallaby/zun-ui.yaml index 2a53d43878..2753c69fe9 100644 --- a/deliverables/wallaby/zun-ui.yaml +++ b/deliverables/wallaby/zun-ui.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/zun-ui hash: aa4875f1218ff9f1cfa32640ccab28fe7b245410 + - version: wallaby-eom + projects: + - repo: openstack/zun-ui + hash: cab18083f307b3c805bc9951c24ed0dab088ebad branches: - name: stable/wallaby location: 7.0.0.0rc1 + - name: unmaintained/wallaby + location: wallaby-eom release-notes: https://docs.openstack.org/releasenotes/zun-ui/wallaby.html diff --git a/deliverables/wallaby/zun.yaml b/deliverables/wallaby/zun.yaml index 552772d598..6a0014254f 100644 --- a/deliverables/wallaby/zun.yaml +++ b/deliverables/wallaby/zun.yaml @@ -19,9 +19,15 @@ releases: projects: - repo: openstack/zun hash: 6ac7a3ee5322164995248f4534f807e897991180 + - version: wallaby-eom + projects: + - repo: openstack/zun + hash: 43b495a0e37d1bbf5b88ceb1f5edbf4c90cf67a7 branches: - name: stable/wallaby location: 7.0.0.0rc1 + - name: unmaintained/wallaby + location: wallaby-eom cycle-highlights: - Introduce the python-binding for iteracting with CRI runtime via GRPC diff --git a/deliverables/xena/python-zunclient.yaml b/deliverables/xena/python-zunclient.yaml index 55ab79ebf5..8c13181d0e 100644 --- a/deliverables/xena/python-zunclient.yaml +++ b/deliverables/xena/python-zunclient.yaml @@ -15,6 +15,12 @@ releases: projects: - repo: openstack/python-zunclient hash: 75e228daef99ff2f1f2ef4028d074389107b0d2b + - version: xena-eom + projects: + - repo: openstack/python-zunclient + hash: 4044351134b914ab9176e23a8288ba9d5d7a1116 branches: - name: stable/xena location: 4.3.0 + - name: unmaintained/xena + location: xena-eom diff --git a/deliverables/xena/zun-ui.yaml b/deliverables/xena/zun-ui.yaml index 705454b4e7..2c2ee8ec49 100644 --- a/deliverables/xena/zun-ui.yaml +++ b/deliverables/xena/zun-ui.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/zun-ui hash: f27296e6d5605036c773bd947d646feadc30d919 + - version: xena-eom + projects: + - repo: openstack/zun-ui + hash: 9d538ffe0f4c4ff0633d94977099b915e90f8185 branches: - name: stable/xena location: 8.0.0.0rc1 + - name: unmaintained/xena + location: xena-eom release-notes: https://docs.openstack.org/releasenotes/zun-ui/xena.html diff --git a/deliverables/xena/zun.yaml b/deliverables/xena/zun.yaml index 4fce5546bc..12116e549b 100644 --- a/deliverables/xena/zun.yaml +++ b/deliverables/xena/zun.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/zun hash: abd1e5c9f34c3b3c141600f0386e77ab41f7e89a + - version: xena-eom + projects: + - repo: openstack/zun + hash: 755d679912e51383e3e5389ab57d0719fbc98877 branches: - name: stable/xena location: 8.0.0.0rc1 + - name: unmaintained/xena + location: xena-eom release-notes: https://docs.openstack.org/releasenotes/zun/xena.html