Skip to content

Commit

Permalink
Version bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corey-hammerton committed Feb 4, 2018
1 parent 380b16a commit 5b99aaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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": "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",
Expand Down

0 comments on commit 5b99aaa

Please sign in to comment.