Preparing for 2.2.0 release.
Updated modulefile to set version to 2.2.0. Updated release notes in README.md. Change-Id: I14d737c0f35362c9f009285c6bd510a2bcee1715
This commit is contained in:
parent
d0834a23aa
commit
93ebf43ea4
@ -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'
|
||||
|
@ -118,6 +118,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.
|
||||
|
Loading…
Reference in New Issue
Block a user