Skip to content

Commit eb78774

Browse files
committed
update README
1 parent dfb1cbf commit eb78774

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ 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 master branch (commit [35e90f7b6008075bb6d61a55fe12988df3c8b5c7](https://github.com/Icinga/icingaweb2-module-director/tree/35e90f7b6008075bb6d61a55fe12988df3c8b5c7))
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))
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
17-
* fixes https://github.com/Icinga/icingaweb2-module-director/issues/2734
1817
* makes the MySQL migrations "nicer" - they do not fail if the uuid columns already exist (making migrations easier)
1918

2019

@@ -33,12 +32,11 @@ mysql -p -u root icinga_director < schema/guids2uuids-migration.sql
3332

3433
Migrating from v1.10.2+ or [Linuxfabrik fork v1.10.2.2023020901](https://git.linuxfabrik.ch/linuxfabrik/icingaweb2-module-director):
3534
* Install this fork.
36-
* Use DB-Migrations offered in IcingaWeb2.
35+
* Use the DB-Migrations offered in IcingaWeb2.
3736

3837

3938
## Known limitations
4039

41-
* Since the fork is based on the master branch instead of a full release, there are still some open upstream bugs to be expected.
4240
* DataFields: Renaming or removing an entry will only rename/remove the entry in the datalist, not the applied variables on other objects such as hosts or services.
4341
* The fork is not tested with [Configuration Branches for Icinga Director](https://icinga.com/docs/icinga-director-branches/latest/).
4442

0 commit comments

Comments
 (0)