diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ca98dd..3b47226c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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. +## [v6.0.1](https://github.com/voxpupuli/puppet-corosync/tree/v6.0.1) (2018-03-28) + +[Full Changelog](https://github.com/voxpupuli/puppet-corosync/compare/v6.0.0...v6.0.1) + +**Fixed bugs:** + +- Cannot avoid the `bindnetaddr` to be set into `/etc/corosync/corosync.conf` file [\#421](https://github.com/voxpupuli/puppet-corosync/issues/421) +- fix output of clear\_node\_high\_bit variable in config [\#433](https://github.com/voxpupuli/puppet-corosync/pull/433) ([oveaurs](https://github.com/oveaurs)) +- member section is deprecated in favor of nodelist [\#430](https://github.com/voxpupuli/puppet-corosync/pull/430) ([actatux](https://github.com/actatux)) + +**Closed issues:** + +- Warning in generated corosync.conf [\#422](https://github.com/voxpupuli/puppet-corosync/issues/422) +- Could not autoload puppet/provider/cs\_property/pcs: [\#403](https://github.com/voxpupuli/puppet-corosync/issues/403) + +**Merged pull requests:** + +- bump puppet to latest supported version 4.10.0 [\#436](https://github.com/voxpupuli/puppet-corosync/pull/436) ([bastelfreak](https://github.com/bastelfreak)) +- Use docker\_sets in travis.yml [\#435](https://github.com/voxpupuli/puppet-corosync/pull/435) ([ekohl](https://github.com/ekohl)) + ## [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) @@ -27,7 +47,6 @@ These should not affect the functionality of the module. - 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) @@ -372,4 +391,4 @@ name, this replacement allows cs_location to work correctly. - Generally tried to get on top of this thing. -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/metadata.json b/metadata.json index 052b04f3..62efcba2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-corosync", - "version": "6.0.1-rc0", + "version": "6.0.1", "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",