From e8ed0a6272130ada229d69ba490a35cf24b88cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 24 Jan 2024 23:27:43 +0100 Subject: [PATCH] [vitrage] 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: I4510a37e9a3a41537500e957ccca7d1a741126ec --- deliverables/yoga/python-vitrageclient.yaml | 9 ++++++++- deliverables/yoga/vitrage-dashboard.yaml | 9 ++++++++- deliverables/yoga/vitrage.yaml | 6 ++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/deliverables/yoga/python-vitrageclient.yaml b/deliverables/yoga/python-vitrageclient.yaml index 0e5f16d05b..297eaef24a 100644 --- a/deliverables/yoga/python-vitrageclient.yaml +++ b/deliverables/yoga/python-vitrageclient.yaml @@ -11,7 +11,14 @@ releases: projects: - repo: openstack/python-vitrageclient hash: cb9d0ee604f96e59f5018b5a59e3be07f73214cd + - version: yoga-eom + projects: + - repo: openstack/python-vitrageclient + hash: 996da029c2f814fce779152a192287619db56dd0 branches: - name: stable/yoga location: 4.5.0 -release-notes: https://docs.openstack.org/releasenotes/python-vitrageclient/yoga.html + - name: unmaintained/yoga + location: yoga-eom +release-notes: + https://docs.openstack.org/releasenotes/python-vitrageclient/yoga.html diff --git a/deliverables/yoga/vitrage-dashboard.yaml b/deliverables/yoga/vitrage-dashboard.yaml index 72bad69299..06a43df828 100644 --- a/deliverables/yoga/vitrage-dashboard.yaml +++ b/deliverables/yoga/vitrage-dashboard.yaml @@ -10,7 +10,14 @@ releases: projects: - repo: openstack/vitrage-dashboard hash: eb6e8c1deb33d11d65926e040ddc96a814960c7d + - version: yoga-eom + projects: + - repo: openstack/vitrage-dashboard + hash: 7dced3895a298ba6fa653409cc8bf7444c20c125 branches: - name: stable/yoga location: 3.5.0 -release-notes: https://docs.openstack.org/releasenotes/vitrage-dashboard/yoga.html + - name: unmaintained/yoga + location: yoga-eom +release-notes: + https://docs.openstack.org/releasenotes/vitrage-dashboard/yoga.html diff --git a/deliverables/yoga/vitrage.yaml b/deliverables/yoga/vitrage.yaml index 9770d2e689..a1a8ba9d0c 100644 --- a/deliverables/yoga/vitrage.yaml +++ b/deliverables/yoga/vitrage.yaml @@ -14,7 +14,13 @@ releases: projects: - repo: openstack/vitrage hash: b887e0f3525d494e6e2b08516e0244bbe96976d6 + - version: yoga-eom + projects: + - repo: openstack/vitrage + hash: c3c1e8463c61b0e11b4012ccade35beb8208ee64 branches: - name: stable/yoga location: 8.0.0 + - name: unmaintained/yoga + location: yoga-eom release-notes: https://docs.openstack.org/releasenotes/vitrage/yoga.html