f62d97fb1e
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: I212b8e818b075dcfcd9de810e22c2cbdc14ae21e
33 lines
933 B
YAML
33 lines
933 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-novaclient
|
|
release-model: cycle-with-intermediary
|
|
team: nova
|
|
type: client-library
|
|
repository-settings:
|
|
openstack/python-novaclient: {}
|
|
releases:
|
|
- version: 17.2.0
|
|
projects:
|
|
- repo: openstack/python-novaclient
|
|
hash: 1322199845a095bafd0a16900f4899283fd0fabe
|
|
- version: 17.2.1
|
|
projects:
|
|
- repo: openstack/python-novaclient
|
|
hash: 553257d1b74493b7a9b30ffa2a960485d3588adf
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/python-novaclient
|
|
hash: 553257d1b74493b7a9b30ffa2a960485d3588adf
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/python-novaclient
|
|
hash: a2a8b1ff181a8e6357d7c8dda8431878d7e3b000
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 17.2.1
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes:
|
|
https://docs.openstack.org/releasenotes/python-novaclient/victoria.html
|