File tree 4 files changed +35
-6
lines changed
4 files changed +35
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
20
20
* [ Icinga Web] ( https://github.com/Icinga/icingaweb2 ) (≥2.8.0). All versions since 2.2 should also work fine, but
21
21
might show smaller UI bugs and are not actively tested
22
22
* The following Icinga modules must be installed and enabled:
23
- * [ incubator] ( https://github.com/Icinga/icingaweb2-module-incubator ) (≥0.21 .0)
23
+ * [ incubator] ( https://github.com/Icinga/icingaweb2-module-incubator ) (≥0.22 .0)
24
24
* If you are using Icinga Web <2.9.0, the following modules are also required
25
25
* [ ipl] ( https://github.com/Icinga/icingaweb2-module-ipl ) (≥0.5.0)
26
26
* [ reactbundle] ( https://github.com/Icinga/icingaweb2-module-reactbundle ) (≥0.9.0)
@@ -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.1 "
44
+ MODULE_VERSION=" 1.11.2 "
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.1 "
63
+ MODULE_VERSION=" 1.11.2 "
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 @@ -46,7 +46,7 @@ pending database migrations to an imported old database snapshot.
46
46
--------------------------------------------------
47
47
48
48
Before upgrading, please upgrade the [ incubator module] ( https://github.com/Icinga/icingaweb2-module-incubator )
49
- to (at least) v0.21 .0. As always, you'll be prompted to apply pending Database
49
+ to (at least) v0.22 .0. As always, you'll be prompted to apply pending Database
50
50
Migrations.
51
51
52
52
<a name =" upgrade-to-1.10.x " ></a >Upgrading to 1.10.x
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.2
8
+ -------
9
+
10
+ ### UI
11
+ * FIX: No more errors when changing import source modifier priorities (#2270 )
12
+ * FIX: Choosing ` HTTP proxy ` in import source type ` REST API ` no longer causes deprecation notice (#2889 )
13
+ * FIX: Deleting data lists when using PostgreSQL as backend no longer yields errors (#2913 )
14
+ * FIX: Previewing sync rules with boolean properties now functions without errors (#2905 )
15
+ * FIX: Basket snapshots correctly display content if present (#2901 )
16
+ * FIX: Time periods now include ` Add to basket ` functionality (#2542 )
17
+
18
+ ### API
19
+ * FIX: API updates for notifications return 304 instead of 200 when unchanged (#2882 )
20
+
21
+ ### Internals
22
+ * FIX: The ` apply_changes ` setting from sync jobs restored from a basket is applied properly (#2904 )
23
+ * FIX: The ` Get host by name (DNS lookup) ` modifier handles failed lookups without errors (#2877 )
24
+
25
+ ### Director Branches
26
+ * FIX: Cloning a host retains its services and service sets (#2897 )
27
+ * FIX: Service sets are now clonable (#2890 )
28
+
29
+ ### Integrations
30
+ * Show Director labels in monitoring module and Icinga DB custom vars section (#2239 )
31
+
32
+ ### Fixed issues
33
+ * You can find issues and feature requests related to this release on our
34
+ [ roadmap] ( https://github.com/Icinga/icingaweb2-module-director/milestone/36?closed=1 )
35
+
7
36
v1.11.1
8
37
-------
9
38
Original file line number Diff line number Diff line change 1
1
Name: Icinga Director
2
- Version: 1.11.1
3
- Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.21 .0)
2
+ Version: 1.11.2
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
6
6
Icinga 2 configuration easy and understandable.
You can’t perform that action at this time.
0 commit comments