Preparing for 2.2.0 release.

Updated modulefile to set version to 2.2.0.
Updated release notes in README.md.

Change-Id: I14d737c0f35362c9f009285c6bd510a2bcee1715
(cherry picked from commit 93ebf43ea4)
This commit is contained in:
Chris Hoge 2013-10-07 12:00:28 -07:00
parent fdd33939c0
commit c802fd7138
2 changed files with 11 additions and 2 deletions

View File

@ -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'

View File

@ -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.