[release-announce] [puppet] puppet-gnocchi 11.2.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Jul 26 18:49:28 UTC 2017
We are psyched to announce the release of:
puppet-gnocchi 11.2.0: Puppet module for OpenStack Gnocchi
This release is part of the pike release series.
Download the package from:
https://tarballs.openstack.org/puppet-gnocchi/
For more details, please see below.
11.2.0
^^^^^^
Upgrade Notes
*************
* Deprecated keystone authtoken signing_dir option is removed in
Pike.
Deprecation Notes
*****************
* Deprecating some oslo.log options from logging class. Gnocchi is
moving away from oslo.log to daiquri.
Changes in puppet-gnocchi 11.1.0..11.2.0
----------------------------------------
3ab9386 Drop -dev version for Pike M3
698a648 Add support for redis incoming storage driver
a1f9735 Update URLs in documents according to document migration
0f135a4 Fix unit tests
c03444d Remove deprecated keystone authtoken signing_dir option
1accdde Add support for metric_cleanup_delay option
e3347d7 Fix openstackdocstheme
e5c792c Switch from oslosphinx to openstackdocstheme
48ab267 Deprecate logging options
48f6acd Use the correct tag on httpd so gnocchi service gets notified
4e006a0 Add environment variable
e0e19da Bump version for Pike M3 Dev
c5c73ea Update global requirements
fbc7325 Use proper resource collector syntax for httpd service
Diffstat (except docs and test files)
-------------------------------------
README.md | 4 +-
manifests/api.pp | 2 +-
manifests/keystone/authtoken.pp | 12 ---
manifests/logging.pp | 68 ++++++++++---
manifests/metricd.pp | 9 +-
manifests/storage/incoming/redis.pp | 22 +++++
metadata.json | 8 +-
...deprecate-oslo-log-params-12ed30a5db0e5baf.yaml | 4 +
...ystone_signing_dir_option-9910df26a9798db6.yaml | 3 +
releasenotes/source/conf.py | 18 ++--
setup.cfg | 2 +-
spec/classes/gnocchi_logging_spec.rb | 56 -----------
spec/classes/gnocchi_metricd_spec.rb | 10 ++
.../classes/gnocchi_storage_incoming_redis_spec.rb | 37 +++++++
spec/classes/gnocchi_wsgi_apache_spec.rb | 108 ++++++++-------------
test-requirements.txt | 6 +-
tox.ini | 2 +-
17 files changed, 200 insertions(+), 171 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 1ea50a8..a23c7e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,2 +2,2 @@
-sphinx>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -7 +7 @@ oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0,!=2.0.0 # Apache-2.0
+reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
More information about the Release-announce
mailing list