da9b8ec529
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: I3cbdf6b2e092e3ffe3a5f19a24755bcbbd3978bd
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: python-glanceclient
|
|
release-model: cycle-with-intermediary
|
|
team: glance
|
|
type: client-library
|
|
repository-settings:
|
|
openstack/python-glanceclient: {}
|
|
releases:
|
|
- version: 3.2.0
|
|
projects:
|
|
- repo: openstack/python-glanceclient
|
|
hash: de178ac4382716cc93022be06b93697936e816fc
|
|
- version: 3.2.1
|
|
projects:
|
|
- repo: openstack/python-glanceclient
|
|
hash: 77eab17cf9f3cf3f2578f73163cb816e425effa2
|
|
- version: 3.2.2
|
|
projects:
|
|
- repo: openstack/python-glanceclient
|
|
hash: 8a63928e2ef1e50875db675105f910a511a0242e
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/python-glanceclient
|
|
hash: 8a63928e2ef1e50875db675105f910a511a0242e
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/python-glanceclient
|
|
hash: c8da14633639110c773383a542580c372ebbe8c5
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 3.2.2
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes:
|
|
https://docs.openstack.org/releasenotes/python-glanceclient/victoria.html
|