3991556b63
This transition the Queens branch to End of Life. The last patch of the branch will be tagged with queens-eol tag. The stable/queens branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/queens is not actively maintained in the recent period and thus gates are mostly broken due to job failures. Besides, by removing these branches, infra resources will be freed up, too. Please try to identify any zuul job, that is defined outside of the repositories in this patch (for example in openstack-zuul-jobs, etc.) and won't be used anymore if stable/queens is deleted, and propose a job removal patch for them. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are still some activity on the branch and the team wants to continue to maintain it. Change-Id: I02223dbd661ef993047c06121714e683f53353b9
53 lines
2.1 KiB
YAML
53 lines
2.1 KiB
YAML
---
|
|
launchpad: swift
|
|
release-model: cycle-with-intermediary
|
|
release-notes: https://docs.openstack.org/releasenotes/swift/queens.html
|
|
team: swift
|
|
type: service
|
|
branches:
|
|
- name: stable/queens
|
|
location: 2.17.0
|
|
releases:
|
|
- version: 2.16.0
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: 1ff3f1e3e877091f372a9109187a3ce4cf4414dd
|
|
- version: 2.17.0
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: 32d1b3246f6e5fd6176d2af1c22a3ac6d0fe6a17
|
|
- version: 2.17.1
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: ecbf74fbf83ae9d46fa3d6fa882f2d9e23406f86
|
|
- version: queens-em
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: ecbf74fbf83ae9d46fa3d6fa882f2d9e23406f86
|
|
- version: queens-eol
|
|
projects:
|
|
- repo: openstack/swift
|
|
hash: 4349546f3f154ea759b540a3c2f01cd414931883
|
|
cycle-highlights:
|
|
- Added symlink objects support. Symlink objects reference one other
|
|
object in the cluster. Read requests pass through the symlink on
|
|
to the target objects. Write requests act on the symlink itself.
|
|
- Added support for inline data segments in Static Large Object (SLO)
|
|
manifests. These data segments do not refer to another object in
|
|
the system but are included directly in the manifest. When using
|
|
data segments instead of small objects in the cluster, users will
|
|
much improved performance on reads. The data segments can also be
|
|
used to construct composite file formats (like .tar) without needing
|
|
to create objects in the cluster for boilerplate data.
|
|
- Added checksum to object extended attributes. This provides better
|
|
durability guarantees for data stored in the system.
|
|
- The object expiry functionality was greatly improved to be much
|
|
more efficient with cluster resources, especially when operating
|
|
on erasure code objects.
|
|
- The tempurl digest algorithm is now configurable, and Swift added
|
|
support for both SHA-256 and SHA-512. Supported tempurl digests
|
|
are exposed to clients in ``/info``. Additionally, tempurl signatures
|
|
can now be base64 encoded.
|
|
repository-settings:
|
|
openstack/swift: {}
|