diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5254d56 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [6.0.0] +### Breaking changes +- Remove sudo::configs, move hiera lookups to init.pp (#228) +### Fixed +- Do not ensure package, when it's undefined (#213) +- Fix regex matching rhel 5.1 to 5.4 only (#217) +- Add systemctl commands back to SERVICES alias (#224, #225) +### Added +- Add Puppet 6 to travis checks +- Allow usage of sudoreplay (#231) +### Changed +- Let $purge_ignore accept an array of strings (#211) +- Update Puppet version requirement to include version 6 (#230, #234) +### Removed +- Drop Ruby 2.1 from travis checks