From b3a1409d161653ccdcda2c444cf5fcd31d5d1073 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Wed, 10 Dec 2014 13:08:47 +0100 Subject: [PATCH] New forge release 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Summary * Added ceph::client class (to configure ceph clients) * Drop unit-testing on puppet 2.7 series * Added puppet header in generated configs files * Bugfixes * Bugfix with uuid detection (ceph_osd_bootstrap_key fact), introduced with blkid >= v2.22 * Remove non-UTF8 chars, refs https://tickets.puppetlabs.com/browse/PUP-1386 Kudo to François and Dimitri for this release! --- CHANGELOG.md | 11 +++++++++++ metadata.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fdc5c..c8c418f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +##2014-12-10 - release 1.3.0 + +###Summary +* Added ceph::client class (to configure ceph clients) +* Drop unit-testing on puppet 2.7 series +* Added puppet header in generated configs files + +####Bugfixes +* Bugfix with uuid detection (ceph_osd_bootstrap_key fact), introduced with blkid >= v2.22 +* Remove non-UTF8 chars, refs https://tickets.puppetlabs.com/browse/PUP-1386 + ##2014-10-08 - release 1.2.0 ###Summary diff --git a/metadata.json b/metadata.json index 9b151be..a3fd73d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "eNovance-ceph", - "version": "1.2.0", + "version": "1.3.0", "author": "Francois Charlier ", "summary": "A puppet module to install & configure Ceph", "license": "AGPLv3",