Showing with 8 additions and 3 deletions.
  1. +6 −1 CHANGELOG.md
  2. +1 −1 manifests/prospector.pp
  3. +1 −1 metadata.json
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Changelog
=========

## Unreleased
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.0.0...HEAD)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.0.1...HEAD)

## [v3.0.1](https://github.com/pcfens/puppet-filebeat/tree/v3.0.1)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.0.0...v3.0.1)

- Fix array validation in prospector defined resource [\#166](https://github.com/pcfens/puppet-filebeat/pull/166)

## [v3.0.0](https://github.com/pcfens/puppet-filebeat/tree/v3.0.0)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v2.4.0...v3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion manifests/prospector.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Array[String] $tags = [],
Boolean $symlinks = false,
Optional[String] $pipeline = undef,
Array[String] $processors = [],
Array $processors = [],
) {

$prospector_template = $filebeat::major_version ? {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcfens-filebeat",
"version": "3.0.0",
"version": "3.0.1",
"author": "pcfens",
"summary": "A module to install and manage the filebeat log shipper",
"license": "Apache-2.0",
Expand Down