diff --git a/Modulefile b/Modulefile index 0b5a09d3..1d8f868f 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-glance' -version '2.1.0' +version '2.2.0' source 'https://github.com/stackforge/puppet-glance' author 'Puppet Labs' license 'Apache License 2.0' @@ -8,6 +8,6 @@ description 'Puppet module to install and configure the Openstack Glance image s project_page 'https://launchpad.net/puppet-openstack' dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0' -dependency 'puppetlabs/keystone', '>=2.1.0 <3.0.0' +dependency 'puppetlabs/keystone', '>=2.2.0 <3.0.0' dependency 'puppetlabs/mysql', '>=0.6.1 <1.0.0' dependency 'puppetlabs/stdlib', '>= 2.5.0' diff --git a/README.md b/README.md index 37a1f3b7..bd537de8 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,15 @@ Contributors Release Notes ------------- +**2.2.0** + +* Added syslog support. +* Added support for iso disk format. +* Fixed bug to allow support for rdb options in glance-api.conf. +* Fixed bug for rabbitmq options in notify::rabbitmq. +* Removed non-implemented glance::scrubber class. +* Various lint and bug fixes. + **2.1.0** * Added glance-cache-cleaner and glance-cache-pruner.