Release 5.0.0 - Juno

Changes in this release:
* Added heat::policy to control policy.json
* Deprecated the sql_connection parameter for database_connection parameter
* Adds parameters to configure deferred authentication method in heat::engine in accordance with new Juno defaults
* Bumped stdlib dependency to >=4.0.0
* Added parameters to control whether to configure users
* Added manage_service parameters to various classes to control whether the service was managed, as well as added enabled parameters where not already present
* Added the ability to override the keystone service name in keystone::auth
* Migrated the heat::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter

Change-Id: I1eb3c5f278c1ff348fca3173c979cab2945e7a54
This commit is contained in:
Colleen Murphy 2014-11-21 10:47:22 -08:00
parent 45a35dc2ec
commit 9c3674ab48
1 changed files with 24 additions and 1 deletions

View File

@ -1,7 +1,7 @@
puppet-heat
=============
4.0.0 - 2014.1.0 - Icehouse
5.0.0 - 2014.2.0 - Juno
#### Table of Contents
@ -68,6 +68,29 @@ Contributors
Release Notes
-------------
**5.0.0**
* Stable Juno release
* Added heat::policy to control policy.json
* Deprecated the sql_connection parameter for database_connection parameter
* Adds parameters to configure deferred authentication method in heat::engine in accordance with new Juno defaults
* Bumped stdlib dependency to >=4.0.0
* Added parameters to control whether to configure users
* Added manage_service parameters to various classes to control whether the service was managed, as well as added enabled parameters where not already present
* Added the ability to override the keystone service name in keystone::auth
* Migrated the heat::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter
**4.2.0**
* Added ability to hide secret type parameters from logs
* Fixed database resource relationships
* Added class for extended logging options
* Fixed ssl parameter requirements when using kombu and rabbit
**4.1.0**
* Added SSL endpoint support.
**4.0.0**
* Stable Icehouse release.