From fc39d84d0094a1ebe7d5a1450da356f76c73e1a5 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sun, 9 May 2021 16:36:37 -0700 Subject: [PATCH] release v0.5.0 --- CHANGELOG.md | 31 ++++++++++++++++++++++++------- HISTORY.md | 42 ++++++++++++++++++++++++++++++++++++++++++ metadata.json | 2 +- 3 files changed, 67 insertions(+), 8 deletions(-) create mode 100644 HISTORY.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c319af..1e77cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ - +# Change log + +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). + +## [v0.5.0](https://github.com/kenyon/puppet-bind/tree/v0.5.0) (2021-05-09) + +[Full Changelog](https://github.com/kenyon/puppet-bind/compare/v0.4.0...v0.5.0) + +### Added + +- Add support to manage TSIG keys [\#2](https://github.com/kenyon/puppet-bind/pull/2) ([pecharmin](https://github.com/pecharmin)) -# Changelog +### Fixed -## Release v0.4.0 +- systemd daemon reload test fix [\#5](https://github.com/kenyon/puppet-bind/pull/5) ([kenyon](https://github.com/kenyon)) + + + +## v0.4.0 - Test enhancements - `bind::zone`: change `$purge` default to false so that unmanaged resource records are not @@ -11,18 +25,18 @@ zone with this module. - `named.conf` template: whitespace cleanup, logic simplification -## Release v0.3.0 +## v0.3.0 - 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. -## Release v0.2.1 +## v0.2.1 - Correctly update `metadata.json` and publish to Puppet Forge -## Release v0.2.0 +## v0.2.0 ### Features @@ -33,7 +47,7 @@ - Types and providers needed to manage DNS zones not complete -## Release v0.1.0 +## v0.1.0 ### Features @@ -42,3 +56,6 @@ ### Known Issues - Types and providers needed to manage DNS zones not complete + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..6458ed9 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,42 @@ + + +## v0.4.0 + +- Test enhancements +- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not + purged by default +- `bind::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 + +## v0.3.0 + +- 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. + +## v0.2.1 + +- Correctly update `metadata.json` and publish to Puppet Forge + +## v0.2.0 + +### Features + +- Rework package management parameters +- Add GitHub Actions workflows + +### Known Issues + +- Types and providers needed to manage DNS zones not complete + +## v0.1.0 + +### Features + +- Recursive server management + +### Known Issues + +- Types and providers needed to manage DNS zones not complete diff --git a/metadata.json b/metadata.json index c10a71f..3186e12 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "kenyon-bind", - "version": "0.4.0", + "version": "0.5.0", "author": "Kenyon Ralph", "summary": "Manage the BIND name server and DNS zones", "license": "AGPL-3.0-or-later",