From fb3b49fbc38d9fde80a0588be6beced153439cd1 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Thu, 19 Jun 2014 16:52:37 -0700 Subject: [PATCH] Release 4.1.0 API additions for SSL support. Change-Id: I48635f121d7287af215fe8108384af6c9a96b8fe --- Modulefile | 2 +- README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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.