[release-announce] puppet-swift 18.4.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 1 10:07:29 UTC 2021


We are ecstatic to announce the release of:

puppet-swift 18.4.0: Puppet module for OpenStack Swift

This release is part of the wallaby stable release series.

The source is available from:

    https://opendev.org/openstack/puppet-swift

Download the package from:

    https://tarballs.openstack.org/puppet-swift/

Please report issues through:

    https://bugs.launchpad.net/puppet-swift/+bugs

For more details, please see below.

18.4.0
^^^^^^


New Features
************

* Support for the cname_lookup middlehware has been added.


Upgrade Notes
*************

* The default value of "swift::proxy::pipeline" has been updated to
  enable some fundamental middlewares by default. Because of this
  change, the following classes should be included unless the pipeline
  parameter is explicitly set.

  * "swift::proxy::catch_errors"

  * "swift::proxy::gatekeeper"

  * "swift::proxy::proxy_logging"

  * "swift::proxy::listing_formats"

  * "swift::proxy::copy"

Changes in puppet-swift 18.3.0..18.4.0
--------------------------------------

fe039b7 This add the cname_lookup middleware for swift proxy.
19362dc Update sphinx to the latest version
77f0613 Drop the tripleo-puppet-undercloud job
987d406 Prepare Wallaby RC1
57e68da metadata.json: debian 11.
8b42834 Update supported Ubuntu version to Focal
ede897b Fix name of ceilometer middleware package
35c905e Do not write /var/log/ceilometer
cfecd75 Update the default proxy-server pipeline


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 17 +----
manifests/params.pp                                |  7 +-
manifests/proxy.pp                                 |  8 ++-
manifests/proxy/ceilometer.pp                      |  9 +--
manifests/proxy/cname_lookup.pp                    | 80 ++++++++++++++++++++++
metadata.json                                      | 10 +--
.../notes/cname_lookup-a545519cb21e37cd.yaml       |  4 ++
.../modernize-proxy-pipeline-c84ad4609210919c.yaml | 13 ++++
spec/classes/swift_proxy_ceilometer_spec.rb        | 25 ++++++-
spec/classes/swift_proxy_cname_lookup_spec.rb      | 74 ++++++++++++++++++++
spec/classes/swift_proxy_spec.rb                   | 30 ++++++--
12 files changed, 241 insertions(+), 38 deletions(-)







More information about the Release-announce mailing list