4.0.0 - 2014.1.0 - Icehouse Release

Updated Modulefile and README.md for 4.0.0 release.

Change-Id: I00864dd5227c6cf2cd35ac8756ea88bc626f3d90
This commit is contained in:
Chris Hoge 2014-05-01 10:27:54 -07:00
parent 2847d4d42f
commit f5ea77aec9
2 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name 'puppetlabs-heat'
version '4.0.0-devel'
version '4.0.0'
source 'https://github.com/stackforge/puppet-heat'
author 'enovance'
license 'Apache License, Version 2.0'
@ -9,5 +9,5 @@ project_page 'https://launchpad.net/puppet-heat'
# Dependencies
dependency 'puppetlabs/inifile', '>= 1.0.0 <2.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <3.0.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'

View File

@ -1,6 +1,8 @@
puppet-heat
=============
4.0.0 - 2014.1.0 - Icehouse
#### Table of Contents
1. [Overview - What is the heat module?](#overview)
@ -66,7 +68,16 @@ Contributors
Release Notes
-------------
** 3.1.0 **
**4.0.0**
* Stable Icehouse release.
* Added SSL parameter for RabbitMQ.
* Added support for puppetlabs-mysql 2.2 and greater.
* Added option to define RabbitMQ queues as durable.
* Fixed outdated DB connection parameter.
* Fixed Keystone auth_uri parameter.
**3.1.0**
* Fixed postgresql connection string.
* Allow log_dir to be set to false to disable file logging.
@ -75,7 +86,7 @@ Release Notes
* Fixed the EC2 auth token settings.
* Fixed rabbit_virtual_host configuration.
** 3.0.0 **
**3.0.0**
* Initial release of the puppet-heat module.