Skip to content

Commit fc39d84

Browse files
committed
release v0.5.0
1 parent ada5854 commit fc39d84

File tree

3 files changed

+67
-8
lines changed

3 files changed

+67
-8
lines changed

CHANGELOG.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
1+
# Change log
2+
3+
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).
4+
5+
## [v0.5.0](https://github.com/kenyon/puppet-bind/tree/v0.5.0) (2021-05-09)
6+
7+
[Full Changelog](https://github.com/kenyon/puppet-bind/compare/v0.4.0...v0.5.0)
8+
9+
### Added
10+
11+
- Add support to manage TSIG keys [\#2](https://github.com/kenyon/puppet-bind/pull/2) ([pecharmin](https://github.com/pecharmin))
212

3-
# Changelog
13+
### Fixed
414

5-
## Release v0.4.0
15+
- systemd daemon reload test fix [\#5](https://github.com/kenyon/puppet-bind/pull/5) ([kenyon](https://github.com/kenyon))
16+
17+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
18+
19+
## v0.4.0
620

721
- Test enhancements
822
- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not
@@ -11,18 +25,18 @@
1125
zone with this module.
1226
- `named.conf` template: whitespace cleanup, logic simplification
1327

14-
## Release v0.3.0
28+
## v0.3.0
1529

1630
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
1731
- Fix handling of backport packages
1832
- Better ordering of named.conf fragments
1933
- `resource_record` type and provider work. Still incomplete.
2034

21-
## Release v0.2.1
35+
## v0.2.1
2236

2337
- Correctly update `metadata.json` and publish to Puppet Forge
2438

25-
## Release v0.2.0
39+
## v0.2.0
2640

2741
### Features
2842

@@ -33,7 +47,7 @@
3347

3448
- Types and providers needed to manage DNS zones not complete
3549

36-
## Release v0.1.0
50+
## v0.1.0
3751

3852
### Features
3953

@@ -42,3 +56,6 @@
4256
### Known Issues
4357

4458
- Types and providers needed to manage DNS zones not complete
59+
60+
61+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

HISTORY.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
2+
3+
## v0.4.0
4+
5+
- Test enhancements
6+
- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not
7+
purged by default
8+
- `bind::zone`: add parameter `$manage`. When true, means you want to manage the content of the
9+
zone with this module.
10+
- `named.conf` template: whitespace cleanup, logic simplification
11+
12+
## v0.3.0
13+
14+
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
15+
- Fix handling of backport packages
16+
- Better ordering of named.conf fragments
17+
- `resource_record` type and provider work. Still incomplete.
18+
19+
## v0.2.1
20+
21+
- Correctly update `metadata.json` and publish to Puppet Forge
22+
23+
## v0.2.0
24+
25+
### Features
26+
27+
- Rework package management parameters
28+
- Add GitHub Actions workflows
29+
30+
### Known Issues
31+
32+
- Types and providers needed to manage DNS zones not complete
33+
34+
## v0.1.0
35+
36+
### Features
37+
38+
- Recursive server management
39+
40+
### Known Issues
41+
42+
- Types and providers needed to manage DNS zones not complete

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kenyon-bind",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "Kenyon Ralph",
55
"summary": "Manage the BIND name server and DNS zones",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)