Skip to content

Latest commit

 

History

History
127 lines (77 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

127 lines (77 loc) · 5.48 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v5.0.0 (2023-02-07)

Full Changelog

Breaking changes:

  • Add data types everywhere and do not allow values where arrays are expected #31 (smortex)
  • Add support for patterndb v6 type-hints #30 (smortex)
  • Drop support of CentOS 6 / RedHat 6 (EOL) #24 (smortex)

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Bring back smoke tests ! #22

Merged pull requests:

v4.0.1 (2022-02-23)

Full Changelog

Fixed bugs:

v4.0.0 (2022-02-04)

Full Changelog

Breaking changes:

  • Drop support for Puppet 4 and 5 (EOL) #18 (smortex)

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Module broken with Puppet 5.5.7 #7

v3.0.0 (2018-03-22)

  • new major release
  • drop support for puppet < 4.9.0

v2.3.0-beta1 (2017-06-07)

  • add support for polling hiera

v2.2.2 (2015-08-26)

  • fix bug in htmlentities that fracked up pdbs iunder ruby 2.1

v2.2.1 (2015-08-26)

  • context_timeout now accepts Fixnum as well as String
  • add parameter order for ruleset
  • Drop support for puppet 2.x
  • minor author fixes

v2.2.0 (2015-08-26)

UNRELEASED

v2.1.1 (2015-08-26)

UNRELEASED

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

v2.1.0 (2014-08-12)

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

v2.0.0 (2014-06-16)

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

v1.0.0 (2014-06-10)

Initial release

* This Changelog was automatically generated by github_changelog_generator