From 4a3d91602fe3e398cf2bc84d8798c77b3734beec Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Thu, 21 Dec 2023 12:16:32 +0100 Subject: [PATCH] Release version 4.1.1 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2a66d..2f15b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.1.1](https://github.com/icinga/puppet-icinga/tree/v4.1.1) (2023-12-21) + +[Full Changelog](https://github.com/icinga/puppet-icinga/compare/v4.1.0...v4.1.1) + +**Fixed bugs:** + +- Add PostgreSQL 15 support [\#100](https://github.com/Icinga/puppet-icinga/issues/100) + +**Closed issues:** + +- Add example for an Icinga HA and TLS based with dedicated MariaDB/MySQL and Icinga Web [\#101](https://github.com/Icinga/puppet-icinga/issues/101) + ## [v4.1.0](https://github.com/icinga/puppet-icinga/tree/v4.1.0) (2023-11-28) [Full Changelog](https://github.com/icinga/puppet-icinga/compare/v4.0.0...v4.1.0) diff --git a/metadata.json b/metadata.json index 9acfb83..8d02109 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga", - "version": "4.1.0", + "version": "4.1.1", "author": "Icinga", "summary": "Puppet Module to manage the Icinga Software Stack", "license": "Apache-2.0",