From f43b6fc7d1e619972c63bb001209098414ef0172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 26 Apr 2023 20:11:15 +0200 Subject: [PATCH] [swift] Transition Rocky to End of Life As discussed in the mail thread [1][2], this patch transition the Rocky branch to End of Life. The last patch of the branch will be tagged with rocky-eol tag. stable/rocky branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/rocky is not actively maintained in recent period, thus gates are mostly broken due to job failures. Besides, by removing these branches, infra resources will be freed up, too. Please try to identify any zuul job, that is defined outside of the repositories in this patch (for example in openstack-zuul-jobs, etc.) and won't be used anymore if stable/rocky is deleted. Propose a job removal patch for them. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are still some activity on the branch and the team wants to continue to maintain it. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031922.html [2] https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033386.html Change-Id: I249b3968209393be5575c3a60af008361e4b51b8 --- deliverables/rocky/python-swiftclient.yaml | 4 ++++ deliverables/rocky/swift.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/deliverables/rocky/python-swiftclient.yaml b/deliverables/rocky/python-swiftclient.yaml index 3ebe04568e..367b69593b 100644 --- a/deliverables/rocky/python-swiftclient.yaml +++ b/deliverables/rocky/python-swiftclient.yaml @@ -19,6 +19,10 @@ releases: projects: - repo: openstack/python-swiftclient hash: 9279603765cd7099fd180f4e13b1e8e1344d6f52 + - version: rocky-eol + projects: + - repo: openstack/python-swiftclient + hash: 9279603765cd7099fd180f4e13b1e8e1344d6f52 branches: - name: stable/rocky location: 3.6.0 diff --git a/deliverables/rocky/swift.yaml b/deliverables/rocky/swift.yaml index faf608b83d..85582f11d6 100644 --- a/deliverables/rocky/swift.yaml +++ b/deliverables/rocky/swift.yaml @@ -32,6 +32,10 @@ releases: projects: - repo: openstack/swift hash: 5aa4c5d88fec98cf4ca0536c511c61759e865ec9 + - version: rocky-eol + projects: + - repo: openstack/swift + hash: 887939b416b29c11e34b17c76eb657caf146caa8 cycle-highlights: - Added an S3 API compatibility layer, so clients can use S3 clients to talk to a Swift cluster.