Skip to content

Commit 6baa747

Browse files
committed
release 0.3.0
1 parent 75dc62f commit 6baa747

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,34 @@
22

33
# Changelog
44

5+
## Release v0.3.0
6+
7+
- Allow disabling the default root hint zone so that you can have a mirror of the root zone
8+
- Fix handling of backport packages
9+
- Better ordering of named.conf fragments
10+
- `resource_record` type and provider work. Still incomplete.
11+
512
## Release v0.2.1
613

7-
* Correctly update `metadata.json` and publish to Puppet Forge
14+
- Correctly update `metadata.json` and publish to Puppet Forge
815

916
## Release v0.2.0
1017

1118
### Features
1219

13-
* Rework package management parameters
14-
* Add GitHub Actions workflows
20+
- Rework package management parameters
21+
- Add GitHub Actions workflows
1522

1623
### Known Issues
1724

18-
* Types and providers needed to manage DNS zones not complete
25+
- Types and providers needed to manage DNS zones not complete
1926

2027
## Release v0.1.0
2128

2229
### Features
2330

24-
* Recursive server management
31+
- Recursive server management
2532

2633
### Known Issues
2734

28-
* Types and providers needed to manage DNS zones not complete
35+
- 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.2.1",
3+
"version": "0.3.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)