[release-announce] [puppet] puppet-oslo 11.0.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 12 18:37:31 UTC 2017
We are happy to announce the release of:
puppet-oslo 11.0.0: Puppet module for Oslo
This release is part of the pike release series.
Download the package from:
https://tarballs.openstack.org/puppet-oslo/
For more details, please see below.
11.0.0
^^^^^^
New Features
************
* Add new configuration options for amqp 1.0 messaging driver
Deprecation Notes
*****************
* The configuration option "sqlite_db" is now deprecated and will be
removed in the future. Please use configuration option "connection"
or "slave_connection" to connect to the database.
Changes in puppet-oslo 10.3.0..11.0.0
-------------------------------------
e05dd0e Add ssl to oslo_messaging_amqp options
d46b659 Drop -dev for release prep
a12c6a8 Password should be secured
460a426 Update test-requirements.txt
a29a62a Deprecate sqlite_db option
050c202 rabbitmq/messaging: Use new standard TLS params
9be3246 Prepare Pike metadata
12d80eb Remove rpc_backend due to duplicate declaration when dual backends
7176e34 Fix lint issue
4740c29 Update oslo.messaging amqp 1.0 parameters
92095e2 Update reno for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
manifests/db.pp | 20 ++-
manifests/messaging/amqp.pp | 143 ++++++++++++++++-----
manifests/messaging/rabbit.pp | 10 +-
metadata.json | 112 ++++++++--------
...eprecate_config_sqlite_db-1a239175d42378e3.yaml | 7 +
.../notes/update-amqp-opts-1f14b8d3648b2b30.yaml | 3 +
releasenotes/source/conf.py | 12 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 +
spec/defines/oslo_db_spec.rb | 1 -
spec/defines/oslo_messaging_amqp_spec.rb | 29 ++++-
spec/defines/oslo_messaging_default_spec.rb | 8 +-
spec/defines/oslo_messaging_notifications_spec.rb | 2 +-
spec/defines/oslo_messaging_rabbit_spec.rb | 24 ++--
spec/defines/oslo_messaging_zmq_spec.rb | 6 +-
test-requirements.txt | 10 +-
16 files changed, 258 insertions(+), 136 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index baa2346..1ea50a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,5 @@
-# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+# This is required for the docs build jobs
+sphinx>=1.5.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+
+# This is required for the releasenotes build jobs
@@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1,!=2.0.0 # Apache-2.0
+reno>=1.8.0,!=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list