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: oslo.config
|
|
release-model: cycle-with-intermediary
|
|
team: oslo
|
|
type: library
|
|
repository-settings:
|
|
openstack/oslo.config: {}
|
|
releases:
|
|
- version: 8.6.0
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 6e91dbb2d590fc1706243922c0ed71f6c2fcdf73
|
|
- version: 8.7.0
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: d8cf65ddc9b662c48c408d3bf34c28b7a7594694
|
|
- version: 8.7.1
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 1a7bd66a7179ca374e996e76f346def33787a21f
|
|
- version: xena-em
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 1a7bd66a7179ca374e996e76f346def33787a21f
|
|
- version: xena-eom
|
|
projects:
|
|
- repo: openstack/oslo.config
|
|
hash: 3290e603dd855f5575fc30acd213bd50670810b8
|
|
branches:
|
|
- name: stable/xena
|
|
location: 8.7.1
|
|
- name: unmaintained/xena
|
|
location: xena-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/oslo.config/xena.html
|