From a64082e4f8ec75ecadaf20a02678647a7af22fb6 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Wed, 26 Mar 2014 11:15:31 -0700 Subject: [PATCH] Release 3.1.0 Updated README.md and Modulefile for 3.1.0 release. Change-Id: Ib8707001750df93f95b54990c737fea4d0b964fd --- Modulefile | 4 ++-- README.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 5612e8ac..4111c138 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-heat' -version '3.0.0' +version '3.1.0' source 'https://github.com/stackforge/puppet-heat' author 'enovance' license 'Apache License, Version 2.0' @@ -10,4 +10,4 @@ project_page 'https://launchpad.net/puppet-heat' # Dependencies dependency 'puppetlabs/stdlib', '>= 3.2.0' dependency 'puppetlabs/inifile', '>= 1.0.0 <2.0.0' -dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0' +dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0' diff --git a/README.md b/README.md index 295c2e6d..114bfefb 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,39 @@ This is the heat module. Release Notes ------------- +** 3.1.0 ** + +* Fixed postgresql connection string. +* Allow log_dir to be set to false to disable file logging. +* Added support for database idle timeout. +* Aligned Keystone auth_uri with other OpenStack services. +* Fixed the EC2 auth token settings. +* Fixed rabbit_virtual_host configuration. + ** 3.0.0 ** * Initial release of the puppet-heat module. + +License +------- + +Apache License 2.0 + + Copyright 2012 eNovance and Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +Contact +------- + +techs@enovance.com