diff --git a/Modulefile b/Modulefile index 2cccdcec..679202e7 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-cinder' -version '4.0.0' +version '4.1.0' source 'https://github.com/stackforge/puppet-cinder' author 'Puppet Labs' license 'Apache License 2.0' diff --git a/README.md b/README.md index 8aa7e76a..9c82c922 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,15 @@ Contributors Release Notes ------------- +**4.1.0** + +* Added Cinder v2 endpoint support. +* Added SSL support for Cinder API. +* Added RabbitMQ SSL support. +* Moved default_volume_type to cinder::api +* Removed warnings for existing Cinder volumes. +* Pinned major gems. + **4.0.0** * Stable Icehouse release.