From 05f042d3ffebb354d4a71c9184fbb74c50005466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 6 Sep 2023 14:35:33 +0200 Subject: [PATCH] [senlin] 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: If5d1bcc6ac62500bc70b1d3c2f77a771dbd0e1e5 --- deliverables/stein/python-senlinclient.yaml | 7 ++++++- deliverables/stein/senlin-dashboard.yaml | 7 ++++++- deliverables/stein/senlin.yaml | 4 ++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/deliverables/stein/python-senlinclient.yaml b/deliverables/stein/python-senlinclient.yaml index 885d849de8..e8441a696a 100644 --- a/deliverables/stein/python-senlinclient.yaml +++ b/deliverables/stein/python-senlinclient.yaml @@ -23,7 +23,12 @@ releases: projects: - repo: openstack/python-senlinclient hash: 5f9c27da4fb4d614785637389fc62b1c8c036ec1 + - version: stein-eol + projects: + - repo: openstack/python-senlinclient + hash: 348d5d5dbd8a0999e2344388146dacaed7f54cf3 branches: - location: 1.10.1 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/python-senlinclient/stein.html +release-notes: + https://docs.openstack.org/releasenotes/python-senlinclient/stein.html diff --git a/deliverables/stein/senlin-dashboard.yaml b/deliverables/stein/senlin-dashboard.yaml index 9fd0cbff68..9e20ab796b 100644 --- a/deliverables/stein/senlin-dashboard.yaml +++ b/deliverables/stein/senlin-dashboard.yaml @@ -18,7 +18,12 @@ releases: projects: - repo: openstack/senlin-dashboard hash: f4bb5779a939953c17bb052f77b414d6c9cca639 + - version: stein-eol + projects: + - repo: openstack/senlin-dashboard + hash: 557bc45913d67bdf8addca723b95bc11a237133d branches: - location: 0.10.1 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/senlin-dashboard/stein.html +release-notes: + https://docs.openstack.org/releasenotes/senlin-dashboard/stein.html diff --git a/deliverables/stein/senlin.yaml b/deliverables/stein/senlin.yaml index f786511d8a..eff83bbff0 100644 --- a/deliverables/stein/senlin.yaml +++ b/deliverables/stein/senlin.yaml @@ -23,6 +23,10 @@ releases: projects: - repo: openstack/senlin hash: 9707977825a5bf5d3218d6787341fd803c670a6c + - version: stein-eol + projects: + - repo: openstack/senlin + hash: 1c21ef12bcb2fa138251f2ec5e932bb020f6db11 cycle-highlights: - Improved performance so that Senlin operations execute multiple orders of magnitude faster.