Skip to content

Commit de8fe10

Browse files
authored
Release 1.11.3 (#2942)
2 parents 32a644f + 2b55c80 commit de8fe10

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

doc/02-Installation.md.d/From-Source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
4141
You might want to use a script as follows for this task:
4242

4343
```shell
44-
MODULE_VERSION="1.11.2"
44+
MODULE_VERSION="1.11.3"
4545
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
4646
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
4747
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
6060
You might want to use a script as follows for this task:
6161

6262
```shell
63-
MODULE_VERSION="1.11.2"
63+
MODULE_VERSION="1.11.3"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

doc/82-Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
55
before switching to a new version.
66

7+
v1.11.3
8+
-------
9+
10+
### UI
11+
* FIX: Property sort tables does not cause CSRF token validation anymore (#2937)
12+
* FIX: No error when clicking `modify` action link for services belonging to service set in Icinga DB (#2938)
13+
* FIX: No crashing of Host template form when invalid check command is entered (#2941)
14+
15+
### Internals
16+
* FIX: Filter can be now removed in import source modifiers (#2939)
17+
718
v1.11.2
819
-------
920

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Icinga Director
2-
Version: 1.11.2
2+
Version: 1.11.3
33
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0)
44
Description: Director - Config tool for Icinga 2
55
Icinga Director is a configuration tool that has been designed to make

0 commit comments

Comments
 (0)