From 0762549836454c341eb10326c566c48f3144c3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 6 Sep 2023 14:35:32 +0200 Subject: [PATCH] [keystone] Transition Stein to End of Life As announced on mailing list [1], this patch transitions the Stein branch to End of Life. The last patch of the branch will be tagged with stein-eol tag. stable/stein branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/stein 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/stein 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-September/034965.html Change-Id: I9dcbfc22106a1e48adede3328aaab35aa849480a --- deliverables/stein/keystone.yaml | 4 ++++ deliverables/stein/keystoneauth.yaml | 4 ++++ deliverables/stein/keystonemiddleware.yaml | 7 ++++++- deliverables/stein/pycadf.yaml | 4 ++++ deliverables/stein/python-keystoneclient.yaml | 7 ++++++- 5 files changed, 24 insertions(+), 2 deletions(-) diff --git a/deliverables/stein/keystone.yaml b/deliverables/stein/keystone.yaml index 3081e9c3ed..b7ac9d6588 100644 --- a/deliverables/stein/keystone.yaml +++ b/deliverables/stein/keystone.yaml @@ -27,6 +27,10 @@ releases: projects: - repo: openstack/keystone hash: 95b2bbeab113d9f04d1c81f7f1b48bf692bce979 + - version: stein-eol + projects: + - repo: openstack/keystone + hash: 1d9baa62ac4c3df8ef998d7c331deedece123123 branches: - location: 15.0.0.0rc1 name: stable/stein diff --git a/deliverables/stein/keystoneauth.yaml b/deliverables/stein/keystoneauth.yaml index 6205781f58..e67d0a1442 100644 --- a/deliverables/stein/keystoneauth.yaml +++ b/deliverables/stein/keystoneauth.yaml @@ -35,6 +35,10 @@ releases: projects: - repo: openstack/keystoneauth hash: 51874630142d7de4cb8226f04f102402a0ed89ed + - version: stein-eol + projects: + - repo: openstack/keystoneauth + hash: 51874630142d7de4cb8226f04f102402a0ed89ed team: keystone type: library repository-settings: diff --git a/deliverables/stein/keystonemiddleware.yaml b/deliverables/stein/keystonemiddleware.yaml index e3c16009fd..04a009af9f 100644 --- a/deliverables/stein/keystonemiddleware.yaml +++ b/deliverables/stein/keystonemiddleware.yaml @@ -23,7 +23,12 @@ releases: projects: - repo: openstack/keystonemiddleware hash: 89af8f0192a3446e416efe2215b47c4e3a89809d + - version: stein-eol + projects: + - repo: openstack/keystonemiddleware + hash: 89af8f0192a3446e416efe2215b47c4e3a89809d branches: - location: 6.0.0 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/keystonemiddleware/stein.html +release-notes: + https://docs.openstack.org/releasenotes/keystonemiddleware/stein.html diff --git a/deliverables/stein/pycadf.yaml b/deliverables/stein/pycadf.yaml index fc077a0832..a29203cd0c 100644 --- a/deliverables/stein/pycadf.yaml +++ b/deliverables/stein/pycadf.yaml @@ -13,6 +13,10 @@ releases: projects: - repo: openstack/pycadf hash: 4398b7d34e40f250a42e2ba537ca995a8c37376d + - version: stein-eol + projects: + - repo: openstack/pycadf + hash: cb93a8beab5c64841cc3d523f187ec1468754700 repository-settings: openstack/pycadf: {} branches: diff --git a/deliverables/stein/python-keystoneclient.yaml b/deliverables/stein/python-keystoneclient.yaml index 5c3e8388e4..baddf62671 100644 --- a/deliverables/stein/python-keystoneclient.yaml +++ b/deliverables/stein/python-keystoneclient.yaml @@ -23,7 +23,12 @@ releases: projects: - repo: openstack/python-keystoneclient hash: abe757aa70b262068f26b2b634b8fff06a8fbfdf + - version: stein-eol + projects: + - repo: openstack/python-keystoneclient + hash: abe757aa70b262068f26b2b634b8fff06a8fbfdf branches: - location: 3.19.0 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/python-keystoneclient/stein.html +release-notes: + https://docs.openstack.org/releasenotes/python-keystoneclient/stein.html