From 84a283333d2872e70889f96876a9a112c9165e5b Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Mon, 11 Dec 2023 20:36:21 +0100 Subject: [PATCH] Release 6.0.0 --- CHANGELOG.md | 122 ++++++++++++++++++++++++++++++++++++++++---------- metadata.json | 2 +- 2 files changed, 100 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be66882..fb51e01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v6.0.0](https://github.com/voxpupuli/puppet-dhcp/tree/v6.0.0) (2023-12-11) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v5.0.1...v6.0.0) + +**Breaking changes:** + +- Drop Puppet 6 support [\#273](https://github.com/voxpupuli/puppet-dhcp/pull/273) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Support for puppetlabs/stdlib 9.x, concat 9.x, Debian 12, and Ubuntu 22.04 [\#278](https://github.com/voxpupuli/puppet-dhcp/pull/278) ([mj](https://github.com/mj)) +- Add CentOS Stream 9 and RHEL 9 support [\#272](https://github.com/voxpupuli/puppet-dhcp/pull/272) ([tobias-urdin](https://github.com/tobias-urdin)) + ## [v5.0.1](https://github.com/voxpupuli/puppet-dhcp/tree/v5.0.1) (2022-11-03) [Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v5.0.0...v5.0.1) @@ -60,7 +73,7 @@ These should not affect the functionality of the module. ## [v4.0.0](https://github.com/voxpupuli/puppet-dhcp/tree/v4.0.0) (2020-02-24) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.4.0...v4.0.0) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/5.1.0...v4.0.0) **Breaking changes:** @@ -81,12 +94,6 @@ These should not affect the functionality of the module. - Allow puppetlabs/concat 6.x, puppetlabs/stdlib 6.x [\#225](https://github.com/voxpupuli/puppet-dhcp/pull/225) ([dhoppe](https://github.com/dhoppe)) - set dhcpd\_ifaces in rc.conf on FreeBSD [\#212](https://github.com/voxpupuli/puppet-dhcp/pull/212) ([mmoll](https://github.com/mmoll)) -**Closed issues:** - -- Ubuntu 18.04 Interfaces not set [\#200](https://github.com/voxpupuli/puppet-dhcp/issues/200) -- Insert possibility to enable host declaration without IP. [\#106](https://github.com/voxpupuli/puppet-dhcp/issues/106) -- Configure dhcpd\_ifaces in rc.conf on FreeBSD [\#88](https://github.com/voxpupuli/puppet-dhcp/issues/88) - **Merged pull requests:** - update repo links to https [\#236](https://github.com/voxpupuli/puppet-dhcp/pull/236) ([bastelfreak](https://github.com/bastelfreak)) @@ -95,9 +102,34 @@ These should not affect the functionality of the module. - Update minimum stdlib version to 4.25.0 and use some of the newer types [\#217](https://github.com/voxpupuli/puppet-dhcp/pull/217) ([alexjfisher](https://github.com/alexjfisher)) - Add parameter to make installing the package optional [\#214](https://github.com/voxpupuli/puppet-dhcp/pull/214) ([dgivens](https://github.com/dgivens)) +## [5.1.0](https://github.com/voxpupuli/puppet-dhcp/tree/5.1.0) (2019-10-24) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/5.0.1...5.1.0) + +## [5.0.1](https://github.com/voxpupuli/puppet-dhcp/tree/5.0.1) (2019-06-12) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/5.0.0...5.0.1) + +**Closed issues:** + +- Ubuntu 18.04 Interfaces not set [\#200](https://github.com/voxpupuli/puppet-dhcp/issues/200) + +## [5.0.0](https://github.com/voxpupuli/puppet-dhcp/tree/5.0.0) (2019-04-15) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/4.3.0...5.0.0) + +**Closed issues:** + +- Insert possibility to enable host declaration without IP. [\#106](https://github.com/voxpupuli/puppet-dhcp/issues/106) +- Configure dhcpd\_ifaces in rc.conf on FreeBSD [\#88](https://github.com/voxpupuli/puppet-dhcp/issues/88) + +## [4.3.0](https://github.com/voxpupuli/puppet-dhcp/tree/4.3.0) (2019-01-10) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.4.0...4.3.0) + ## [v3.4.0](https://github.com/voxpupuli/puppet-dhcp/tree/v3.4.0) (2018-12-19) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.3.0...v3.4.0) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/4.2.0...v3.4.0) **Implemented enhancements:** @@ -117,9 +149,13 @@ These should not affect the functionality of the module. - fix wrong version schema in metadata.json [\#198](https://github.com/voxpupuli/puppet-dhcp/pull/198) ([bastelfreak](https://github.com/bastelfreak)) - enable acceptance tests [\#195](https://github.com/voxpupuli/puppet-dhcp/pull/195) ([bastelfreak](https://github.com/bastelfreak)) +## [4.2.0](https://github.com/voxpupuli/puppet-dhcp/tree/4.2.0) (2018-10-04) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.3.0...4.2.0) + ## [v3.3.0](https://github.com/voxpupuli/puppet-dhcp/tree/v3.3.0) (2018-09-07) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.2.0...v3.3.0) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/4.1.1...v3.3.0) **Implemented enhancements:** @@ -141,24 +177,32 @@ These should not affect the functionality of the module. - Remove docker nodesets [\#183](https://github.com/voxpupuli/puppet-dhcp/pull/183) ([bastelfreak](https://github.com/bastelfreak)) - drop EOL OSs; fix puppet version range [\#181](https://github.com/voxpupuli/puppet-dhcp/pull/181) ([bastelfreak](https://github.com/bastelfreak)) +## [4.1.1](https://github.com/voxpupuli/puppet-dhcp/tree/4.1.1) (2018-02-21) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.2.0...4.1.1) + ## [v3.2.0](https://github.com/voxpupuli/puppet-dhcp/tree/v3.2.0) (2018-01-04) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.1.0...v3.2.0) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/4.1.0...v3.2.0) **Implemented enhancements:** - add ddns\_client\_updates parameter [\#172](https://github.com/voxpupuli/puppet-dhcp/pull/172) ([tiernap](https://github.com/tiernap)) -**Closed issues:** - -- Could not find dependent Service\[dhcpd\] for File\[/etc/systemd/system/dhcpd.service\] when manage\_service is false [\#170](https://github.com/voxpupuli/puppet-dhcp/issues/170) - **Merged pull requests:** - release 3.2.0 [\#176](https://github.com/voxpupuli/puppet-dhcp/pull/176) ([bastelfreak](https://github.com/bastelfreak)) - Use match\_array for better failure output [\#173](https://github.com/voxpupuli/puppet-dhcp/pull/173) ([ekohl](https://github.com/ekohl)) - Fix notification target [\#171](https://github.com/voxpupuli/puppet-dhcp/pull/171) ([danyel2014](https://github.com/danyel2014)) +## [4.1.0](https://github.com/voxpupuli/puppet-dhcp/tree/4.1.0) (2017-12-05) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.1.0...4.1.0) + +**Closed issues:** + +- Could not find dependent Service\[dhcpd\] for File\[/etc/systemd/system/dhcpd.service\] when manage\_service is false [\#170](https://github.com/voxpupuli/puppet-dhcp/issues/170) + ## [v3.1.0](https://github.com/voxpupuli/puppet-dhcp/tree/v3.1.0) (2017-11-11) [Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/v3.0.0...v3.1.0) @@ -293,7 +337,7 @@ These should not affect the functionality of the module. ## [v0.5.0](https://github.com/voxpupuli/puppet-dhcp/tree/v0.5.0) (2016-05-22) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.4.0...v0.5.0) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/2.3.0...v0.5.0) **Implemented enhancements:** @@ -309,11 +353,23 @@ These should not affect the functionality of the module. - \[WIP\]modulesync 0.6.1 [\#80](https://github.com/voxpupuli/puppet-dhcp/pull/80) ([bastelfreak](https://github.com/bastelfreak)) - Fix typo in spec test [\#76](https://github.com/voxpupuli/puppet-dhcp/pull/76) ([mattkirby](https://github.com/mattkirby)) - Add the ability to add extra configurations in plain-text [\#73](https://github.com/voxpupuli/puppet-dhcp/pull/73) ([9bryan](https://github.com/9bryan)) -- do not sort pool dns servers list [\#72](https://github.com/voxpupuli/puppet-dhcp/pull/72) ([jearls](https://github.com/jearls)) +- do not sort pool dns servers list [\#72](https://github.com/voxpupuli/puppet-dhcp/pull/72) ([ghost](https://github.com/ghost)) + +## [2.3.0](https://github.com/voxpupuli/puppet-dhcp/tree/2.3.0) (2016-02-18) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/2.2.0...2.3.0) + +## [2.2.0](https://github.com/voxpupuli/puppet-dhcp/tree/2.2.0) (2015-10-14) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/2.1.0...2.2.0) + +## [2.1.0](https://github.com/voxpupuli/puppet-dhcp/tree/2.1.0) (2015-09-21) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.4.0...2.1.0) ## [0.4.0](https://github.com/voxpupuli/puppet-dhcp/tree/0.4.0) (2015-09-15) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.3.0...0.4.0) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/2.0.0...0.4.0) **Breaking changes:** @@ -323,7 +379,7 @@ These should not affect the functionality of the module. - Release 0.4.0 prep [\#70](https://github.com/voxpupuli/puppet-dhcp/pull/70) ([bmjen](https://github.com/bmjen)) - Enable Ignore unknown clients in templating [\#68](https://github.com/voxpupuli/puppet-dhcp/pull/68) ([prizos](https://github.com/prizos)) -- properly put ""quotes around the domain-name option in pool declarations [\#67](https://github.com/voxpupuli/puppet-dhcp/pull/67) ([jearls](https://github.com/jearls)) +- properly put ""quotes around the domain-name option in pool declarations [\#67](https://github.com/voxpupuli/puppet-dhcp/pull/67) ([ghost](https://github.com/ghost)) - Changed dhcpd.conf File dependency to Concat. [\#64](https://github.com/voxpupuli/puppet-dhcp/pull/64) ([chrisdaish](https://github.com/chrisdaish)) - Fix in documentation for dhcp::pool. range should be array instead of string [\#63](https://github.com/voxpupuli/puppet-dhcp/pull/63) ([bjvrielink](https://github.com/bjvrielink)) - Add omapi\_port parameter [\#62](https://github.com/voxpupuli/puppet-dhcp/pull/62) ([treydock](https://github.com/treydock)) @@ -341,6 +397,22 @@ These should not affect the functionality of the module. - Added globaloptions parameter to dhcp class [\#41](https://github.com/voxpupuli/puppet-dhcp/pull/41) ([dgmorales](https://github.com/dgmorales)) - Corrections and fixes... [\#40](https://github.com/voxpupuli/puppet-dhcp/pull/40) ([pecastro](https://github.com/pecastro)) +## [2.0.0](https://github.com/voxpupuli/puppet-dhcp/tree/2.0.0) (2015-06-29) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/1.6.0...2.0.0) + +## [1.6.0](https://github.com/voxpupuli/puppet-dhcp/tree/1.6.0) (2015-03-05) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/1.5.0...1.6.0) + +## [1.5.0](https://github.com/voxpupuli/puppet-dhcp/tree/1.5.0) (2015-01-28) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/1.4.0...1.5.0) + +## [1.4.0](https://github.com/voxpupuli/puppet-dhcp/tree/1.4.0) (2014-08-11) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.3.0...1.4.0) + ## [0.3.0](https://github.com/voxpupuli/puppet-dhcp/tree/0.3.0) (2014-07-23) [Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.2.0...0.3.0) @@ -354,11 +426,7 @@ These should not affect the functionality of the module. ## [0.2.0](https://github.com/voxpupuli/puppet-dhcp/tree/0.2.0) (2014-03-25) -[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.1.0...0.2.0) - -**Closed issues:** - -- add unit tests [\#24](https://github.com/voxpupuli/puppet-dhcp/issues/24) +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/1.3.1...0.2.0) **Merged pull requests:** @@ -372,6 +440,14 @@ These should not affect the functionality of the module. - Added Redhat/CentOS package name [\#12](https://github.com/voxpupuli/puppet-dhcp/pull/12) ([crayfishx](https://github.com/crayfishx)) - Whitespace only removal of comments [\#10](https://github.com/voxpupuli/puppet-dhcp/pull/10) ([jeffmccune](https://github.com/jeffmccune)) +## [1.3.1](https://github.com/voxpupuli/puppet-dhcp/tree/1.3.1) (2014-01-20) + +[Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/0.1.0...1.3.1) + +**Closed issues:** + +- add unit tests [\#24](https://github.com/voxpupuli/puppet-dhcp/issues/24) + ## [0.1.0](https://github.com/voxpupuli/puppet-dhcp/tree/0.1.0) (2012-06-11) [Full Changelog](https://github.com/voxpupuli/puppet-dhcp/compare/2ff3a2c89aac13d6c73282c044552d11cd81ce25...0.1.0) diff --git a/metadata.json b/metadata.json index 7040906a..e8cc4e7b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-dhcp", - "version": "5.0.2-rc0", + "version": "6.0.0", "author": "Vox Pupuli", "summary": "Manage the ISC dhcp daemon", "license": "Apache-2.0",