Skip to content

Commit 4032d49

Browse files
authored
Release 1.11.2 (#2933)
2 parents 6dc0bb2 + c1d5334 commit 4032d49

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
2020
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
2121
might show smaller UI bugs and are not actively tested
2222
* 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)
2424
* If you are using Icinga Web <2.9.0, the following modules are also required
2525
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
2626
* [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
4141
You might want to use a script as follows for this task:
4242

4343
```shell
44-
MODULE_VERSION="1.11.1"
44+
MODULE_VERSION="1.11.2"
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.1"
63+
MODULE_VERSION="1.11.2"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

doc/05-Upgrading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pending database migrations to an imported old database snapshot.
4646
--------------------------------------------------
4747

4848
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
5050
Migrations.
5151

5252
<a name="upgrade-to-1.10.x"></a>Upgrading to 1.10.x

doc/82-Changelog.md

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
55
before switching to a new version.
66

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+
736
v1.11.1
837
-------
938

module.info

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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)
44
Description: Director - Config tool for Icinga 2
55
Icinga Director is a configuration tool that has been designed to make
66
Icinga 2 configuration easy and understandable.

0 commit comments

Comments
 (0)