From da4c501e8d808715332f05f6307e558de7659cbe Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sat, 3 Aug 2024 16:01:22 +0200 Subject: [PATCH 1/3] Release 6.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c11ea4d..3394776c 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. +## [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:** + +- 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 9d5593c1..ed7cd598 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 262fed36f56f906d0674231c4a4d3a8701d305a6 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sat, 3 Aug 2024 16:03:15 +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 ed7cd598..f05b4535 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 6920d2e9d420e5130a881598a2f7591a0c18900f Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sat, 3 Aug 2024 16:55:46 +0200 Subject: [PATCH 3/3] fix module dependency --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f05b4535..b084774d 100644 --- a/metadata.json +++ b/metadata.json @@ -18,7 +18,7 @@ }, { "name": "icinga/icinga", - "version_requirement": ">= 2.9.0 < 6.0.0" + "version_requirement": ">= 2.9.0 < 7.0.0" } ], "operatingsystem_support": [