From d4f0cdfe94f435050c59da8968b0be020690c71f Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 30 Aug 2016 07:00:00 +0200 Subject: [PATCH] Release 4.0.0 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 3 ++- ROADMAP.md | 7 ++----- metadata.json | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144df9f4..6231b241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# 2016-08-28 - Release 4.0.0 +# 2016-08-30 - Release 4.0.0 ### Summary - Validate corosync configuration before overwriting (available in EL7, Ubuntu 16.04, and Debian Jessie) (#294) - multicast\_address and unicast\_addresses are no longer mandatory if clustername is set (#318) +- Modulesync updates ### Backward incompatible changes - Support for Puppet <= 3.6.0 is removed (#319) diff --git a/ROADMAP.md b/ROADMAP.md index 40bf3db0..c99752e4 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,15 +1,10 @@ # Public Roadmap -## voxpupuli-corosync v3.0.0 - -- Minimum Puppet version: 3.0.0 - ## voxpupuli-corosync v4.0.0 - Minimum Puppet version: 3.6.0 - Cleanup Pre-Puppet 3.6 workarounds - PR [#294](https://github.com/voxpupuli/puppet-corosync/pull/294) - [#291](https://github.com/voxpupuli/puppet-corosync/pull/291) ## voxpupuli-corosync v5.0.0 @@ -17,6 +12,8 @@ - Long Term Support release - General code optimization and cleanup - Branched off to a "puppet 3 branch" +- PR [#291](https://github.com/voxpupuli/puppet-corosync/pull/291) +- PR [#310](https://github.com/voxpupuli/puppet-corosync/pull/310) ### Puppet 3 support diff --git a/metadata.json b/metadata.json index f243625d..7ba126b5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-corosync", - "version": "4.0.0-rc0", + "version": "4.0.0", "author": "voxpupuli", "summary": "This module is a set of manifests and types/providers for quickly setting up highly available clusters using Corosync", "license": "Apache-2.0",