Skip to content

Commit 9c3674a

Browse files
author
Colleen Murphy
committed
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
1 parent 45a35dc commit 9c3674a

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
puppet-heat
22
=============
33

4-
4.0.0 - 2014.1.0 - Icehouse
4+
5.0.0 - 2014.2.0 - Juno
55

66
#### Table of Contents
77

@@ -68,6 +68,29 @@ Contributors
6868
Release Notes
6969
-------------
7070

71+
**5.0.0**
72+
73+
* Stable Juno release
74+
* Added heat::policy to control policy.json
75+
* Deprecated the sql_connection parameter for database_connection parameter
76+
* Adds parameters to configure deferred authentication method in heat::engine in accordance with new Juno defaults
77+
* Bumped stdlib dependency to >=4.0.0
78+
* Added parameters to control whether to configure users
79+
* Added manage_service parameters to various classes to control whether the service was managed, as well as added enabled parameters where not already present
80+
* Added the ability to override the keystone service name in keystone::auth
81+
* Migrated the heat::db::mysql class to use openstacklib::db::mysql and deprecated the mysql_module parameter
82+
83+
**4.2.0**
84+
85+
* Added ability to hide secret type parameters from logs
86+
* Fixed database resource relationships
87+
* Added class for extended logging options
88+
* Fixed ssl parameter requirements when using kombu and rabbit
89+
90+
**4.1.0**
91+
92+
* Added SSL endpoint support.
93+
7194
**4.0.0**
7295

7396
* Stable Icehouse release.

0 commit comments

Comments
 (0)