From 9d9a105ef9f32aa9e9e4140b5bd11457cc2ce53d Mon Sep 17 00:00:00 2001 From: raviks789 Date: Tue, 10 Dec 2024 16:28:52 +0100 Subject: [PATCH] Release 1.11.3 --- doc/02-Installation.md.d/From-Source.md | 4 ++-- doc/82-Changelog.md | 14 ++++++++++++++ module.info | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 96045a415..c8c5d1ea6 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.2" +MODULE_VERSION="1.11.3" 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.2" +MODULE_VERSION="1.11.3" 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 038d58f54..aa9e4c1fe 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -4,6 +4,20 @@ Please make sure to always read our [Upgrading](05-Upgrading.md) documentation before switching to a new version. +v1.11.3 +------- + +### UI +* FIX: Property sort tables does not cause CSRF token validation anymore (#2937) +* FIX: No error when clicking `modify` action link for services belonging to service set in Icinga DB (#2938) +* FIX: No crashing of Host template form when invalid check command is entered (#2941) + +### Internals +* FIX: Filter can be now removed in import source modifiers (#2939) + +### Director Branches +* FIX: Service sets correctly displays member count while on director branch (#2940) + v1.11.2 ------- diff --git a/module.info b/module.info index 841ad297e..1c448edf4 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Icinga Director -Version: 1.11.2 +Version: 1.11.3 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