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.
v4.0.0 (2023-11-30)
Breaking changes:
- Drop Puppet 6 support #74 (bastelfreak)
Implemented enhancements:
- Add Puppet 8 support #75 (bastelfreak)
Merged pull requests:
- Correct spelling mistake #73 (EdwardBetts)
v3.1.0 (2020-11-07)
Breaking changes:
- Drop Puppet 4 #64 (bastelfreak)
Closed issues:
- Add examples to filemapper to demonstrate use. #7
Merged pull requests:
v3.0.2 (2018-10-14)
Merged pull requests:
- modulesync 2.1.0 and allow puppet 6.x #59 (bastelfreak)
- Remove docker nodesets #53 (bastelfreak)
v3.0.1 (2018-03-29)
Merged pull requests:
- Bump puppet dependency to minimum supported version 4.10.0 #50 (bastelfreak)
v3.0.0 (2017-10-19)
Merged pull requests:
- Release 3.0.0 #46 (bastelfreak)
- Fix github license detection #44 (alexjfisher)
v2.1.0 (2017-02-11)
This is the last release with Puppet3 support!
- Set minimum version_requirement for Puppet
- Remove unnecessary disabling of RSpec/NestedGroups
- Modulesync with latest Vox Pupuli changes
- Fix several rubocop issues
- define #path on filetype mocks/fix broken symbols
This is a backwards incompatible release.
- Drop Ruby 1.8.7 support
- Move to Vox Pupuli namespace
- Significant code quality improvements
- Modulesync with latest Vox Pupuli defaults
- Sync mk_resource_methods with Puppet Core
Thanks to Joseph Yaworski and the Vox Pupuli teams for their work on this release.
This is a backwards compatible bugfix release.
- Invoke super in self.initvars to initialize
@defaults
Thanks to Igor Galić for his work on this release.
This is a backwards compatible bugfix release.
- Update permissions of built modules to be a+rX.
This is a backwards compatible bugfix release.
- (filemapper-#4) Add resource failure when in error state
Thanks to Reid Vandewiele for his contribution for this release.
This is a backwards compatible feature release.
- Add Apache 2.0 LICENSE
- Add Gemfile
- (filemapper-#3) Add
unlink_empty_files
attribute - (maint) spec cleanup for readability
- (filemapper-#2) Add pre and post flush hook support
This is a backwards compatible maintenance release.
- Update metadata to reference forge username
- Ensure implementing classes return a string from format_file
This is a backwards compatible maintenance release.
- Remove call
#symbolize
method; said method was removed in Puppet 3.0.0 - Fail fast if an including class returns bad data from Provider.parse_file
- Don't try to fall back to
@resource.should
value for properties
* This Changelog was automatically generated by github_changelog_generator