We are happy to announce the release of: puppet-openstacklib 11.0.0: Puppet module for OpenStack Openstacklib This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-openstacklib/ For more details, please see below. 11.0.0 ^^^^^^ Bug Fixes * Bugfix 1664561. Allow to use Integers and Strings for the port parameter. Changes in puppet-openstacklib 10.3.0..11.0.0 --------------------------------------------- f1fa56a Drop -dev for release prep 6fbc6e3 Update test-requirements.txt d9123c4 Prepare Pike metadata b3d0590 Allow integer port in os_transport_url 0176f97 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- lib/puppet/parser/functions/os_transport_url.rb | 7 +- metadata.json | 146 ++++++++++----------- .../notes/bugfix-1664561-f5964a3777b9ed93.yaml | 4 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/functions/os_transport_url_spec.rb | 48 ++++++- test-requirements.txt | 10 +- 8 files changed, 146 insertions(+), 88 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