diff --git a/CHANGELOG.md b/CHANGELOG.md index 87aeff87..02722dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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. +## [v7.2.1](https://github.com/voxpupuli/puppet-splunk/tree/v7.2.1) (2018-08-19) + +[Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v7.2.0...v7.2.1) + +**Fixed bugs:** + +- Add --no-prompt to the initial splunk start \(required on 7.1.X\) [\#191](https://github.com/voxpupuli/puppet-splunk/pull/191) ([ralfbosz](https://github.com/ralfbosz)) + +**Closed issues:** + +- Module does not seem to work with splunkforwarder 7.X [\#186](https://github.com/voxpupuli/puppet-splunk/issues/186) + ## [v7.2.0](https://github.com/voxpupuli/puppet-splunk/tree/v7.2.0) (2018-06-14) [Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v7.1.0...v7.2.0) @@ -52,7 +64,6 @@ These should not affect the functionality of the module. **Merged pull requests:** -- release 7.1.0 [\#165](https://github.com/voxpupuli/puppet-splunk/pull/165) ([bastelfreak](https://github.com/bastelfreak)) - Update README [\#162](https://github.com/voxpupuli/puppet-splunk/pull/162) ([arjenz](https://github.com/arjenz)) - replace validate\_string with assert\_type [\#161](https://github.com/voxpupuli/puppet-splunk/pull/161) ([bastelfreak](https://github.com/bastelfreak)) @@ -360,4 +371,4 @@ These should not affect the functionality of the module. -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 404a1d16..45b008b2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-splunk", - "version": "7.2.1-rc0", + "version": "7.2.1", "author": "Vox Pupuli", "summary": "Manage and deploy Splunk servers and forwarders", "license": "Apache-2.0",