From 894680092e47b75b62d350d2d4e0010a5f39f781 Mon Sep 17 00:00:00 2001 From: tragiccode Date: Sat, 23 Sep 2017 22:27:46 -0500 Subject: [PATCH] Cut new release --- CHANGELOG.md | 16 ++++++++++++++++ metadata.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f722c2..6fe6d071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.2.0](https://github.com/voxpupuli/puppet-splunk/tree/v6.2.0) (2017-09-23) +[Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v6.1.0...v6.2.0) + +**Implemented enhancements:** + +- Replace Staging with archive module [\#127](https://github.com/voxpupuli/puppet-splunk/issues/127) + +**Closed issues:** + +- Evaluation Error: Unknown variable: 'splunk::params::forwarder\_install\_options' [\#97](https://github.com/voxpupuli/puppet-splunk/issues/97) + +**Merged pull requests:** + +- Replace staging module with archive module [\#128](https://github.com/voxpupuli/puppet-splunk/pull/128) ([TraGicCode](https://github.com/TraGicCode)) + ## [v6.1.0](https://github.com/voxpupuli/puppet-splunk/tree/v6.1.0) (2017-09-20) [Full Changelog](https://github.com/voxpupuli/puppet-splunk/compare/v6.0.0...v6.1.0) @@ -28,6 +43,7 @@ These should not affect the functionality of the module. **Merged pull requests:** +- Release v6.1.0 [\#135](https://github.com/voxpupuli/puppet-splunk/pull/135) ([TraGicCode](https://github.com/TraGicCode)) - SplunkForwarder has no concept of a splunkd\_port [\#134](https://github.com/voxpupuli/puppet-splunk/pull/134) ([TraGicCode](https://github.com/TraGicCode)) - Remove unused spec\_helper\_system.rb [\#132](https://github.com/voxpupuli/puppet-splunk/pull/132) ([wyardley](https://github.com/wyardley)) - SplunkForwarder has no concept of a server\_service. [\#130](https://github.com/voxpupuli/puppet-splunk/pull/130) ([TraGicCode](https://github.com/TraGicCode)) diff --git a/metadata.json b/metadata.json index 188d135c..343d6105 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-splunk", - "version": "6.1.1-rc0", + "version": "6.2.0", "author": "Vox Pupuli", "summary": "Manage and deploy Splunk servers and forwarders", "license": "Apache-2.0",