diff --git a/Modulefile b/Modulefile index 99bb6dc4c..9202a8072 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-nova' -version '4.0.0' +version '4.1.0' source 'https://github.com/stackforge/puppet-nova' author 'Puppet Labs' license 'Apache License 2.0' diff --git a/README.md b/README.md index 292911e15..81052c2bd 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,15 @@ Contributors Release Notes ------------- +**4.1.0** + +* Added API v3 endpoint support. +* Added configuration of rbd keyring name. +* Added support for run Nova SSL endpoints. +* Updated RabbitMQ dependency. +* Updated mysql charset to UTF8. +* Pinned major gems. + **4.0.0** * Stable Icehouse release.