2743c6e43e
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: I87612ef720985322ff97b4f17b6bef3d06697fc0
36 lines
979 B
YAML
36 lines
979 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: oslotest
|
|
release-model: cycle-with-intermediary
|
|
team: oslo
|
|
type: library
|
|
repository-settings:
|
|
openstack/oslotest: {}
|
|
releases:
|
|
- version: 4.3.0
|
|
projects:
|
|
- repo: openstack/oslotest
|
|
hash: 5a0d3c2fa53061953a783edf2aac1def983fa8e0
|
|
- version: 4.4.0
|
|
projects:
|
|
- repo: openstack/oslotest
|
|
hash: bc223f9b1d11f0b1a4f10213f85911b7cdcbbe02
|
|
- version: 4.4.1
|
|
projects:
|
|
- repo: openstack/oslotest
|
|
hash: aaf3a726ba8a941ee1c834e4be7acd68516b4362
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/oslotest
|
|
hash: aaf3a726ba8a941ee1c834e4be7acd68516b4362
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/oslotest
|
|
hash: f283a880ca23714b63f9df8df0695be0a07f50eb
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 4.4.1
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/oslotest/victoria.html
|