Skip to content

Commit 8bee462

Browse files
nilmergNavidSassan
authored andcommitted
Prepare version 1.10.3
1 parent ac5d925 commit 8bee462

File tree

3 files changed

+8
-36
lines changed

3 files changed

+8
-36
lines changed

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

Lines changed: 3 additions & 3 deletions
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.18.0)
23+
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.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.10.2.2023042001"
44+
MODULE_VERSION="1.10.3.2024020901"
4545
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
4646
REPO_URL="https://github.com/Linuxfabrik/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.10.2.2023042001"
63+
MODULE_VERSION="1.10.3.2024020901"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/Linuxfabrik/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

doc/82-Changelog.md

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,11 @@
44
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
55
before switching to a new version.
66

7-
v1.11.0 (unreleased)
8-
--------------------
9-
10-
This version hasn't been released yet
7+
v1.10.3
8+
-------
119

1210
### UI
13-
* FEATURE: allow to clone commands with fields (#2264)
14-
* FEATURE: Data Fields are now sorted in a case-insensitive way (#2358)
15-
* FEATURE: Deployment Log now breaks lines (#2677)
16-
* FEATURE: Sort Template trees by name (#2691)
17-
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
18-
19-
### Icinga Configuration
20-
* FIX: render Set Services to individual zones where required (#1589, #2356)
21-
22-
### Import and Sync
23-
* FEATURE: regular expression based modifier allows explicit NULL on no match (#2705)
24-
25-
### Permissions and Restrictions
26-
* FIX: monitoring-related permission checks have been refactored (#2712)
27-
28-
### Configuration Branches
29-
* FEATURE: with this release, directorbranches v1.3 supports a "default branch" (#2688)
30-
* FEATURE: users with default branches get warnings in the main branch (#2689)
31-
* FIX: create a branched set, add services, modify them (#2710)
32-
33-
### Health Check
34-
* FIX: complaint about overdue jobs was not correct (#2680, #2681)
35-
36-
### Fixed issues
37-
* You can find issues and feature requests related to this release on our
38-
[roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/33?closed=1)
39-
11+
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)
4012

4113
v1.10.2
4214
-------

module.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: Icinga Director
2-
Version: 1.10.2.2023042001
3-
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.18.0)
2+
Version: 1.10.3.2024020901
3+
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.21.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)