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
961 B
YAML
37 lines
961 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.5.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: e93736711920afe64a850f564dddefbd704975cd
|
|
- version: 2.6.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: b837c1a74f37191692a820711e431a75516a4abf
|
|
- version: 2.6.1
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 8d14a1c6a9eeaef0fdae9ea1210d3310a3498d78
|
|
- version: xena-em
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 8d14a1c6a9eeaef0fdae9ea1210d3310a3498d78
|
|
- version: xena-eom
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: 8d14a1c6a9eeaef0fdae9ea1210d3310a3498d78
|
|
branches:
|
|
- name: stable/xena
|
|
location: 2.6.0
|
|
- name: unmaintained/xena
|
|
location: xena-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/os-vif/xena.html
|