From 96e92809b906e0a39bd5d152442bf0af14f45693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 6 Sep 2023 14:35:31 +0200 Subject: [PATCH] [oslo] 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: I7e4c82be8b2fc95075f69334df14180b85e16577 --- deliverables/stein/automaton.yaml | 4 ++++ deliverables/stein/castellan.yaml | 4 ++++ deliverables/stein/debtcollector.yaml | 4 ++++ deliverables/stein/futurist.yaml | 4 ++++ deliverables/stein/mox3.yaml | 4 ++++ deliverables/stein/oslo.cache.yaml | 4 ++++ deliverables/stein/oslo.concurrency.yaml | 7 ++++++- deliverables/stein/oslo.config.yaml | 4 ++++ deliverables/stein/oslo.context.yaml | 4 ++++ deliverables/stein/oslo.db.yaml | 4 ++++ deliverables/stein/oslo.i18n.yaml | 4 ++++ deliverables/stein/oslo.log.yaml | 4 ++++ deliverables/stein/oslo.messaging.yaml | 4 ++++ deliverables/stein/oslo.middleware.yaml | 4 ++++ deliverables/stein/oslo.policy.yaml | 4 ++++ deliverables/stein/oslo.privsep.yaml | 4 ++++ deliverables/stein/oslo.reports.yaml | 4 ++++ deliverables/stein/oslo.rootwrap.yaml | 4 ++++ deliverables/stein/oslo.serialization.yaml | 7 ++++++- deliverables/stein/oslo.service.yaml | 4 ++++ deliverables/stein/oslo.upgradecheck.yaml | 7 ++++++- deliverables/stein/oslo.utils.yaml | 4 ++++ deliverables/stein/oslo.versionedobjects.yaml | 7 ++++++- deliverables/stein/oslo.vmware.yaml | 4 ++++ deliverables/stein/oslotest.yaml | 4 ++++ deliverables/stein/osprofiler.yaml | 4 ++++ deliverables/stein/stevedore.yaml | 4 ++++ deliverables/stein/taskflow.yaml | 4 ++++ deliverables/stein/tooz.yaml | 4 ++++ 29 files changed, 124 insertions(+), 4 deletions(-) diff --git a/deliverables/stein/automaton.yaml b/deliverables/stein/automaton.yaml index 6602d3cc56..80b11a7e69 100644 --- a/deliverables/stein/automaton.yaml +++ b/deliverables/stein/automaton.yaml @@ -17,6 +17,10 @@ releases: projects: - repo: openstack/automaton hash: 0e9634c5fc82c89eb3e3b491caf50fc0e31a2333 + - version: stein-eol + projects: + - repo: openstack/automaton + hash: dba7395c2355edae19f0f73a3b45825b6e8b564c branches: - location: 1.16.0 name: stable/stein diff --git a/deliverables/stein/castellan.yaml b/deliverables/stein/castellan.yaml index d4528219aa..e4a5d0ec27 100644 --- a/deliverables/stein/castellan.yaml +++ b/deliverables/stein/castellan.yaml @@ -40,6 +40,10 @@ releases: projects: - repo: openstack/castellan hash: 46575f02e8a9288bce1b646bcb777143451b1d4b + - version: stein-eol + projects: + - repo: openstack/castellan + hash: 3fa0fd86933a712fff259bbecc17971ff129caa4 branches: - location: 1.2.2 name: stable/stein diff --git a/deliverables/stein/debtcollector.yaml b/deliverables/stein/debtcollector.yaml index 4c7015609e..2266e40b94 100644 --- a/deliverables/stein/debtcollector.yaml +++ b/deliverables/stein/debtcollector.yaml @@ -15,6 +15,10 @@ releases: projects: - repo: openstack/debtcollector hash: becfb5b8796e7c374d663d41ef94dca0eec297e5 + - version: stein-eol + projects: + - repo: openstack/debtcollector + hash: 9e91e8db75ce91b85b31d4b0b3991b1e258ba8c3 branches: - location: 1.21.0 name: stable/stein diff --git a/deliverables/stein/futurist.yaml b/deliverables/stein/futurist.yaml index 5fc6b6ad99..3120f4c639 100644 --- a/deliverables/stein/futurist.yaml +++ b/deliverables/stein/futurist.yaml @@ -19,6 +19,10 @@ releases: projects: - repo: openstack/futurist hash: 481e940785d86b46cd5260ce1052240ab66b60b4 + - version: stein-eol + projects: + - repo: openstack/futurist + hash: 75a98bf69e24702b785484fbc12eafa81e999d5c branches: - location: 1.8.1 name: stable/stein diff --git a/deliverables/stein/mox3.yaml b/deliverables/stein/mox3.yaml index 9dbfcd6839..de4988cee4 100644 --- a/deliverables/stein/mox3.yaml +++ b/deliverables/stein/mox3.yaml @@ -15,6 +15,10 @@ releases: projects: - repo: openstack/mox3 hash: 543e2cc3772f0ec856de314c1cd0088baa341f22 + - version: stein-eol + projects: + - repo: openstack/mox3 + hash: 2f97938c74395b78f05a0c80f67aa1c71b2dbe53 branches: - location: 0.27.0 name: stable/stein diff --git a/deliverables/stein/oslo.cache.yaml b/deliverables/stein/oslo.cache.yaml index 254f936f15..7cc412fdab 100644 --- a/deliverables/stein/oslo.cache.yaml +++ b/deliverables/stein/oslo.cache.yaml @@ -47,6 +47,10 @@ releases: projects: - repo: openstack/oslo.cache hash: 157ed3fc8c5095fb8e94cd74c5c10f15d185230c + - version: stein-eol + projects: + - repo: openstack/oslo.cache + hash: 157ed3fc8c5095fb8e94cd74c5c10f15d185230c branches: - location: 1.33.2 name: stable/stein diff --git a/deliverables/stein/oslo.concurrency.yaml b/deliverables/stein/oslo.concurrency.yaml index a5d85a5e45..6e9aabd39b 100644 --- a/deliverables/stein/oslo.concurrency.yaml +++ b/deliverables/stein/oslo.concurrency.yaml @@ -25,7 +25,12 @@ releases: projects: - repo: openstack/oslo.concurrency hash: e11481b8f6141ec33f132b1059c421ea6c4ca34b + - version: stein-eol + projects: + - repo: openstack/oslo.concurrency + hash: 22b502c82fc8d5588622b15faf8dc0f1a892c87f branches: - location: 3.29.1 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/oslo.concurrency/stein.html +release-notes: + https://docs.openstack.org/releasenotes/oslo.concurrency/stein.html diff --git a/deliverables/stein/oslo.config.yaml b/deliverables/stein/oslo.config.yaml index 53b2d80e58..0cc37954f9 100644 --- a/deliverables/stein/oslo.config.yaml +++ b/deliverables/stein/oslo.config.yaml @@ -56,6 +56,10 @@ releases: projects: - repo: openstack/oslo.config hash: 0a9c6c156a6eedf149528fd853f72a8ddd83e147 + - version: stein-eol + projects: + - repo: openstack/oslo.config + hash: 0a9c6c156a6eedf149528fd853f72a8ddd83e147 branches: - location: 6.8.1 name: stable/stein diff --git a/deliverables/stein/oslo.context.yaml b/deliverables/stein/oslo.context.yaml index 327effb41b..afa6b937b2 100644 --- a/deliverables/stein/oslo.context.yaml +++ b/deliverables/stein/oslo.context.yaml @@ -23,6 +23,10 @@ releases: projects: - repo: openstack/oslo.context hash: 445de77bf7e6c57b3b4bd4097859075920b0b042 + - version: stein-eol + projects: + - repo: openstack/oslo.context + hash: 445de77bf7e6c57b3b4bd4097859075920b0b042 branches: - location: 2.22.1 name: stable/stein diff --git a/deliverables/stein/oslo.db.yaml b/deliverables/stein/oslo.db.yaml index 67de50acf3..c63fc7e0c4 100644 --- a/deliverables/stein/oslo.db.yaml +++ b/deliverables/stein/oslo.db.yaml @@ -33,6 +33,10 @@ releases: projects: - repo: openstack/oslo.db hash: 79b933b0302e11a8178f7590246d12098c313622 + - version: stein-eol + projects: + - repo: openstack/oslo.db + hash: 67904312ab7fff2939f5115125994fc3753be334 branches: - location: 4.44.0 name: stable/stein diff --git a/deliverables/stein/oslo.i18n.yaml b/deliverables/stein/oslo.i18n.yaml index 55426630e3..4e5dd6bbb1 100644 --- a/deliverables/stein/oslo.i18n.yaml +++ b/deliverables/stein/oslo.i18n.yaml @@ -25,6 +25,10 @@ releases: projects: - repo: openstack/oslo.i18n hash: 20bbee510b9714075b7f48f7c3968d7e2bd21a8a + - version: stein-eol + projects: + - repo: openstack/oslo.i18n + hash: 0a1b53dfe45578f011efe71637fc528c276071fe branches: - location: 3.23.1 name: stable/stein diff --git a/deliverables/stein/oslo.log.yaml b/deliverables/stein/oslo.log.yaml index 00f2ad58db..b89d84714e 100644 --- a/deliverables/stein/oslo.log.yaml +++ b/deliverables/stein/oslo.log.yaml @@ -45,6 +45,10 @@ releases: projects: - repo: openstack/oslo.log hash: ef23f7085059a7844be308db454a20168fbc97e1 + - version: stein-eol + projects: + - repo: openstack/oslo.log + hash: ef23f7085059a7844be308db454a20168fbc97e1 branches: - location: 3.42.3 name: stable/stein diff --git a/deliverables/stein/oslo.messaging.yaml b/deliverables/stein/oslo.messaging.yaml index 21e00ab349..0917912b07 100644 --- a/deliverables/stein/oslo.messaging.yaml +++ b/deliverables/stein/oslo.messaging.yaml @@ -59,6 +59,10 @@ releases: projects: - repo: openstack/oslo.messaging hash: fd795bbb8f5aaa740fa810f2248646f6ec3a211e + - version: stein-eol + projects: + - repo: openstack/oslo.messaging + hash: 1546eaadaa34cf57fd9f23fc85cfd0274a765533 branches: - location: 9.5.0 name: stable/stein diff --git a/deliverables/stein/oslo.middleware.yaml b/deliverables/stein/oslo.middleware.yaml index 272b8aa048..50482e4f43 100644 --- a/deliverables/stein/oslo.middleware.yaml +++ b/deliverables/stein/oslo.middleware.yaml @@ -19,6 +19,10 @@ releases: projects: - repo: openstack/oslo.middleware hash: acfa72e838434c063fcb6681936b6d71e015c608 + - version: stein-eol + projects: + - repo: openstack/oslo.middleware + hash: fba3b78fad2356f2715270a6f7d1ffbc27f63fd5 branches: - location: 3.37.1 name: stable/stein diff --git a/deliverables/stein/oslo.policy.yaml b/deliverables/stein/oslo.policy.yaml index 6318a0793d..1acbdea08d 100644 --- a/deliverables/stein/oslo.policy.yaml +++ b/deliverables/stein/oslo.policy.yaml @@ -73,6 +73,10 @@ releases: projects: - repo: openstack/oslo.policy hash: a49f31d3fc7690e3d15bc2428660b537967c89cc + - version: stein-eol + projects: + - repo: openstack/oslo.policy + hash: a49f31d3fc7690e3d15bc2428660b537967c89cc branches: - location: 2.1.1 name: stable/stein diff --git a/deliverables/stein/oslo.privsep.yaml b/deliverables/stein/oslo.privsep.yaml index 5f59a7c86b..61015a871f 100644 --- a/deliverables/stein/oslo.privsep.yaml +++ b/deliverables/stein/oslo.privsep.yaml @@ -37,6 +37,10 @@ releases: projects: - repo: openstack/oslo.privsep hash: 9e09a179305b77ea1985c7d2944c91266a97e10e + - version: stein-eol + projects: + - repo: openstack/oslo.privsep + hash: 8c2cdca22f024bbe66ecf57d33a9879927c5ff2b branches: - location: 1.32.1 name: stable/stein diff --git a/deliverables/stein/oslo.reports.yaml b/deliverables/stein/oslo.reports.yaml index 778b3cf89b..351441d62b 100644 --- a/deliverables/stein/oslo.reports.yaml +++ b/deliverables/stein/oslo.reports.yaml @@ -21,6 +21,10 @@ releases: projects: - repo: openstack/oslo.reports hash: 9fb535371eb43ad0a9a53080654ff7f94a8037e4 + - version: stein-eol + projects: + - repo: openstack/oslo.reports + hash: 9d74e73d107e06c0f38989f676c5a0b56b457d28 branches: - location: 1.29.2 name: stable/stein diff --git a/deliverables/stein/oslo.rootwrap.yaml b/deliverables/stein/oslo.rootwrap.yaml index 4373d491d6..ade2fadf63 100644 --- a/deliverables/stein/oslo.rootwrap.yaml +++ b/deliverables/stein/oslo.rootwrap.yaml @@ -27,6 +27,10 @@ releases: projects: - repo: openstack/oslo.rootwrap hash: 38c374bcb35b74469ea9363455a2ae2d09738e0f + - version: stein-eol + projects: + - repo: openstack/oslo.rootwrap + hash: b38b0cae1f95461e128b5ca6c6f7a2a447843e0e branches: - location: 5.15.2 name: stable/stein diff --git a/deliverables/stein/oslo.serialization.yaml b/deliverables/stein/oslo.serialization.yaml index fe65baa5ab..e2cb07f81c 100644 --- a/deliverables/stein/oslo.serialization.yaml +++ b/deliverables/stein/oslo.serialization.yaml @@ -21,7 +21,12 @@ releases: projects: - repo: openstack/oslo.serialization hash: bc2a1fb5259e64596a8071a592dc8eb1b6990ae0 + - version: stein-eol + projects: + - repo: openstack/oslo.serialization + hash: 28415bfb16d492cc4024b5bd090f21428429f1b0 branches: - location: 2.28.2 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/oslo.serialization/stein.html +release-notes: + https://docs.openstack.org/releasenotes/oslo.serialization/stein.html diff --git a/deliverables/stein/oslo.service.yaml b/deliverables/stein/oslo.service.yaml index e09c44c107..2b92cd8b8e 100644 --- a/deliverables/stein/oslo.service.yaml +++ b/deliverables/stein/oslo.service.yaml @@ -47,6 +47,10 @@ releases: projects: - repo: openstack/oslo.service hash: abfec6a48a01c80b861ebe7e151b8df23ff6b398 + - version: stein-eol + projects: + - repo: openstack/oslo.service + hash: 823139677728d89da7216f9e5291b0371a6ce0cd branches: - location: 1.38.0 name: stable/stein diff --git a/deliverables/stein/oslo.upgradecheck.yaml b/deliverables/stein/oslo.upgradecheck.yaml index 0ef694bc2f..397b6c7b80 100644 --- a/deliverables/stein/oslo.upgradecheck.yaml +++ b/deliverables/stein/oslo.upgradecheck.yaml @@ -27,7 +27,12 @@ releases: projects: - repo: openstack/oslo.upgradecheck hash: fa57185b4bef16cbb7e2108cb8c3fcf2d8461d6c + - version: stein-eol + projects: + - repo: openstack/oslo.upgradecheck + hash: cc15d71d666680bdc33cd4b28ca22ad2eb09e697 branches: - location: 0.2.1 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/oslo.upgradecheck/stein.html +release-notes: + https://docs.openstack.org/releasenotes/oslo.upgradecheck/stein.html diff --git a/deliverables/stein/oslo.utils.yaml b/deliverables/stein/oslo.utils.yaml index 296235d7ce..4ba5fc98b1 100644 --- a/deliverables/stein/oslo.utils.yaml +++ b/deliverables/stein/oslo.utils.yaml @@ -63,6 +63,10 @@ releases: projects: - repo: openstack/oslo.utils hash: 4cf03f0016693d066bdd6855bcfe234347f00426 + - version: stein-eol + projects: + - repo: openstack/oslo.utils + hash: 4cf03f0016693d066bdd6855bcfe234347f00426 branches: - location: 3.40.3 name: stable/stein diff --git a/deliverables/stein/oslo.versionedobjects.yaml b/deliverables/stein/oslo.versionedobjects.yaml index 6b9cea3e8a..3f698a328d 100644 --- a/deliverables/stein/oslo.versionedobjects.yaml +++ b/deliverables/stein/oslo.versionedobjects.yaml @@ -25,7 +25,12 @@ releases: projects: - repo: openstack/oslo.versionedobjects hash: c45d34823a7488466c3f4e3f5039ea275a4716bc + - version: stein-eol + projects: + - repo: openstack/oslo.versionedobjects + hash: b9d3d4e48d25c56126f0d5814f65b4792dc4de2d branches: - location: 1.35.1 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/stein.html +release-notes: + https://docs.openstack.org/releasenotes/oslo.versionedobjects/stein.html diff --git a/deliverables/stein/oslo.vmware.yaml b/deliverables/stein/oslo.vmware.yaml index 8a5ae0d711..52531a4368 100644 --- a/deliverables/stein/oslo.vmware.yaml +++ b/deliverables/stein/oslo.vmware.yaml @@ -21,6 +21,10 @@ releases: projects: - repo: openstack/oslo.vmware hash: 69f36d515b6fe3209aa9be56f7eb067a90c596b2 + - version: stein-eol + projects: + - repo: openstack/oslo.vmware + hash: 1d264c6b4e5e9cb1fddd1a46d0393130c8b00c1f branches: - location: 2.32.2 name: stable/stein diff --git a/deliverables/stein/oslotest.yaml b/deliverables/stein/oslotest.yaml index 7e5a210116..549d80c55b 100644 --- a/deliverables/stein/oslotest.yaml +++ b/deliverables/stein/oslotest.yaml @@ -23,6 +23,10 @@ releases: projects: - repo: openstack/oslotest hash: 9e46577ab812cd4657b6ca276f0061c1851d2925 + - version: stein-eol + projects: + - repo: openstack/oslotest + hash: 9e46577ab812cd4657b6ca276f0061c1851d2925 branches: - location: 3.7.1 name: stable/stein diff --git a/deliverables/stein/osprofiler.yaml b/deliverables/stein/osprofiler.yaml index 0be6754359..636e46d1a6 100644 --- a/deliverables/stein/osprofiler.yaml +++ b/deliverables/stein/osprofiler.yaml @@ -37,6 +37,10 @@ releases: projects: - repo: openstack/osprofiler hash: b7ce08f35f9debff34e49363b316ddf8474c1662 + - version: stein-eol + projects: + - repo: openstack/osprofiler + hash: 2dc5a92894dda720826aa5fd4868191c719f4469 branches: - location: 2.6.0 name: stable/stein diff --git a/deliverables/stein/stevedore.yaml b/deliverables/stein/stevedore.yaml index cf9d3fffce..055aba900e 100644 --- a/deliverables/stein/stevedore.yaml +++ b/deliverables/stein/stevedore.yaml @@ -19,6 +19,10 @@ releases: projects: - repo: openstack/stevedore hash: 27a8395660e483e6c527f5f0b34c336b08ef7e22 + - version: stein-eol + projects: + - repo: openstack/stevedore + hash: caf65ed26066b5f7d13cc50e67f1df852414b2dc branches: - location: 1.30.1 name: stable/stein diff --git a/deliverables/stein/taskflow.yaml b/deliverables/stein/taskflow.yaml index 461aad2ffc..6fcc1c4462 100644 --- a/deliverables/stein/taskflow.yaml +++ b/deliverables/stein/taskflow.yaml @@ -25,6 +25,10 @@ releases: projects: - repo: openstack/taskflow hash: 6e0b1ed9c0b9ef2053de5dc41c3a57731e262fa3 + - version: stein-eol + projects: + - repo: openstack/taskflow + hash: f460c5ac29228d373fbb623dbb57e7e030b1dcd6 branches: - location: 3.4.0 name: stable/stein diff --git a/deliverables/stein/tooz.yaml b/deliverables/stein/tooz.yaml index de967779b6..57e70c57e7 100644 --- a/deliverables/stein/tooz.yaml +++ b/deliverables/stein/tooz.yaml @@ -35,6 +35,10 @@ releases: projects: - repo: openstack/tooz hash: 8ddcd6fd0800379474e00590c4317e217a662627 + - version: stein-eol + projects: + - repo: openstack/tooz + hash: 8ddcd6fd0800379474e00590c4317e217a662627 branches: - location: 1.64.2 name: stable/stein