From 4b0822b3bd0bcd3eb1d63ba83fe3403e80d9a43a Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Fri, 18 Oct 2024 11:45:20 +0000 Subject: [PATCH] Release v6.0.1 --- CHANGELOG.md | 24 +++++++++++++++++++++--- metadata.json | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bba019..0e904d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,35 @@ 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-icinga2/tree/v6.0.0) (2024-08-03) +## [v6.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.1) (2024-10-18) + +[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v6.0.0...v6.0.1) + +**Fixed bugs:** + +- Fix dependency to puppet-icinga [\#794](https://github.com/voxpupuli/puppet-icinga2/pull/794) ([lbetz](https://github.com/lbetz)) +- Add missing `redundancy_group` param to the dependency object type [\#790](https://github.com/voxpupuli/puppet-icinga2/pull/790) ([sagepe](https://github.com/sagepe)) + +**Closed issues:** + +- Dependency icinga/icinga is deprecated. [\#793](https://github.com/voxpupuli/puppet-icinga2/issues/793) +- Installation fails on Debian/Ubuntu wheren configuring the apt keyring [\#792](https://github.com/voxpupuli/puppet-icinga2/issues/792) +- Add support for redundancy\_group attribute of Dependency object [\#789](https://github.com/voxpupuli/puppet-icinga2/issues/789) + +## [v6.0.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.0) (2024-08-19) [Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v5.0.1...v6.0.0) **Breaking changes:** -- Remove EL7 support [\#774](https://github.com/voxpupuli/puppet-icinga2/pull/774) ([lbetz](https://github.com/lbetz)) +- Drop EOL CentOS 8 support [\#786](https://github.com/voxpupuli/puppet-icinga2/pull/786) ([lbetz](https://github.com/lbetz)) +- Remove EL7 support [\#785](https://github.com/voxpupuli/puppet-icinga2/pull/785) ([lbetz](https://github.com/lbetz)) - Remove Debian Buster support [\#773](https://github.com/voxpupuli/puppet-icinga2/pull/773) ([lbetz](https://github.com/lbetz)) **Implemented enhancements:** +- Set requirement of puppet-icinga to \>= 3.0.0 [\#788](https://github.com/voxpupuli/puppet-icinga2/pull/788) ([lbetz](https://github.com/lbetz)) +- Restrict params to non-empty strings [\#787](https://github.com/voxpupuli/puppet-icinga2/pull/787) ([lbetz](https://github.com/lbetz)) - Support puppet-icinga =\< 7.0.0 [\#783](https://github.com/voxpupuli/puppet-icinga2/pull/783) ([lbetz](https://github.com/lbetz)) - Add Ubuntu noble \(24.04\) support [\#781](https://github.com/voxpupuli/puppet-icinga2/pull/781) ([lbetz](https://github.com/lbetz)) - Add support for Fedora 40 [\#775](https://github.com/voxpupuli/puppet-icinga2/pull/775) ([lbetz](https://github.com/lbetz)) @@ -23,10 +41,10 @@ These should not affect the functionality of the module. **Merged pull requests:** - Bump voxpupuli/gha-puppet from 2 to 3 [\#778](https://github.com/voxpupuli/puppet-icinga2/pull/778) ([dependabot[bot]](https://github.com/apps/dependabot)) -- Fix file permissions for private keys in unit tests [\#777](https://github.com/voxpupuli/puppet-icinga2/pull/777) ([lbetz](https://github.com/lbetz)) - Bump voxpupuli/gha-puppet from 2 to 3 [\#771](https://github.com/voxpupuli/puppet-icinga2/pull/771) ([dependabot[bot]](https://github.com/apps/dependabot)) - fixtures.yml: Pull dependencies from git [\#770](https://github.com/voxpupuli/puppet-icinga2/pull/770) ([bastelfreak](https://github.com/bastelfreak)) - Update voxpupuli-test requirement from ~\> 7.2 to ~\> 8.0 [\#769](https://github.com/voxpupuli/puppet-icinga2/pull/769) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Fix file permissions for private keys in unit tests [\#777](https://github.com/voxpupuli/puppet-icinga2/pull/777) ([lbetz](https://github.com/lbetz)) ## [v5.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v5.0.1) (2024-05-23) diff --git a/metadata.json b/metadata.json index c7ce81e2..ef1be186 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icinga2", - "version": "6.0.1-rc0", + "version": "6.0.1", "author": "Vox Pupuli", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0",