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
987 B
YAML
36 lines
987 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: oslo.privsep
|
|
release-model: cycle-with-intermediary
|
|
team: oslo
|
|
type: library
|
|
repository-settings:
|
|
openstack/oslo.privsep: {}
|
|
releases:
|
|
- version: 2.6.0
|
|
projects:
|
|
- repo: openstack/oslo.privsep
|
|
hash: f7f3349d6a4def52f810ab1728879521c12fe2d0
|
|
- version: 2.6.1
|
|
projects:
|
|
- repo: openstack/oslo.privsep
|
|
hash: 9aac44a7f70d0b7cb6e7fb8177d662c117a8e800
|
|
- version: 2.6.2
|
|
projects:
|
|
- repo: openstack/oslo.privsep
|
|
hash: a3256ac9d33204e3d01cb09bc82aa417bac917b9
|
|
- version: xena-em
|
|
projects:
|
|
- repo: openstack/oslo.privsep
|
|
hash: a3256ac9d33204e3d01cb09bc82aa417bac917b9
|
|
- version: xena-eom
|
|
projects:
|
|
- repo: openstack/oslo.privsep
|
|
hash: 9d39bbf441c54de8089021a7ba4335bfdd6fad04
|
|
branches:
|
|
- name: stable/xena
|
|
location: 2.6.2
|
|
- name: unmaintained/xena
|
|
location: xena-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/oslo.privsep/xena.html
|