From 4713b1582b0823d4f641ceaaba97f07c6b94a792 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 9 Dec 2017 15:15:23 +0100 Subject: [PATCH] release 6.0.0 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- metadata.json | 4 ++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34075e9..37ca98dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,32 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. -## [v5.1.0](https://github.com/voxpupuli/puppet-corosync/tree/v5.1.0) (2017-10-26) +## [v6.0.0](https://github.com/voxpupuli/puppet-corosync/tree/v6.0.0) (2017-12-09) + +[Full Changelog](https://github.com/voxpupuli/puppet-corosync/compare/v5.1.0...v6.0.0) + +**Breaking changes:** + +- Move away from the UNSET pattern [\#322](https://github.com/voxpupuli/puppet-corosync/issues/322) +- \[RFC\] Removing enable\_secauth\_real [\#420](https://github.com/voxpupuli/puppet-corosync/pull/420) ([kBite](https://github.com/kBite)) +- Breaking: Use puppet4 data types [\#419](https://github.com/voxpupuli/puppet-corosync/pull/419) ([kBite](https://github.com/kBite)) + +**Implemented enhancements:** + +- Support Debian 9 [\#404](https://github.com/voxpupuli/puppet-corosync/issues/404) +- support Debian 9 \(\#404\) [\#416](https://github.com/voxpupuli/puppet-corosync/pull/416) ([wyardley](https://github.com/wyardley)) + +**Fixed bugs:** + +- added class param clear\_node\_high\_bit. This is used in templates/coro… [\#402](https://github.com/voxpupuli/puppet-corosync/pull/402) ([oveaurs](https://github.com/oveaurs)) + +**Merged pull requests:** + +- Fix variable type to allow authkey to be a string [\#427](https://github.com/voxpupuli/puppet-corosync/pull/427) ([cedef](https://github.com/cedef)) +- Added manage corosync feature [\#424](https://github.com/voxpupuli/puppet-corosync/pull/424) ([Nekototori](https://github.com/Nekototori)) +- 5.1.0 release \(last version with Puppet 3.8.x support\) [\#417](https://github.com/voxpupuli/puppet-corosync/pull/417) ([wyardley](https://github.com/wyardley)) + +## [v5.1.0](https://github.com/voxpupuli/puppet-corosync/tree/v5.1.0) (2017-10-27) [Full Changelog](https://github.com/voxpupuli/puppet-corosync/compare/v5.0.0...v5.1.0) diff --git a/metadata.json b/metadata.json index 90c0e82b..00036cfb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-corosync", - "version": "5.1.1-rc0", + "version": "6.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", @@ -38,7 +38,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.1 < 5.0.0" + "version_requirement": ">= 4.7.1 < 6.0.0" } ], "dependencies": [