Skip to content

Commit 3bcf606

Browse files
committed
bump version
1 parent eb78774 commit 3bcf606

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ However, we are still missing one feature that we need for our deployments: Auto
1111

1212
This version of our fork:
1313

14-
* is based on the official [v1.11.1 release](https://github.com/Icinga/icingaweb2-module-director/releases/tag/v1.11.1) (on the [support/1.11 branch](https://github.com/Icinga/icingaweb2-module-director/tree/support/1.11))
14+
* is based on the official [v1.11.3 release](https://github.com/Icinga/icingaweb2-module-director/releases/tag/v1.11.3)
1515
* automatically renames applied related vars during basket imports. Have a look at [Testing](#Testing) for details.
1616
* fixes https://github.com/Icinga/icingaweb2-module-director/issues/2725
1717
* makes the MySQL migrations "nicer" - they do not fail if the uuid columns already exist (making migrations easier)

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

Lines changed: 2 additions & 2 deletions
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.3.2025012101"
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.3.2025012101"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

module.info

Lines changed: 1 addition & 1 deletion
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.3.2025012101
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)