8d2a4e7247
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: I8c57ac885b937c100f18f58947d06e6419f36f3f
33 lines
946 B
YAML
33 lines
946 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-tackerclient
|
|
release-model: cycle-with-intermediary
|
|
team: tacker
|
|
type: client-library
|
|
repository-settings:
|
|
openstack/python-tackerclient: {}
|
|
releases:
|
|
- version: 1.2.0
|
|
projects:
|
|
- repo: openstack/python-tackerclient
|
|
hash: 1d033f9053a12ed4d5406d38a768009c9a109397
|
|
- version: 1.3.0
|
|
projects:
|
|
- repo: openstack/python-tackerclient
|
|
hash: 8ff2f35476027975d44fa7f6dad4a8ee022ff898
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/python-tackerclient
|
|
hash: 8ff2f35476027975d44fa7f6dad4a8ee022ff898
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/python-tackerclient
|
|
hash: 774923c5bbd9c089cc92a6c0e55459bd83e8275a
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 1.3.0
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes:
|
|
https://docs.openstack.org/releasenotes/python-tackerclient/victoria.html
|