We are delighted to announce the release of: puppet-gnocchi 11.3.0: Puppet module for OpenStack Gnocchi This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-gnocchi/ For more details, please see below. 11.3.0 ^^^^^^ Deprecation Notes * The classes to manage InfluxDB have been removed due to the fact that the InfluxDB support was dropped over a year ago. Changes in puppet-gnocchi 11.2.0..11.3.0 ---------------------------------------- e960bf0 Prepare for official Pike release 70b14da Drop InfluxDB storage classes e90617a Enable configuring swift_endpoint_type 97e9a6f Bump modules to next minor with -dev a8253bd Update openstackdocstheme>=1.16.0 Diffstat (except docs and test files) ------------------------------------- manifests/storage/influxdb.pp | 69 ---------------------- manifests/storage/swift.pp | 29 +++++---- metadata.json | 8 +-- .../drop-influxdb-classes-d2e4d3d02290ce9d.yaml | 4 ++ releasenotes/source/conf.py | 4 +- spec/classes/gnocchi_storage_influxdb_spec.rb | 59 ------------------ spec/classes/gnocchi_storage_swift_spec.rb | 12 ++++ test-requirements.txt | 2 +- 8 files changed, 41 insertions(+), 146 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0