[release-announce] [puppet] puppet-panko 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:38:09 UTC 2017


We jubilantly announce the release of:

puppet-panko 11.0.0: Puppet module for OpenStack Panko

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^


Deprecation Notes
*****************

* panko::ensure_package is now deprecated and will be removed in the
  future release. Please use panko::package_ensure instead.


Bug Fixes
*********

* Remove explcit panko.log file as this messes up the selinux
  context. When apache writes to it it complains. Instead let apache
  create the app.log on its own so the context are correct.

* Set the default user and domain name to Default

Changes in puppet-panko 10.3.0..11.0.0
--------------------------------------

465af9c Drop -dev for release prep
29de8e9 oslo log: check puppet resource instead of actual config in spec
5db76aa Remove explicit log file for panko
a1d5348 Update test-requirements.txt
18af2a6 Add unit test for init.pp
1a29b3b Add bindep support
02ee0b4 Fix typo
e5bc096 Inconsistent package_ensure parameter name
ec8d64c Prepare Pike metadata
e9922a8 Set the user and domain name to default
45f9467 Update reno for stable/ocata


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

bindep.txt                                         |   2 +
manifests/init.pp                                  |  22 +++-
manifests/keystone/authtoken.pp                    |   4 +-
manifests/logging.pp                               |   4 +-
metadata.json                                      | 138 ++++++++++-----------
..._ensure_package_parameter-78135a334d98fe23.yaml |   4 +
.../remove-explicit-log-e931f303c9bf7946.yaml      |   5 +
.../set-user-domain-default-3da3f24dfe35e9c0.yaml  |   3 +
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/classes/panko_init_spec.rb                    |  52 ++++++++
spec/classes/panko_keystone_authtoken_spec.rb      |   4 +-
spec/classes/panko_logging_spec.rb                 |  92 ++++++--------
test-requirements.txt                              |  10 +-
15 files changed, 218 insertions(+), 141 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