d6dce203b0
With the new TC resolution the community replaces Extended Maintenance with Unmaintained status [1]. So this patch transitions victoria, wallaby, and xena EM branches to Unmaintained as follows: - tip of the given branch will be tagged with <series>-eom tag - unmaintained/<series> branch will be cut from <series>-eom tag - stable/<series> branch will be deleted Some further notes: - stable policy still applies - backports can be pushed against unmaintained/<series> branch - openstack-unmaintained-core group 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: Iade3b9c33fa46c57512ac8728e70c3c6c2995739
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
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: 7.1.0
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: 9268d3101b3c3464150e96fde0319c24d4d8856d
|
|
- version: 7.2.0
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: f605cca16320f7869bff0ce32aa0f70ab8a29a8b
|
|
- version: 7.2.1
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: c91b5172a108356c511d8149ba7b85b814ffc570
|
|
- version: 7.2.2
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: 1d34f5479affb8a2c777bb61baa178891d08084c
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: 1d34f5479affb8a2c777bb61baa178891d08084c
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/python-cinderclient
|
|
hash: 3bc7349bc545d8f5a3299aa4faa046630334482c
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 7.2.0
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes:
|
|
https://docs.openstack.org/releasenotes/python-cinderclient/victoria.html
|