[oslo] Transition Zed to Unmaintained

This branch reached the end of its official stable maintained period,
hence this patch transition stable/zed branch to Unmaintained. (For
details about Unmaintained state please see: [1][2])

The transitions is as follows:
- tip of the stable/zed branch is tagged with zed-eom tag
- unmaintained/zed branch will be cut from zed-eom tag
- stable/zed branch will be deleted

Note:
- there will no longer be official releases off of zed branch after this
  transition
- backports can be pushed to unmaintained/yoga branch
- openstack-unmaintained-core (or <project>-unmaintained-core groups if
  such exists) have the rights to merge patches

Important: please +1 if the team is ready for us to proceed with this
transition, or -1 if there are any final Zed stable release with
backports currently in flight that we should wait for. For the latter
case, please propose a final Zed stable release patch, and rebase this
patch on top of that, with the latest commit hash of stable/zed.

The transition deadline is May 2nd, 2024. [3]

[1] https://docs.openstack.org/project-team-guide/stable-branches.html#unmaintained
[2] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html
[3] https://releases.openstack.org

Change-Id: I6c29a7728b2a8a18ab125f275ac97f0af5ce3563
This commit is contained in:
Előd Illés 2024-04-19 17:01:01 +02:00 committed by Takashi Kajinami
parent 708e60f0ee
commit 2c4bdab773
19 changed files with 118 additions and 2 deletions

View File

@ -15,7 +15,13 @@ releases:
projects:
- repo: openstack/automaton
hash: 0ea747e6bf3ab116d46882394346f094482cfd75
- version: zed-eom
projects:
- repo: openstack/automaton
hash: 093cd0ebd986823a64062140797f7281236aa4a6
branches:
- name: stable/zed
location: 3.0.1
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/automaton/zed.html

View File

@ -14,7 +14,13 @@ releases:
projects:
- repo: openstack/castellan
hash: 73569c8ff07706c33bd8961a9ab03a94bcb47a63
- version: zed-eom
projects:
- repo: openstack/castellan
hash: 14f9853ef54cec1cf9341a0846cb8c55dfd17e58
branches:
- name: stable/zed
location: 4.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/castellan/zed.html

View File

@ -23,7 +23,13 @@ releases:
projects:
- repo: openstack/oslo.cache
hash: dde16ceb23503d5bb0ad4c642b9ce67a9e9044ae
- version: zed-eom
projects:
- repo: openstack/oslo.cache
hash: 2a9c4f6ddf47a6973cd5ecb11594632063593510
branches:
- name: stable/zed
location: 3.1.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.cache/zed.html

View File

@ -11,7 +11,13 @@ releases:
projects:
- repo: openstack/oslo.config
hash: 9eaae044534cbe015217019781c4c0d97f0402df
- version: zed-eom
projects:
- repo: openstack/oslo.config
hash: 715859d8c3a0a08bd8b22138ce52891a70ffe83c
branches:
- name: stable/zed
location: 9.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.config/zed.html

View File

@ -11,7 +11,13 @@ releases:
projects:
- repo: openstack/oslo.context
hash: f388eb981dacd3f363fb23fd70ac22c5eb35edf8
- version: zed-eom
projects:
- repo: openstack/oslo.context
hash: 65212d2c0568bae0b26b6847ffa148ed33096d4b
branches:
- name: stable/zed
location: 5.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.context/zed.html

View File

@ -27,7 +27,13 @@ releases:
projects:
- repo: openstack/oslo.db
hash: 8620d4d3af8aabb4da15a9190aaf96d3fdb516be
- version: zed-eom
projects:
- repo: openstack/oslo.db
hash: 8620d4d3af8aabb4da15a9190aaf96d3fdb516be
branches:
- name: stable/zed
location: 12.1.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.db/zed.html

View File

@ -19,7 +19,13 @@ releases:
projects:
- repo: openstack/oslo.limit
hash: beb080d1a29eb74b7a2c6418216f673a02b1e56d
- version: zed-eom
projects:
- repo: openstack/oslo.limit
hash: 4eea87f2d25a1405b4e53ff88141cc7cc119a633
branches:
- name: stable/zed
location: 2.0.1
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.limit/zed.html

View File

@ -31,7 +31,13 @@ releases:
projects:
- repo: openstack/oslo.messaging
hash: f8c6c0a4cada8d33e495b37a8ad41a26cd6d744b
- version: zed-eom
projects:
- repo: openstack/oslo.messaging
hash: f8c6c0a4cada8d33e495b37a8ad41a26cd6d744b
branches:
- name: stable/zed
location: 14.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.messaging/zed.html

View File

@ -15,7 +15,13 @@ releases:
projects:
- repo: openstack/oslo.metrics
hash: 2e58dad53d79418a7a64d6da4c48180da6355c0f
- version: zed-eom
projects:
- repo: openstack/oslo.metrics
hash: 2e58dad53d79418a7a64d6da4c48180da6355c0f
branches:
- name: stable/zed
location: 0.5.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.metrics/zed.html

View File

@ -11,7 +11,13 @@ releases:
projects:
- repo: openstack/oslo.middleware
hash: 51e1882de1e14878aabf95e198fd852281626645
- version: zed-eom
projects:
- repo: openstack/oslo.middleware
hash: d3266ae5a30ddefde40bcf2f622bd9223a4e9ab4
branches:
- name: stable/zed
location: 5.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.middleware/zed.html

View File

@ -19,7 +19,13 @@ releases:
projects:
- repo: openstack/oslo.policy
hash: 5bd767be790f21d6ec0af0589f50137b207d94e8
- version: zed-eom
projects:
- repo: openstack/oslo.policy
hash: 5175435d3df351e27f585143ad1938323f992c0b
branches:
- name: stable/zed
location: 4.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.policy/zed.html

View File

@ -19,7 +19,13 @@ releases:
projects:
- repo: openstack/oslo.privsep
hash: e62d4080713b56d4c06f6055b3d7ce44e0773c06
- version: zed-eom
projects:
- repo: openstack/oslo.privsep
hash: a537a17a85231162047d1ccf0d249868b30bff09
branches:
- name: stable/zed
location: 3.0.1
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.privsep/zed.html

View File

@ -11,7 +11,14 @@ releases:
projects:
- repo: openstack/oslo.serialization
hash: dd2a819915d6410e95becc5b16263585975c4460
- version: zed-eom
projects:
- repo: openstack/oslo.serialization
hash: d0d643baf4831f3c95e4b181cfae40010bec22ef
branches:
- name: stable/zed
location: 5.0.0
release-notes: https://docs.openstack.org/releasenotes/oslo.serialization/zed.html
- name: unmaintained/zed
location: zed-eom
release-notes:
https://docs.openstack.org/releasenotes/oslo.serialization/zed.html

View File

@ -11,7 +11,13 @@ releases:
projects:
- repo: openstack/oslo.service
hash: a27acfe23feded4d2a4a9684b7ef64acd46a62cb
- version: zed-eom
projects:
- repo: openstack/oslo.service
hash: a5913df49a48f4c7c2e43541d21748175fa67275
branches:
- name: stable/zed
location: 3.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.service/zed.html

View File

@ -11,7 +11,13 @@ releases:
projects:
- repo: openstack/oslo.upgradecheck
hash: b3a2b19a4cc0390833735f5422d0d9879e09c748
- version: zed-eom
projects:
- repo: openstack/oslo.upgradecheck
hash: 52526d77e0009f528fc4ee9d2b6784f2d726ce67
branches:
- name: stable/zed
location: 2.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.upgradecheck/zed.html

View File

@ -27,7 +27,13 @@ releases:
projects:
- repo: openstack/oslo.utils
hash: 716c2e2b8e3ec640be2db6df93a611b0dbe06bc1
- version: zed-eom
projects:
- repo: openstack/oslo.utils
hash: 716c2e2b8e3ec640be2db6df93a611b0dbe06bc1
branches:
- name: stable/zed
location: 6.0.1
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.utils/zed.html

View File

@ -15,7 +15,14 @@ releases:
projects:
- repo: openstack/oslo.versionedobjects
hash: 2b1202938afad9ac174f86f1e6b2ec7a0bf5c743
- version: zed-eom
projects:
- repo: openstack/oslo.versionedobjects
hash: f16fe7da5e2e86dbbf4c4652255db67c81bba8f4
branches:
- name: stable/zed
location: 3.0.1
release-notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/zed.html
- name: unmaintained/zed
location: zed-eom
release-notes:
https://docs.openstack.org/releasenotes/oslo.versionedobjects/zed.html

View File

@ -15,7 +15,13 @@ releases:
projects:
- repo: openstack/oslo.vmware
hash: 7b63f09b37e66f290127fcd0385672a7f93e24a8
- version: zed-eom
projects:
- repo: openstack/oslo.vmware
hash: e563fa2fe36ee1feeb183e8c13f85216fd584c75
branches:
- name: stable/zed
location: 4.0.1
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/oslo.vmware/zed.html

View File

@ -19,7 +19,13 @@ releases:
projects:
- repo: openstack/stevedore
hash: 93f1e0937c9eadd79050c12808d8a2b8b4f2646b
- version: zed-eom
projects:
- repo: openstack/stevedore
hash: 93f1e0937c9eadd79050c12808d8a2b8b4f2646b
branches:
- name: stable/zed
location: 4.0.0
- name: unmaintained/zed
location: zed-eom
release-notes: https://docs.openstack.org/releasenotes/stevedore/zed.html