Skip to content

Commit 2a4b78b

Browse files
authored
Release 1.11.4 (#2969)
2 parents a99a998 + 38f3fe3 commit 2a4b78b

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

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

+2-2
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.3"
44+
MODULE_VERSION="1.11.4"
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.3"
63+
MODULE_VERSION="1.11.4"
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

+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.4
8+
-------
9+
10+
### Security
11+
12+
- Rest API endpoints accessible to restricted users ([GHSA-3233-ggc5-m3qg](https://github.com/Icinga/icingaweb2-module-director/security/advisories/GHSA-3233-ggc5-m3qg))
13+
14+
### UI
15+
16+
- Fix editing of custom variables for multi-selected objects [#2950](https://github.com/Icinga/icingaweb2-module-director/issues/2950)
17+
- Fix: Check for the existence of service templates to add services [#1249](https://github.com/Icinga/icingaweb2-module-director/issues/1249)
18+
19+
### Import and Sync
20+
21+
- Fix erratic job behavior during summer and winter time change (no issue)
22+
23+
### Integration
24+
25+
- Fix custom variable renderer for service apply for rules (no issue)
26+
- Fix custom variable renderer for array type data lists [#2960](https://github.com/Icinga/icingaweb2-module-director/issues/2960)
27+
28+
### Database Schema
29+
30+
- Fix MySQL 8.4 nonstandard foreign keys deprecation [#2885](https://github.com/Icinga/icingaweb2-module-director/issues/2885)
31+
32+
### Fixed Issues
33+
34+
You can find issues related to this release on our [roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/39?closed=1)
35+
736
v1.11.3
837
-------
938

module.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Icinga Director
2-
Version: 1.11.3
2+
Version: 1.11.4
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)