From 9c3674ab487d28e81d3f5d73791ff5925fc9cfb0 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 21 Nov 2014 10:47:22 -0800 Subject: [PATCH] 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 --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e2d02a62..6064ffed2 100644 --- a/README.md +++ b/README.md @@ -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.