Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Mar 22, 2021
1 parent 75dc62f commit 6baa747
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,34 @@

# Changelog

## Release 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

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

## Release v0.2.0

### Features

* Rework package management parameters
* Add GitHub Actions workflows
- Rework package management parameters
- Add GitHub Actions workflows

### Known Issues

* Types and providers needed to manage DNS zones not complete
- Types and providers needed to manage DNS zones not complete

## Release v0.1.0

### Features

* Recursive server management
- Recursive server management

### Known Issues

* Types and providers needed to manage DNS zones not complete
- 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.2.1",
"version": "0.3.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 6baa747

Please sign in to comment.