Icinga 2 v2.13.11
This bugfix release addresses several crashes,
both in the core itself and in Icinga DB (numbers out of range).
In addition, it fixes several other issues such as lost notifications
or TimePeriod/ScheduledDowntime exceeding specified date ranges.
Crash Fixes
- Invalid
DateTime#format()
arguments in config and console on Windows Server 2016 and older. #10165 - Downtime scheduling at runtime with non-existent trigger. #10127
- Object creation at runtime during Icinga DB initialization. #10164
- Icinga DB: several numbers out of database schema range. #10244
Miscellaneous Bugfixes
- Lost notifications after recovery outside the notification time period. #10241
- TimePeriod/ScheduledDowntime exceeding specified date range. #10128 #10133
- Make parallel config syncs more robust. #10126
- Reduce unnecessary cluster messages setting the next check time. #10168