[release-announce] puppet-vitrage 7.1.0 (victoria)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Wed Jun 24 13:54:00 UTC 2020
    
    
  
We high-spiritedly announce the release of:
puppet-vitrage 7.1.0: Puppet module for OpenStack Vitrage
This release is part of the victoria release series.
The source is available from:
    https://opendev.org/openstack/puppet-vitrage
Download the package from:
    https://tarballs.openstack.org/puppet-vitrage/
Please report issues through:
    https://bugs.launchpad.net/puppet-vitrage/+bugs
For more details, please see below.
7.1.0
^^^^^
Deprecation Notes
* "user_domain_id" and "project_domain_id" in "vitrage::auth" class
  were deprecated and will be removed in a future release. Use
  "user_domain_name" and "project_domain_name" instead.
* The "vitrage::auth::auth_endpoint_type" parameter has been
  deprecated and will be removed in a future release. Use "interface"
  instead.
* The following parameters in "vitrage::auth" class have been
  deprecated and will be removed in a future release. Use
  "auth_project_name" instead.
  * "auth_tenant_name"
  * "auth_tenant_id"
Changes in puppet-vitrage 6.3.0..7.1.0
--------------------------------------
645913c Prepare Victoria M1
531b13c Switch to newer openstackdocstheme and reno versions
05c4625 Update Puppet requirement to >= 6.0.0
d0233e4 Remove password hash generation in each puppet modules
61f602d Bump version for the start of Victoria
4c0f190 Bump reno to 2.5.0
ebd7862 [ussuri][goal] Add CONTRIBUTING.rst
470d633 Add CentOS8 to nodesets
f9e8066 Use domain_name instead of domain_id
657750b Deprecate keystone v2 parameters
22c6018 Use anchor to require necessary packages
afdc25c Bump openstackdocstheme to 1.30.0
668b9df Change rpsec to rspec
284b754 Update master for stable/ussuri
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst                                   |  19 +++
README.md                                          |   2 +-
lib/puppet/type/vitrage_api_paste_ini.rb           |   4 +-
lib/puppet/type/vitrage_config.rb                  |   4 +-
manifests/auth.pp                                  | 129 ++++++++++++++++-----
manifests/db/mysql.pp                              |   2 +-
manifests/db/postgresql.pp                         |  10 +-
metadata.json                                      |  14 +--
.../notes/auth-domain_name-9601cf38eb528850.yaml   |   6 +
...te-keystone-v2-parameters-de9ec758af9c76e8.yaml |  12 ++
releasenotes/source/conf.py                        |   8 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ussuri.rst                     |   6 +
spec/acceptance/nodesets/nodepool-centos8.yml      |  10 ++
spec/classes/vitrage_auth_spec.rb                  |  36 ++++--
spec/classes/vitrage_db_mysql_spec.rb              |  56 ++++-----
spec/classes/vitrage_db_postgresql_spec.rb         |  11 +-
spec/unit/type/vitrage_api_paste_ini_spec.rb       |  22 +---
spec/unit/type/vitrage_config_spec.rb              |   8 +-
20 files changed, 245 insertions(+), 121 deletions(-)
    
    
More information about the Release-announce
mailing list