We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab05ab commit a0a4af4Copy full SHA for a0a4af4
2 files changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
# Changelog
4
5
+## Release v0.4.0
6
+
7
+- Test enhancements
8
+- `bind::zone`: change `$purge` default to false so that unmanaged resource records are not
9
+ purged by default
10
+- `bind::zone`: add parameter `$manage`. When true, means you want to manage the content of the
11
+ zone with this module.
12
+- `named.conf` template: whitespace cleanup, logic simplification
13
14
## Release v0.3.0
15
16
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
metadata.json
@@ -1,6 +1,6 @@
1
{
"name": "kenyon-bind",
- "version": "0.3.0",
+ "version": "0.4.0",
"author": "Kenyon Ralph",
"summary": "Manage the BIND name server and DNS zones",
"license": "AGPL-3.0-or-later",
0 commit comments