All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v6.0.0 (2023-11-16)
- Support custom lines in /etc/resolv.conf #47 (treydock)
- Add resolver_config_backup parameter #46 (treydock)
- Allow setting nameservers limit #45 (treydock)
- Support Puppet 8 and stdlib 9.x #44 (treydock)
v5.0.0 (2022-09-19)
- Support Puppet 7 and use PDK #42 (ghoneycutt)
v4.1.0 (2021-04-19)
v4.0.0 (2021-04-19)
- Modernize #40 (ghoneycutt)
- Remove EOL Puppet Versions #39 (BuJo)
v3.6.0 (2018-12-09)
- Add support for Puppet 6 #35 (Phil-Friderici)
- Make it explicit that this module is compatible with Puppet 5 #34 (mattock)
- Support Puppet 4.9 #30 (Phil-Friderici)
v3.5.2 (2016-11-12)
- Maintenance #29 (ghoneycutt)
v3.5.1 (2016-08-31)
v3.5.0 (2016-08-31)
- Support ruby 231 #26 (ghoneycutt)
- Fix Travis-ci matrix so that each feature release is tested #24 (ghoneycutt)
v3.4.0 (2015-05-27)
- Support Puppet v4 and v3 w/ future parser #23 (ghoneycutt)
v3.3.0 (2015-03-18)
- Prep for v3.3.0 #21 (ghoneycutt)
v3.2.0 (2014-10-06)
v3.1.1 (2014-09-15)
- Fix travis-ci image in README #16 (ghoneycutt)
- Gemfile to reflect that 2.7 support has been dropped #15 (ghoneycutt)
- Remove Travis work around for ruby v1.8.7 #14 (ghoneycutt)
- Drop 2.7 support entirely #13 (ghoneycutt)
- Bugfix Travis testing ruby 1.8.7 and add Puppet 3.4.2 #12 (ghoneycutt)
- Support rspec-puppet v1.0.0 #11 (ghoneycutt)
v3.1.0 (2013-12-10)
v3.0.5 (2013-11-14)
- Support Ruby 1.9 #9 (ghoneycutt)
- Add normalize testing. #8 (narf-)
- Catch Puppet::Error in spec tests #6 (ghoneycutt)
v3.0.4 (2013-06-08)
- Add @ to variables in template. #5 (ghoneycutt)
- Fix fixtures so stdlib v3.2.0 is tracked. #4 (ghoneycutt)
- Drop support for Puppet v2.6 #2 (ghoneycutt)
- Remove param docs from manifest. #1 (ghoneycutt)
3.6.0 - 2018-12-08
- Support Puppet versions 5 and 6.
3.5.2 - 2016-10-12
- Explicitly support puppet-lint v2
3.5.1 - 2016-08-31
- No changes, just another release to appease an issue with the Forge.
3.5.0 - 2016-08-31
- Add support for Ruby v2.3.1
3.4.0 - 2015-05-27
- Support Puppet v4 and v3 with future parser
3.0.4 - 2013-06-08 Garrett Honeycutt [email protected]
- Fix warnings by using @ in front of variables in template
- .fixtures.yml is tracking correct version of puppetlabs/stdlib
- Drop Puppet v2.6 from travis-ci
- anders-larsson updates README to document support for SLES 10
- anders-larsson updates README to document support for all EL, not just CentOS
3.0.1 - 2013-03-16 Garrett Honeycutt [email protected]
- fixed spec bug relating to lack of .fixtures.yml
- cleaned up testing framework
3.0.0 - 2013-03-16 Garrett Honeycutt [email protected]
- Switched to semantic versioning - http://semver.org
- Implemented new design pattern that manages data with Hiera
- Truly portable module! Code is completely data driven, so you can make changes through Hiera and never have to edit the code itself.
2.0.0 - 2011-09-09 Garrett Honeycutt [email protected]
- Implemented design pattern based on http://www.puppetlabs.com/blog/design-pattern-for-dealing-with-data/
1.0.1 - 2010-09-24 Garrett Honeycutt [email protected]
- Added documentation
1.0.0 - 2010-06-24 Garrett Honeycutt [email protected]
- Initial release
* This Changelog was automatically generated by github_changelog_generator