From: Chris Hoge Date: Fri, 14 Feb 2014 23:24:36 +0000 (-0800) Subject: Release 3.1.0 X-Git-Tag: 3.1.0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0c044cbbcd0204eba9a84cb28a9072c26ececa52;p=puppet-modules%2Fpuppet-ceilometer.git Release 3.1.0 Minor verson release for API changes related to glance and logging. Bux fix to fix package installation on Ubuntu. Change-Id: I27c6066558af8e2432703423ff312635113e8ca2 --- diff --git a/Modulefile b/Modulefile index 928ed99..23cb85b 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-ceilometer' -version '3.0.0' +version '3.1.0' source 'https://github.com/stackforge/puppet-ceilometer' author 'enovance' license 'Apache License, Version 2.0' diff --git a/README.md b/README.md index bd2f058..01d2570 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ This is the ceilometer module. Release Notes ------------- +** 3.1.0 ** + +* Fixed package ceilometer-alarm type error on Debian. +* Remove log_dir from params and make logs configurable in init. +* Removed glance_notifications from notification_topic. +* Don't match commented [DEFAULT] section. + ** 3.0.0 ** * Initial release of the puppet-ceilometer module.