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
32 lines
883 B
YAML
32 lines
883 B
YAML
---
|
|
include-pypi-link: true
|
|
launchpad: oslo.middleware
|
|
release-model: cycle-with-intermediary
|
|
team: oslo
|
|
type: library
|
|
repository-settings:
|
|
openstack/oslo.middleware: {}
|
|
releases:
|
|
- version: 4.3.0
|
|
projects:
|
|
- repo: openstack/oslo.middleware
|
|
hash: 43ab17010a93bff92f7f0a64d4aae1cc54480ae0
|
|
- version: 4.4.0
|
|
projects:
|
|
- repo: openstack/oslo.middleware
|
|
hash: da7987ca926e9bd82ff2989a920ea9740da24f95
|
|
- version: xena-em
|
|
projects:
|
|
- repo: openstack/oslo.middleware
|
|
hash: da7987ca926e9bd82ff2989a920ea9740da24f95
|
|
- version: xena-eom
|
|
projects:
|
|
- repo: openstack/oslo.middleware
|
|
hash: b4b7fa745dfdd076b7568327b0b7995f0d348c96
|
|
branches:
|
|
- name: stable/xena
|
|
location: 4.4.0
|
|
- name: unmaintained/xena
|
|
location: xena-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/oslo.middleware/xena.html
|