Rewrites checker kernel backend

This commit is contained in:
Lord Hepipud 2022-06-09 06:42:34 +02:00
parent 5263f0cddc
commit df9e831b25

View file

@ -15,6 +15,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
* [#529](https://github.com/Icinga/icinga-powershell-framework/pull/529) Fixes package manifest reader for Icinga for Windows components on Windows 2012 R2 and older
* [#523](https://github.com/Icinga/icinga-powershell-framework/pull/523) Fixes errors on encapsulated PowerShell calls for missing Cmdlets `Write-IcingaConsoleError` and `Optimize-IcingaForWindowsMemory`
* [#524](https://github.com/Icinga/icinga-powershell-framework/pull/524) Fixes checker kernel to properly compile check objects, cause less overhead and correctly detect units and convert values
### Enhancements