File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
41
41
You might want to use a script as follows for this task:
42
42
43
43
``` shell
44
- MODULE_VERSION=" 1.11.2 "
44
+ MODULE_VERSION=" 1.11.3 "
45
45
ICINGAWEB_MODULEPATH=" /usr/share/icingaweb2/modules"
46
46
REPO_URL=" https://github.com/icinga/icingaweb2-module-director"
47
47
TARGET_DIR=" ${ICINGAWEB_MODULEPATH} /director"
@@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
60
60
You might want to use a script as follows for this task:
61
61
62
62
``` shell
63
- MODULE_VERSION=" 1.11.2 "
63
+ MODULE_VERSION=" 1.11.3 "
64
64
ICINGAWEB_MODULEPATH=" /usr/share/icingaweb2/modules"
65
65
REPO_URL=" https://github.com/icinga/icingaweb2-module-director"
66
66
TARGET_DIR=" ${ICINGAWEB_MODULEPATH} /director"
Original file line number Diff line number Diff line change 4
4
Please make sure to always read our [ Upgrading] ( 05-Upgrading.md ) documentation
5
5
before switching to a new version.
6
6
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
+
7
18
v1.11.2
8
19
-------
9
20
Original file line number Diff line number Diff line change 1
1
Name: Icinga Director
2
- Version: 1.11.2
2
+ Version: 1.11.3
3
3
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0)
4
4
Description: Director - Config tool for Icinga 2
5
5
Icinga Director is a configuration tool that has been designed to make
You can’t perform that action at this time.
0 commit comments