From 41328eab0adaabe16ceb818b8c00bb3554c544bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Tue, 27 Feb 2024 19:51:08 +0100 Subject: [PATCH] [storlets] 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: I95850700c8ea52038580df7c8318d1b39e464940 --- deliverables/wallaby/storlets.yaml | 6 ++++++ deliverables/xena/storlets.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/deliverables/wallaby/storlets.yaml b/deliverables/wallaby/storlets.yaml index 3140dcf922..7de274ab31 100644 --- a/deliverables/wallaby/storlets.yaml +++ b/deliverables/wallaby/storlets.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/storlets hash: f8e8ecb2b8c49f446beaf42805619c3d0523d070 + - version: wallaby-eom + projects: + - repo: openstack/storlets + hash: d6edad01309e06baadd84fa7af9fa5d7e0fc05e2 branches: - name: stable/wallaby location: 7.0.0.0rc1 + - name: unmaintained/wallaby + location: wallaby-eom release-notes: https://docs.openstack.org/releasenotes/storlets/wallaby.html diff --git a/deliverables/xena/storlets.yaml b/deliverables/xena/storlets.yaml index 004ca8fd03..cdca6c8d32 100644 --- a/deliverables/xena/storlets.yaml +++ b/deliverables/xena/storlets.yaml @@ -19,7 +19,13 @@ releases: projects: - repo: openstack/storlets hash: a513114c33d414037ec80bc6c5722dae52a90410 + - version: xena-eom + projects: + - repo: openstack/storlets + hash: b524ed936708d74bb9c5064da6866879feb67a14 branches: - name: stable/xena location: 8.0.0.0rc1 + - name: unmaintained/xena + location: xena-eom release-notes: https://docs.openstack.org/releasenotes/storlets/xena.html