f7729da49e
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: Ib58b3012e7b4f05ae3922c20e7977c08ef86923c
31 lines
793 B
YAML
31 lines
793 B
YAML
---
|
|
launchpad: swift
|
|
release-model: cycle-with-intermediary
|
|
team: swift
|
|
type: service
|
|
repository-settings:
|
|
openstack/swift: {}
|
|
releases:
|
|
- version: 2.28.0
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: a8f15128639f7e62a3e8d51c607b45c496206191
|
|
- version: 2.28.1
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: b1916f81e2a598b41ab7281259c78715d7e46955
|
|
- version: xena-em
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: b1916f81e2a598b41ab7281259c78715d7e46955
|
|
- version: xena-eom
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: 6fb3011a7f25803f399f9f7f8402521bca164183
|
|
branches:
|
|
- name: stable/xena
|
|
location: 2.28.0
|
|
- name: unmaintained/xena
|
|
location: xena-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/swift/xena.html
|