From 54b7b92892965fe533f9eeed45725bdfd9d039f2 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 21 Jun 2023 23:26:02 +0200 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c42ba5..494b7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ 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. +## [v3.0.0](https://github.com/voxpupuli/puppet-chrony/tree/v3.0.0) (2023-06-21) + +[Full Changelog](https://github.com/voxpupuli/puppet-chrony/compare/v2.6.0...v3.0.0) + +**Breaking changes:** + +- Drop EoL Debian 9 [\#173](https://github.com/voxpupuli/puppet-chrony/pull/173) ([traylenator](https://github.com/traylenator)) +- Drop Puppet 6 support [\#170](https://github.com/voxpupuli/puppet-chrony/pull/170) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- puppetlabs/stdlib: Allow 9.x [\#175](https://github.com/voxpupuli/puppet-chrony/pull/175) ([bastelfreak](https://github.com/bastelfreak)) +- Add puppet 8 support [\#174](https://github.com/voxpupuli/puppet-chrony/pull/174) ([bastelfreak](https://github.com/bastelfreak)) +- add RHEL 9 to supported OS [\#168](https://github.com/voxpupuli/puppet-chrony/pull/168) ([tuxmea](https://github.com/tuxmea)) + +**Fixed bugs:** + +- init: queryhosts and denyqueryhosts should accept empty strings [\#163](https://github.com/voxpupuli/puppet-chrony/pull/163) ([kenyon](https://github.com/kenyon)) + +**Merged pull requests:** + +- chrony\_spec: remove redundant code [\#164](https://github.com/voxpupuli/puppet-chrony/pull/164) ([kenyon](https://github.com/kenyon)) + ## [v2.6.0](https://github.com/voxpupuli/puppet-chrony/tree/v2.6.0) (2022-11-16) [Full Changelog](https://github.com/voxpupuli/puppet-chrony/compare/v2.5.0...v2.6.0) diff --git a/metadata.json b/metadata.json index a6338ed..c643530 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-chrony", - "version": "2.6.1-rc0", + "version": "3.0.0", "author": "Vox Pupuli", "summary": "Manage chrony daemon on Linux", "license": "Apache-2.0",