From 6f739b7a49200b3d40f382a8a1d58ab7626aa2ee Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Fri, 18 Oct 2024 11:38:50 +0000 Subject: [PATCH] Release v50.1 --- CHANGELOG.md | 16 +++++++++++++++- metadata.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb246b3..6f9313a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ 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. -## [v5.0.0](https://github.com/voxpupuli/puppet-icingaweb2/tree/v5.0.0) (2024-08-13) +## [v5.0.1](https://github.com/voxpupuli/puppet-icingaweb2/tree/v5.0.1) (2024-10-18) + +[Full Changelog](https://github.com/voxpupuli/puppet-icingaweb2/compare/v5.0.0...v5.0.1) + +**Fixed bugs:** + +- Fix path to reporting db schema [\#425](https://github.com/voxpupuli/puppet-icingaweb2/pull/425) ([lbetz](https://github.com/lbetz)) +- Install: Ensure package installed before file resources [\#422](https://github.com/voxpupuli/puppet-icingaweb2/pull/422) ([sagepe](https://github.com/sagepe)) + +**Closed issues:** + +- First run on new server fails due to ordering of package and file resources [\#421](https://github.com/voxpupuli/puppet-icingaweb2/issues/421) + +## [v5.0.0](https://github.com/voxpupuli/puppet-icingaweb2/tree/v5.0.0) (2024-08-15) [Full Changelog](https://github.com/voxpupuli/puppet-icingaweb2/compare/v4.1.0...v5.0.0) **Breaking changes:** +- Drop EOL Centos 8 support [\#419](https://github.com/voxpupuli/puppet-icingaweb2/pull/419) ([lbetz](https://github.com/lbetz)) - Drop EL7 support [\#412](https://github.com/voxpupuli/puppet-icingaweb2/pull/412) ([lbetz](https://github.com/lbetz)) - Drop Debian Buster support [\#411](https://github.com/voxpupuli/puppet-icingaweb2/pull/411) ([lbetz](https://github.com/lbetz)) diff --git a/metadata.json b/metadata.json index 189d786d..e348ff86 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icingaweb2", - "version": "5.0.1-rc0", + "version": "5.0.1", "author": "Vox Pupuli", "summary": "Icinga Web 2 Puppet Module", "license": "Apache-2.0",