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.
v0.6.0 (2023-08-27)
- pdk update 3.0.0, add Ubuntu 22.04 support, bump module and Puppet versions, drop Puppet 6 support, fix puppet-lint complaints #16 (kenyon)
- Add Ubuntu 20.04 support #13 (kenyon)
- install: remove workaround for mkdir command not found #12 (kenyon)
- metadata: support Debian 11, stdlib 8, update systemd name, fix tests #9 (kenyon)
- pdk update 2.2.0 #8 (kenyon)
v0.5.1 (2021-06-01)
v0.5.0 (2021-05-09)
- Test enhancements
bind::zone
: change$purge
default to false so that unmanaged resource records are not purged by defaultbind::zone
: add parameter$manage
. When true, means you want to manage the content of the zone with this module.named.conf
template: whitespace cleanup, logic simplification
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
- Fix handling of backport packages
- Better ordering of named.conf fragments
resource_record
type and provider work. Still incomplete.
- Correctly update
metadata.json
and publish to Puppet Forge
- Rework package management parameters
- Add GitHub Actions workflows
- Types and providers needed to manage DNS zones not complete
- Recursive server management
- Types and providers needed to manage DNS zones not complete
* This Changelog was automatically generated by github_changelog_generator