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.
v1.0.0 (2021-06-13)
Breaking changes:
- Drop EoL Puppet 5; Add Puppet 7 support #17 (bastelfreak)
Closed issues:
- Add Puppet version support range
5.5.8 < 7.0.0
to metadata.json #15
Merged pull requests:
- fix wrong name/author in metadata.json #16 (bastelfreak)
- fix rubocop complaints #13 (kenyon)
- README.md: improve spelling and formatting #12 (kenyon)
- modulesync 3.0.0 & puppet-lint updates #10 (bastelfreak)
- Updates to reflect voxpupuli name and regex fix #4 (logicminds)
- Remove deprecated metadata fields and modulefile #3 (alexjfisher)
- Fix metadata license, github detection and add badge #2 (alexjfisher)
- Rename CHANGELOG.md to HISTORY.md #1 (alexjfisher)
Fixes issues introduced by deprecation of :parent and type inheritance. Removal of MIT license due to reuse of Puppetlabs code.
- Compatibility with Puppet 3.4 +
- Issues in newer puppets
This release adds tests, documentation improvements, and better Ruby 1.8.7 compatibility
- Improved tests.
- Documentation improvements.
- Regular Expressions should now work correctly in Ruby 1.8.7
This release adds the add command, this file, aliases for ins/rm, raw processing, conditional improvements, sort behavior bug fixes.
- Augeas add command equivalent added.
- Aliases for ins and rm(insert and remove, respectively) created so xmlfile_modification more closely mirrors the augeas puppet resource type.
- Conditional behavior for numerals improved. If both parts of evaluate are pure digits, a to_i conversion is done before the comparison.
- Documentation improved.
- REXML now runs in raw mode for all nodes by default.
- Sort now sorts by node name if third argument is either 0 length or nil.
This is a minor release that warranted a minor version update due to the metaprogramming involved.
- Automatic importation of docs for inherited attributes on the inherited type.
Initial Release
* This Changelog was automatically generated by github_changelog_generator