Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed May 9, 2021
1 parent ada5854 commit fc39d84
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
31 changes: 24 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
# 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))

<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->

## v0.4.0

- Test enhancements
- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not
Expand All @@ -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

Expand All @@ -33,7 +47,7 @@

- Types and providers needed to manage DNS zones not complete

## Release v0.1.0
## v0.1.0

### Features

Expand All @@ -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)*
42 changes: 42 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->

## 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
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fc39d84

Please sign in to comment.