From bd2edf28e8872dae40976821b48e7f99c7594955 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] [karbor] 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: I8546722f6af1da0eb90306992a4fa2fec4f3714b --- deliverables/stein/karbor-dashboard.yaml | 4 ++++ deliverables/stein/karbor.yaml | 4 ++++ deliverables/stein/python-karborclient.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/deliverables/stein/karbor-dashboard.yaml b/deliverables/stein/karbor-dashboard.yaml index e295bda659..8c04e5ed76 100644 --- a/deliverables/stein/karbor-dashboard.yaml +++ b/deliverables/stein/karbor-dashboard.yaml @@ -22,3 +22,7 @@ releases: projects: - repo: openstack/karbor-dashboard hash: 5c279133d56921a679856fa0f1476ef4f486e345 + - version: stein-eol + projects: + - repo: openstack/karbor-dashboard + hash: a53e70d3c95a74e071306bb9e819548002872683 diff --git a/deliverables/stein/karbor.yaml b/deliverables/stein/karbor.yaml index 5032c816ac..c9daa09363 100644 --- a/deliverables/stein/karbor.yaml +++ b/deliverables/stein/karbor.yaml @@ -28,3 +28,7 @@ releases: projects: - repo: openstack/karbor hash: 1deb153e53f63530be24102d6e84d939444c0893 + - version: stein-eol + projects: + - repo: openstack/karbor + hash: 75e3fb1b64bd2c7aef0e59a85783f3ccb887167e diff --git a/deliverables/stein/python-karborclient.yaml b/deliverables/stein/python-karborclient.yaml index 8b33732629..04327ffa97 100644 --- a/deliverables/stein/python-karborclient.yaml +++ b/deliverables/stein/python-karborclient.yaml @@ -15,6 +15,10 @@ releases: projects: - repo: openstack/python-karborclient hash: 3216f64d14167c0330e9b96606f19d113007e303 + - version: stein-eol + projects: + - repo: openstack/python-karborclient + hash: f53be19a1632884f354c471e3e11781364d97877 branches: - location: 1.2.0 name: stable/stein