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
37 lines
985 B
YAML
37 lines
985 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: os-vif
|
|
release-model: cycle-with-intermediary
|
|
team: nova
|
|
type: library
|
|
repository-settings:
|
|
openstack/os-vif:
|
|
tarball-base: os_vif
|
|
releases:
|
|
- version: 2.1.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 989f5a7d92b2459444e6956facb332f19e7c6537
|
|
- version: 2.2.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: d7928102d69dadf653c9f734e5cf8fd504335849
|
|
- version: 2.2.1
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 2ebe47f69fafaaa3354fb77020b2e73700f52f31
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 2ebe47f69fafaaa3354fb77020b2e73700f52f31
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 2ebe47f69fafaaa3354fb77020b2e73700f52f31
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 2.2.0
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/os-vif/victoria.html
|