From 0fac2504d8dbc69c65c3a844499eb4a75ae6f2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 24 Jan 2024 23:27:41 +0100 Subject: [PATCH] [masakari] 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: Ib9acbd0fb08898559914ea2ece0ee0fc3c10551e --- deliverables/yoga/masakari-dashboard.yaml | 9 ++++++++- deliverables/yoga/masakari-monitors.yaml | 9 ++++++++- deliverables/yoga/masakari.yaml | 6 ++++++ deliverables/yoga/python-masakariclient.yaml | 9 ++++++++- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/deliverables/yoga/masakari-dashboard.yaml b/deliverables/yoga/masakari-dashboard.yaml index 7902ecb370..4602555ed6 100644 --- a/deliverables/yoga/masakari-dashboard.yaml +++ b/deliverables/yoga/masakari-dashboard.yaml @@ -16,7 +16,14 @@ releases: - repo: openstack/masakari-dashboard hash: bbc752ad627d86e370d59ce24f79093d2feb50ab diff-start: 5.0.0.0rc1 + - version: yoga-eom + projects: + - repo: openstack/masakari-dashboard + hash: de7b74d28eea77555df23b364451b847aa966eaf branches: - name: stable/yoga location: 6.0.0.0rc1 -release-notes: https://docs.openstack.org/releasenotes/masakari-dashboard/yoga.html + - name: unmaintained/yoga + location: yoga-eom +release-notes: + https://docs.openstack.org/releasenotes/masakari-dashboard/yoga.html diff --git a/deliverables/yoga/masakari-monitors.yaml b/deliverables/yoga/masakari-monitors.yaml index ac634c48d3..cc83297a53 100644 --- a/deliverables/yoga/masakari-monitors.yaml +++ b/deliverables/yoga/masakari-monitors.yaml @@ -19,7 +19,14 @@ releases: projects: - repo: openstack/masakari-monitors hash: 8bb6b0e87aad7b7e2f2dfdc8b84ae711ee0ef40a + - version: yoga-eom + projects: + - repo: openstack/masakari-monitors + hash: af3c058f959ed036e01180e922f1e7d32e60cda1 branches: - name: stable/yoga location: 13.0.0.0rc1 -release-notes: https://docs.openstack.org/releasenotes/masakari-monitors/yoga.html + - name: unmaintained/yoga + location: yoga-eom +release-notes: + https://docs.openstack.org/releasenotes/masakari-monitors/yoga.html diff --git a/deliverables/yoga/masakari.yaml b/deliverables/yoga/masakari.yaml index 44ba576556..d261f759e2 100644 --- a/deliverables/yoga/masakari.yaml +++ b/deliverables/yoga/masakari.yaml @@ -27,7 +27,13 @@ releases: projects: - repo: openstack/masakari hash: 9d1b9e3e9bd2d88749eae279d65149301f3db5a9 + - version: yoga-eom + projects: + - repo: openstack/masakari + hash: fa893724c443e976172cc07ee7b9a8c0d3525f25 branches: - name: stable/yoga location: 13.0.0.0rc1 + - name: unmaintained/yoga + location: yoga-eom release-notes: https://docs.openstack.org/releasenotes/masakari/yoga.html diff --git a/deliverables/yoga/python-masakariclient.yaml b/deliverables/yoga/python-masakariclient.yaml index cd3b7a62f6..af7fe9bb78 100644 --- a/deliverables/yoga/python-masakariclient.yaml +++ b/deliverables/yoga/python-masakariclient.yaml @@ -10,7 +10,14 @@ releases: projects: - repo: openstack/python-masakariclient hash: bd262e338226a5878d51d8e58832d1cdd6468be2 + - version: yoga-eom + projects: + - repo: openstack/python-masakariclient + hash: d69802d14b3af5c466ff175ef9e209924332127a branches: - name: stable/yoga location: 7.2.0 -release-notes: https://docs.openstack.org/releasenotes/python-masakariclient/yoga.html + - name: unmaintained/yoga + location: yoga-eom +release-notes: + https://docs.openstack.org/releasenotes/python-masakariclient/yoga.html