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
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
---
|
|
launchpad: swift
|
|
release-model: cycle-with-intermediary
|
|
team: swift
|
|
type: service
|
|
repository-settings:
|
|
openstack/swift: {}
|
|
releases:
|
|
- version: 2.27.0
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: c6a64036651e18f3d7d0715c5d4876257aaa0e6f
|
|
- version: wallaby-em
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: c6a64036651e18f3d7d0715c5d4876257aaa0e6f
|
|
- version: wallaby-eom
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: 16dbcae9df9773f2b2bfea41fd4156e16aa14b37
|
|
branches:
|
|
- name: stable/wallaby
|
|
location: 2.27.0
|
|
- name: unmaintained/wallaby
|
|
location: wallaby-eom
|
|
cycle-highlights:
|
|
- Static large object segments can now be deleted asynchronously;
|
|
multipart uploads deleted through the S3 API will always be deleted
|
|
asynchronously.
|
|
- Numerous sharding improvements, including the ability to cache shard
|
|
ranges for listings and support for operator-driven shrinking.
|
|
- Several part-power-increase improvements, which ensure small clusters
|
|
are capabale of growing to be large clusters.
|
|
release-notes: https://docs.openstack.org/releasenotes/swift/wallaby.html
|