From 873022caa17bca0e613db460e62f488899084728 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 8 Apr 2022 10:57:16 +0200 Subject: [PATCH] doc: prepare v1.9.1 --- doc/02-Installation.md | 4 ++-- doc/82-Changelog.md | 13 +++++++++++-- module.info | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 40d4e00be..87ba9cbe8 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -96,7 +96,7 @@ and extract it to a folder named `director` in one of your Icinga Web 2 module p You might want to use a script as follows for this task: ```shell -MODULE_VERSION="1.9.0" +MODULE_VERSION="1.9.1" ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules" REPO_URL="https://github.com/icinga/icingaweb2-module-director" TARGET_DIR="${ICINGAWEB_MODULEPATH}/director" @@ -123,7 +123,7 @@ Just clone the repository to one of your Icinga Web 2 module path directories. It will be immediately ready for use: ```shell -MODULE_VERSION="1.9.0" +MODULE_VERSION="1.9.1" 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 79305bf04..80176a56f 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -4,8 +4,8 @@ Please make sure to always read our [Upgrading](05-Upgrading.md) documentation before switching to a new version. -next (will be 1.9.1) --------------------- +1.9.1 +----- ### Fixed issues * You can find issues and feature requests related to this release on our @@ -14,9 +14,18 @@ next (will be 1.9.1) ### User Interface * FIX: DataList-backed fields failed to validate (#2475) * FIX: No Host list limit when adding a single service globally (#2481) +* FIX: Cleared activity log caused exception (#2505, #2506) ### Configuration Baskets * FIX: failed to export Baskets with Service Sets (#2488) +* FIX: Sync Rule restore from snapshot on name change (#2467) +* FIX: Do not export UUIDs with Service Sets (#2488) + +### CLI +* FEATURE: Allow to define deployment grace period on CLI (#2499) + +### Integrations +* FIX: Cleanup IcingaDbCubeLinks (#2484) ### DB Schema * FIX: applying DB Schema migrations failed on PostgreSQL (#2482) diff --git a/module.info b/module.info index 43025ed04..b68f4c934 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Icinga Director -Version: 1.9.0 +Version: 1.9.1 Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.12.0) Description: Director - Config tool for Icinga 2 Icinga Director is a configuration tool that has been designed to make