7956fce13a
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: I52eaa6dd48144cb84a8cb97116e5e7302a9603a0
33 lines
930 B
YAML
33 lines
930 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-heatclient
|
|
release-model: cycle-with-intermediary
|
|
team: heat
|
|
type: client-library
|
|
repository-settings:
|
|
openstack/python-heatclient: {}
|
|
releases:
|
|
- version: 2.2.0
|
|
projects:
|
|
- repo: openstack/python-heatclient
|
|
hash: 670fe7ce2a31f3111bc3fb80dd80a43500daab87
|
|
- version: 2.2.1
|
|
projects:
|
|
- repo: openstack/python-heatclient
|
|
hash: bb22add60c5d7a206ed8023d78fd155e256253a0
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/python-heatclient
|
|
hash: bb22add60c5d7a206ed8023d78fd155e256253a0
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/python-heatclient
|
|
hash: defd40074f5904d42357f6f7f82fcf6a25064ef6
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 2.2.1
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes:
|
|
https://docs.openstack.org/releasenotes/python-heatclient/victoria.html
|