From 049233116c8060b1f7afc51e95d1af85a829ef96 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sat, 3 Aug 2024 21:29:58 +0200 Subject: [PATCH 1/3] Release 6.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c11ea4d..32bba019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ 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) + +[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)) +- Remove Debian Buster support [\#773](https://github.com/voxpupuli/puppet-icinga2/pull/773) ([lbetz](https://github.com/lbetz)) + +**Implemented enhancements:** + +- 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)) +- Fix SELinux and add feature::api::bind\_port support [\#772](https://github.com/voxpupuli/puppet-icinga2/pull/772) ([lbetz](https://github.com/lbetz)) + +**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)) + ## [v5.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v5.0.1) (2024-05-23) [Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v5.0.0...v5.0.1) diff --git a/metadata.json b/metadata.json index 62a9ec63..17b71858 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icinga2", - "version": "5.0.2-rc0", + "version": "6.0.0", "author": "Vox Pupuli", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0", From e91d25e41f0fc652b9591ab3a726b0a994162e54 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sat, 3 Aug 2024 21:30:42 +0200 Subject: [PATCH 2/3] [blacksmith] Bump version to 6.0.1-rc0 --- metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 17b71858..b084774d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icinga2", - "version": "6.0.0", + "version": "6.0.1-rc0", "author": "Vox Pupuli", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0", @@ -62,14 +62,14 @@ "operatingsystemrelease": [ "20.04", "22.04", - "24.04" + "24.04" ] }, { "operatingsystem": "Fedora", "operatingsystemrelease": [ "39", - "40" + "40" ] }, { From ddbbde58a4bbc4d665efd461e2f7cde308a71288 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Mon, 12 Aug 2024 09:01:29 +0200 Subject: [PATCH 3/3] Update metadata.json Co-authored-by: Tim Meusel --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index b084774d..36f54816 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icinga2", - "version": "6.0.1-rc0", + "version": "6.0.0", "author": "Vox Pupuli", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0",