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

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:34:26 UTC 2017


We high-spiritedly announce the release of:

puppet-horizon 11.0.0: Puppet module for OpenStack Horizon

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^

Bug Fixes

* Fixes wrong apache vhost config when root_url is empty

* Rectify static alias prefix since starting from Ocata on Debian
  platforms static files resides in /var/lib.

Changes in puppet-horizon 10.3.0..11.0.0
----------------------------------------

8e00bbb Drop -dev for release prep
b513980 Rectify static alias
1934ab3 Update test-requirements.txt
3ccbcd7 Prepare Pike metadata
003d69f Avoid empty redirect rule in vhost config
7545989 Update reno for stable/ocata


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

manifests/params.pp                                |   2 +
manifests/wsgi/apache.pp                           |  10 +-
metadata.json                                      | 122 ++++++++++-----------
.../notes/empty-root-url-495e1f1f47372f47.yaml     |   3 +
...ctify-static-alias-prefix-7c182dd08a98a8ea.yaml |   4 +
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/classes/horizon_wsgi_apache_spec.rb           |  22 +++-
test-requirements.txt                              |  10 +-
10 files changed, 113 insertions(+), 79 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