From 361be5918cfeac7e9835e45e3add4142c40a716b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 25 Nov 2022 21:33:45 +0100 Subject: [PATCH] [glance] Transition Queens to End of Life This transition the Queens branch to End of Life. The last patch of the branch will be tagged with queens-eol tag. The stable/queens branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/queens is not actively maintained in the recent period and 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/queens is deleted, and 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. Change-Id: I9d16077701009a8559f58533c4d8ddf0907a03f3 --- deliverables/queens/glance-store.yaml | 4 ++++ deliverables/queens/glance.yaml | 4 ++++ deliverables/queens/python-glanceclient.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/deliverables/queens/glance-store.yaml b/deliverables/queens/glance-store.yaml index 5a84e2c21a..dd6911e087 100644 --- a/deliverables/queens/glance-store.yaml +++ b/deliverables/queens/glance-store.yaml @@ -13,6 +13,10 @@ releases: projects: - repo: openstack/glance_store hash: 38d9bcb2aa374690bb83806457258cb6d3883af9 + - version: queens-eol + projects: + - repo: openstack/glance_store + hash: cc7ecc1b54ead1045b0f2d1dd414ac2166088813 branches: - name: stable/queens location: 0.23.0 diff --git a/deliverables/queens/glance.yaml b/deliverables/queens/glance.yaml index d32034cce7..abf753068a 100644 --- a/deliverables/queens/glance.yaml +++ b/deliverables/queens/glance.yaml @@ -52,6 +52,10 @@ releases: projects: - repo: openstack/glance hash: 42fe71f9d770c70211f8e83759c7232f5ff2b75e + - version: queens-eol + projects: + - repo: openstack/glance + hash: cc4f74d112bb93cec0e51a37eea1d509b5ad1776 repository-settings: openstack/glance: {} release-notes: https://docs.openstack.org/releasenotes/glance/queens.html diff --git a/deliverables/queens/python-glanceclient.yaml b/deliverables/queens/python-glanceclient.yaml index c0ae853bf6..e8f3cbc5dd 100644 --- a/deliverables/queens/python-glanceclient.yaml +++ b/deliverables/queens/python-glanceclient.yaml @@ -26,6 +26,10 @@ releases: projects: - repo: openstack/python-glanceclient hash: 626f503e22e738347ab65f4a01af1698894e2f11 + - version: queens-eol + projects: + - repo: openstack/python-glanceclient + hash: 564a328b8d3c51356ac3facb4852adabb7d0e42d team: glance type: client-library release-notes: https://docs.openstack.org/releasenotes/python-glanceclient/queens.html