Skip to content

Commit

Permalink
prepare for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faxm0dem committed Aug 26, 2015
1 parent 5f23165 commit a0de068
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
47 changes: 31 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
- context_timeout now accepts Fixnum as well as String
* 2014-08-12 2.1.0 Separate Rulesets, Rules and Actions
- rules accept the `order` parameter which controls the order
of appearance in the merged parser file
- rulesets, rules and actions can now be declared separately
this pulls in the puppetlabs-concat dependancy
- allow rules and patterns to be strings
that will be coerced to single-element arrays
this will make it easier to use this module with puppetdb
https://tickets.puppetlabs.com/browse/PDB-170
- treat action/message/inherit_properties as a real boolean
* 2014-06-16 2.0.0 Support multiple merged patterndb files
- added support for multiple pattern databases
- class `patterndb::update` replaced by define `patterndb::parser`
- moved parameters from `update` to base class
* 2014-06-10 1.0.0 Initial release
## 2015-08-26 2.2.0

* context_timeout now accepts Fixnum as well as String
* add parameter order for ruleset
* Drop support for puppet 2.x

## 2015-08-26 2.1.1 UNRELEASED

* escape special chars in generated xml
* Allow empty patterns in rulesets
* context_timeout and version now accept Fixnum as well as String

## 2014-08-12 2.1.0 Separate Rulesets, Rules and Actions

* rules accept the `order` parameter which controls the order
of appearance in the merged parser file
* rulesets, rules and actions can now be declared separately
this pulls in the puppetlabs-concat dependancy
* allow rules and patterns to be strings
that will be coerced to single-element arrays
this will make it easier to use this module with puppetdb
https://tickets.puppetlabs.com/browse/PDB-170
* treat action/message/inherit_properties as a real boolean

## 2014-06-16 2.0.0 Support multiple merged patterndb files

* added support for multiple pattern databases
* class `patterndb::update` replaced by define `patterndb::parser`
* moved parameters from `update` to base class

## 2014-06-10 1.0.0 Initial release
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccin2p3-patterndb",
"version": "2.1.1",
"version": "2.2.0",
"author": "ccin2p3",
"summary": "Puppet module for patterndb (Syslog-ng)",
"license": "CeCILL B",
Expand Down

0 comments on commit a0de068

Please sign in to comment.