From d2443bc5cfa8cd05a415ed70aede41e8ce11595a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 24 Jan 2024 23:27:38 +0100 Subject: [PATCH] [zaqar] Transition Yoga to Unmaintained With the new TC resolution the community replaces Extended Maintenance with Unmaintained status [1]. So this patch transitions stable/yoga branch to Unmaintained as follows: - tip of the stable/yoga branch is tagged with yoga-eom tag - unmaintained/yoga branch will be cut from yoga-eom tag - stable/yoga branch will be deleted Some further notes: - there will no longer be official releases off of yoga branch - backports can be pushed against unmaintained/yoga branch - openstack-unmaintained-core and -unmaintained-core groups will 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: I0f56743fb1ccc35cfe7bbc82a1d6fd7414c76ed5 --- deliverables/yoga/python-zaqarclient.yaml | 6 ++++++ deliverables/yoga/zaqar-ui.yaml | 6 ++++++ deliverables/yoga/zaqar.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/deliverables/yoga/python-zaqarclient.yaml b/deliverables/yoga/python-zaqarclient.yaml index 08aad71a14..ba5a7ba395 100644 --- a/deliverables/yoga/python-zaqarclient.yaml +++ b/deliverables/yoga/python-zaqarclient.yaml @@ -11,6 +11,12 @@ releases: projects: - repo: openstack/python-zaqarclient hash: e388947aae2c1440ffc8c635d9dc2f702dc2cb27 + - version: yoga-eom + projects: + - repo: openstack/python-zaqarclient + hash: e388947aae2c1440ffc8c635d9dc2f702dc2cb27 branches: - name: stable/yoga location: 2.3.0 + - name: unmaintained/yoga + location: yoga-eom diff --git a/deliverables/yoga/zaqar-ui.yaml b/deliverables/yoga/zaqar-ui.yaml index 108aadcb88..d0cf49eb31 100644 --- a/deliverables/yoga/zaqar-ui.yaml +++ b/deliverables/yoga/zaqar-ui.yaml @@ -16,7 +16,13 @@ releases: - repo: openstack/zaqar-ui hash: d0dbfd41bdcb9e9eb0fe5cac86efab139b3091b0 diff-start: 11.0.0 + - version: yoga-eom + projects: + - repo: openstack/zaqar-ui + hash: 360287f563f361665efa24ae1a0f3d58e40baae0 branches: - name: stable/yoga location: 12.0.0.0rc1 + - name: unmaintained/yoga + location: yoga-eom release-notes: https://docs.openstack.org/releasenotes/zaqar-ui/yoga.html diff --git a/deliverables/yoga/zaqar.yaml b/deliverables/yoga/zaqar.yaml index bdec69390a..5a65412757 100644 --- a/deliverables/yoga/zaqar.yaml +++ b/deliverables/yoga/zaqar.yaml @@ -15,7 +15,13 @@ releases: - repo: openstack/zaqar hash: 14c3ffbe8e60835fdffe1b32638f01307b1a4875 diff-start: 13.0.0 + - version: yoga-eom + projects: + - repo: openstack/zaqar + hash: aa3a940fb20a58a2a1df5fa1d1577fae0bb56e2f branches: - name: stable/yoga location: 14.0.0.0rc1 + - name: unmaintained/yoga + location: yoga-eom release-notes: https://docs.openstack.org/releasenotes/zaqar/yoga.html