From b3f05b8a2f08e94745cf3edb1b8ad936b6915436 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sun, 27 Aug 2023 16:23:49 -0700 Subject: [PATCH] release v0.6.0 --- CHANGELOG.md | 14 +++++++++++++- metadata.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0958c3..1e923fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ 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.1](https://github.com/kenyon/puppet-bind/tree/v0.5.1) (2021-05-31) +## [v0.6.0](https://github.com/kenyon/puppet-bind/tree/v0.6.0) (2023-08-27) + +[Full Changelog](https://github.com/kenyon/puppet-bind/compare/v0.5.1...v0.6.0) + +### UNCATEGORIZED PRS; LABEL THEM ON GITHUB + +- pdk update 3.0.0, add Ubuntu 22.04 support, bump module and Puppet versions, drop Puppet 6 support, fix puppet-lint complaints [\#16](https://github.com/kenyon/puppet-bind/pull/16) ([kenyon](https://github.com/kenyon)) +- Add Ubuntu 20.04 support [\#13](https://github.com/kenyon/puppet-bind/pull/13) ([kenyon](https://github.com/kenyon)) +- install: remove workaround for mkdir command not found [\#12](https://github.com/kenyon/puppet-bind/pull/12) ([kenyon](https://github.com/kenyon)) +- metadata: support Debian 11, stdlib 8, update systemd name, fix tests [\#9](https://github.com/kenyon/puppet-bind/pull/9) ([kenyon](https://github.com/kenyon)) +- pdk update 2.2.0 [\#8](https://github.com/kenyon/puppet-bind/pull/8) ([kenyon](https://github.com/kenyon)) + +## [v0.5.1](https://github.com/kenyon/puppet-bind/tree/v0.5.1) (2021-06-01) [Full Changelog](https://github.com/kenyon/puppet-bind/compare/v0.5.0...v0.5.1) diff --git a/metadata.json b/metadata.json index 6e951b9..0f2a2e4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "kenyon-bind", - "version": "0.5.2-rc0", + "version": "0.6.0", "author": "Kenyon Ralph", "summary": "Manage the BIND name server and DNS zones", "license": "AGPL-3.0-or-later",