From 9aaa9671d4c8121c949834f1c9d06c6ff45947bb Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sat, 17 Aug 2024 10:06:30 +0200 Subject: [PATCH] Release version 1.3.2 --- CHANGELOG.md | 13 +++++++++++++ modules/install/metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2ac6e..62172c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v1.3.1](https://github.com/netways/icinga-installer/tree/v1.3.1) (2024-07-02) + +[Full Changelog](https://github.com/netways/icinga-installer/compare/v1.3.0...v1.3.1) + +**Fixed bugs:** + +- Update icingadb module to fix a bug with the new icingadb-redis package from Icinga [\#88](https://github.com/NETWAYS/icinga-installer/issues/88) + +**Merged pull requests:** + +- Add doc how to change the default certifacte name. [\#87](https://github.com/NETWAYS/icinga-installer/pull/87) ([lbetz](https://github.com/lbetz)) +- Fix documentation for debian [\#85](https://github.com/NETWAYS/icinga-installer/pull/85) ([RincewindsHat](https://github.com/RincewindsHat)) + ## [v1.3.0](https://github.com/netways/icinga-installer/tree/v1.3.0) (2024-02-16) [Full Changelog](https://github.com/netways/icinga-installer/compare/v1.2.8...v1.3.0) diff --git a/modules/install/metadata.json b/modules/install/metadata.json index d5470a9..ecb8a43 100644 --- a/modules/install/metadata.json +++ b/modules/install/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-installer", - "version": "1.3.1", + "version": "1.3.2", "author": "NETWAYS", "summary": "Puppet Module for the Icinga-Installer.", "license": "Apache-2.0",