70642a7343
With the new TC resolution the community replaces Extended Maintenance with Unmaintained status [1]. So this patch transitions stable/yoga branch to Unmaintained as follows: - tip of the stable/yoga branch is tagged with yoga-eom tag - unmaintained/yoga branch will be cut from yoga-eom tag - stable/yoga branch will be deleted Some further notes: - there will no longer be official releases off of yoga branch - backports can be pushed against unmaintained/yoga branch - openstack-unmaintained-core and <project>-unmaintained-core groups will have the rights to merge patches For further details please read the resolution [1] & review and +1 this patch if this is correct as soon as possible. [1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html Change-Id: I99a8120217aad06f1d3daea96f0cb07389fcfb68
29 lines
788 B
YAML
29 lines
788 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-cinderclient
|
|
release-model: cycle-with-intermediary
|
|
team: cinder
|
|
type: client-library
|
|
repository-settings:
|
|
openstack/python-cinderclient: {}
|
|
releases:
|
|
- version: 8.2.0
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: fdc5124bf22ac728ca7182dc98151e5f78fccf03
|
|
- version: 8.3.0
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: ee59b68d717b871d034139bbb9c3546e4b17d950
|
|
- version: yoga-eom
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: b80d1e6a2afe9ccea7d28ac9974112c1768463df
|
|
branches:
|
|
- name: stable/yoga
|
|
location: 8.3.0
|
|
- name: unmaintained/yoga
|
|
location: yoga-eom
|
|
release-notes:
|
|
https://docs.openstack.org/releasenotes/python-cinderclient/yoga.html
|