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
965 B
YAML
36 lines
965 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: oslo.db
|
|
release-model: cycle-with-intermediary
|
|
team: oslo
|
|
type: library
|
|
repository-settings:
|
|
openstack/oslo.db: {}
|
|
releases:
|
|
- version: 8.5.0
|
|
projects:
|
|
- repo: openstack/oslo.db
|
|
hash: 503db6071acebdabffa994ef86829eb438249db4
|
|
- version: 8.5.1
|
|
projects:
|
|
- repo: openstack/oslo.db
|
|
hash: 3b452de5d2651d74732ea4548b03e37ffb8018f8
|
|
- version: 8.5.2
|
|
projects:
|
|
- repo: openstack/oslo.db
|
|
hash: 26fd6fbc1ca4229c81a99937979aa2628e8f5e33
|
|
- version: wallaby-em
|
|
projects:
|
|
- repo: openstack/oslo.db
|
|
hash: 26fd6fbc1ca4229c81a99937979aa2628e8f5e33
|
|
- version: wallaby-eom
|
|
projects:
|
|
- repo: openstack/oslo.db
|
|
hash: 26fd6fbc1ca4229c81a99937979aa2628e8f5e33
|
|
branches:
|
|
- name: stable/wallaby
|
|
location: 8.5.0
|
|
- name: unmaintained/wallaby
|
|
location: wallaby-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/oslo.db/wallaby.html
|