From 177f300ac301c9466c016ab584ae39d37cdf1baa Mon Sep 17 00:00:00 2001 From: raviks789 Date: Tue, 8 Apr 2025 14:17:09 +0200 Subject: [PATCH] Release version 1.11.5 --- doc/02-Installation.md.d/From-Source.md | 4 ++-- doc/82-Changelog.md | 15 +++++++++++++++ module.info | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 377337b4..d4e894f1 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.11.4" +MODULE_VERSION="1.11.5" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" @@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories. You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.11.4" +MODULE_VERSION="1.11.5" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 3fcf093f..e8f392ef 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -4,6 +4,21 @@ Please make sure to always read our [Upgrading](05-Upgrading.md) documentation before switching to a new version. +v1.11.5 +------- + +## Database Schema + +- FIX: Failed schema migration of MySQL to version 188 due Integrity constraint violation ([#2970](https://github.com/Icinga/icingaweb2-module-director/issues/2970)) + +## Deployment + +- Fix: Deprecation notice that sometimes appears on deployment form (no issue) + +### Fixed Issues + +You can find issues related to this release on our [roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/40?closed=1) + v1.11.4 ------- diff --git a/module.info b/module.info index ddd97ffd..6a3ffe66 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Icinga Director -Version: 1.11.4 +Version: 1.11.5 Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0) Description: Director - Config tool for Icinga 2 Icinga Director is a configuration tool that has been designed to make