releases/deliverables/queens/swift.yaml
John Dickinson fbb8bada82 swift stable backport releases
Change-Id: I6df86c86523d3b4d5d6d9010a600f5d366bbf80f
2019-02-21 14:05:37 -08:00

42 lines
1.8 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
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: {}