From 5b99aaac1d34cfcb0d23989e7dbfd25807ee7054 Mon Sep 17 00:00:00 2001 From: "corey.hammerton" <corey.hammerton@gmail.com> Date: Sat, 3 Feb 2018 20:47:48 -0500 Subject: [PATCH] Version bump to 0.2.0 --- CHANGELOG.md | 18 +++++++++--------- metadata.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad2c1c..3580a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,25 @@ All notable changes to this project will be documented in this file ## [0.2.0] -- Adding support for Packetbeat 6.0 --- Removing unsupported sniffer type `pf_ring` from available `sniff_type` options --- Adding new parameter `major_version` to allow installation of 6.x packages from vendor --- Adding new optional parameter `queue` to configure internal queue settings -- Parameter `queue_size` is only applicable if `major_version` is '5' +* Adding support for Packetbeat 6.0 +** Removing unsupported sniffer type `pf_ring` from available `sniff_type` options +** Adding new parameter `major_version` to allow installation of 6.x packages from vendor +** Adding new optional parameter `queue` to configure internal queue settings +* Parameter `queue_size` is only applicable if `major_version` is '5' ## [0.1.1](https://github.com/corey-hammerton/puppet-packetbeat/tree/0.1.1) This is a bug fix release with support for Puppet 5 **Added** -- Puppet 5 support -- Parameter `disable_config_test`, enabling users to opt-out of configuration file validation +* Puppet 5 support +* Parameter `disable_config_test`, enabling users to opt-out of configuration file validation **Bug Fixes** -- Packetbeat configuration file validation +* Packetbeat configuration file validation **Misc** -- Replacing Pattern type parameters that allow specific values with Enum +* Replacing Pattern type parameters that allow specific values with Enum ## [0.1.0](https://github.com/corey-hammerton/puppet-packetbeat/tree/0.1.0) diff --git a/metadata.json b/metadata.json index b658ed0..d19b87d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "coreyh-packetbeat", - "version": "0.1.1", + "version": "0.2.0", "author": "coreyh", "summary": "A module to install and manage the packetbeat network packet analyzer", "license": "Apache-2.0",