mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-22 17:37:50 +02:00
Release 1.11.4 (#2969)
This commit is contained in:
commit
2a4b78bfd2
@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
|
||||
You might want to use a script as follows for this task:
|
||||
|
||||
```shell
|
||||
MODULE_VERSION="1.11.3"
|
||||
MODULE_VERSION="1.11.4"
|
||||
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
||||
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
||||
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
||||
@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
|
||||
You might want to use a script as follows for this task:
|
||||
|
||||
```shell
|
||||
MODULE_VERSION="1.11.3"
|
||||
MODULE_VERSION="1.11.4"
|
||||
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
|
||||
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
|
||||
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
|
||||
|
@ -4,6 +4,35 @@
|
||||
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
|
||||
before switching to a new version.
|
||||
|
||||
v1.11.4
|
||||
-------
|
||||
|
||||
### Security
|
||||
|
||||
- Rest API endpoints accessible to restricted users ([GHSA-3233-ggc5-m3qg](https://github.com/Icinga/icingaweb2-module-director/security/advisories/GHSA-3233-ggc5-m3qg))
|
||||
|
||||
### UI
|
||||
|
||||
- Fix editing of custom variables for multi-selected objects [#2950](https://github.com/Icinga/icingaweb2-module-director/issues/2950)
|
||||
- Fix: Check for the existence of service templates to add services [#1249](https://github.com/Icinga/icingaweb2-module-director/issues/1249)
|
||||
|
||||
### Import and Sync
|
||||
|
||||
- Fix erratic job behavior during summer and winter time change (no issue)
|
||||
|
||||
### Integration
|
||||
|
||||
- Fix custom variable renderer for service apply for rules (no issue)
|
||||
- Fix custom variable renderer for array type data lists [#2960](https://github.com/Icinga/icingaweb2-module-director/issues/2960)
|
||||
|
||||
### Database Schema
|
||||
|
||||
- Fix MySQL 8.4 nonstandard foreign keys deprecation [#2885](https://github.com/Icinga/icingaweb2-module-director/issues/2885)
|
||||
|
||||
### Fixed Issues
|
||||
|
||||
You can find issues related to this release on our [roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/39?closed=1)
|
||||
|
||||
v1.11.3
|
||||
-------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: Icinga Director
|
||||
Version: 1.11.3
|
||||
Version: 1.11.4
|
||||
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.0)
|
||||
Description: Director - Config tool for Icinga 2
|
||||
Icinga Director is a configuration tool that has been designed to make
|
||||
|
Loading…
x
Reference in New Issue
Block a user