-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters