From df9e831b25a5349d113c6ad9a00fe86e033f688d Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Thu, 9 Jun 2022 06:42:34 +0200 Subject: [PATCH] Rewrites checker kernel backend --- doc/100-General/10-Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/100-General/10-Changelog.md b/doc/100-General/10-Changelog.md index debeeea6..3b9b1e70 100644 --- a/doc/100-General/10-Changelog.md +++ b/doc/100-General/10-Changelog.md @@ -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