From 118db2195e8054a51e3de05542334f0f114c9705 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 16 Sep 2016 22:36:47 +0200 Subject: [PATCH] Release 5.0.0 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 4 +++- metadata.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f268274f..be0d065f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# 2016-09-13 - Release 5.0.0-beta2 +# 2016-09-16 - Release 5.0.0 - Allow multiple rings in nodelist (#262, #291, #336, #358) - Add support for cs\_location rules (#132, #310, #356) +- Allow 1-element arrays for primitives in cs\_group (#152, #368) +- Add support for clone of groups (#176, #371) - New class parameter: vsftype (#345) - Add the nodelist to corosync.conf even if we set the expected votes count (#347) diff --git a/metadata.json b/metadata.json index 79e0386b..52703faf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-corosync", - "version": "5.0.0-beta2", + "version": "5.0.0", "author": "Vox Pupuli", "summary": "This module is a set of manifests and types/providers for quickly setting up highly available clusters using Corosync and Pacemaker", "license": "Apache-2.0",