From 9442b6083cbed15c8ad40e55c59ff3159a1dbd3a Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 25 Feb 2020 18:46:11 -0600 Subject: [PATCH] [swift] Transition Rocky to EM This transition the rocky branch to extended maintenance. Changes for bugfixes and things the team deems important are still encouraged, but there will no longer be official releases off of the branch. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are any final backports currently in flight that we should wait for. For the latter case, please update the patch with the new commit hash after doing a final release to get those changes out so we know to proceed with the transition. Change-Id: Ibfa69db8835fb752cae29ff603c2cd82103b4b1f --- 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 5816ea76fc..3ebe04568e 100644 --- a/deliverables/rocky/python-swiftclient.yaml +++ b/deliverables/rocky/python-swiftclient.yaml @@ -15,6 +15,10 @@ releases: projects: - repo: openstack/python-swiftclient hash: 9279603765cd7099fd180f4e13b1e8e1344d6f52 + - version: rocky-em + 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 85b450e949..faf608b83d 100644 --- a/deliverables/rocky/swift.yaml +++ b/deliverables/rocky/swift.yaml @@ -28,6 +28,10 @@ releases: projects: - repo: openstack/swift hash: 5aa4c5d88fec98cf4ca0536c511c61759e865ec9 + - version: rocky-em + projects: + - repo: openstack/swift + hash: 5aa4c5d88fec98cf4ca0536c511c61759e865ec9 cycle-highlights: - Added an S3 API compatibility layer, so clients can use S3 clients to talk to a Swift cluster.