doc: v1.9.1 has been released

This commit is contained in:
Thomas Gelf 2022-04-08 11:11:08 +02:00
parent e88d0472da
commit 957b789a35
2 changed files with 14 additions and 4 deletions

View File

@ -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"

View File

@ -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,19 @@ 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)
* FEATURE: Icinga Web 2.10 dark mode support (#2433)
### 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)