mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
9.7 KiB
9.7 KiB
Icinga PowerShell Framework CHANGELOG
The latest release announcements are available on https://icinga.com/blog/.
Please read the upgrading documentation before upgrading to a new release.
Released closed milestones can be found on GitHub.
1.2.0 (pending)
Upgrading Notes
Breaking change with non-equal versions
Check Command configuration generated by Icinga for Windows 1.2.0 require Icinga for Windows 1.2.0 or later deployed on all systems, otherwise you will run into issues with an unknown command Exit-IcingaPluginNotInstalled error.
- To properly catch errors on check execution you will have to import check commands as Director basket again by using
Get-IcingaCheckCommandConfig. Further details can be found in the upgrading docs
Notes
- #80 Adds wrapper function
Get-IcingaWindowsInformationfor WMI and CIM calls to properly handle config/permission errors
Enhancements
- Adds new Cmdlet
Show-IcingaPerformanceCounterInstancesto display all available instances for Performance Counters - #76 Adds support to test for required .NET Framework Version 4.6.0 or above before trying to install the Icinga Agent
- #87 Adds wrapper command to test new code or functionality of Framework and/or plugins
- #88 Adds Start/Stop timer functionality for performance analysis
- #94 Adds
Namespaceargument for Get-IcingaWindowsInformation for additional filtering - #95 Improves error handling for issues by using
Use-Icingainitialising or by calling plugins which are not installed
Bugfixes
- #78 Fix Icinga Agent package fetching for x86 architecture
- #79 Fix ConvertTo-Seconds to output valid numeric data with multiple digits
- #81, #82 Fix error on EventLog initialising in case
Icinga for Windowsapplication is not registered on new machines - #84, Fix conversion of
ConvertTo-SecondsandConvertTo-SecondsFromIcingaThresholdswhile the input value is$null - #85, Fix incorrect handling to empty service user password which was configured as empty
Stringinstead of$nullSecureStringobject - #89, Fix file type question during
Get-IcingaCheckCommandConfiggeneration in Windows 2012 R2 and older - #90, Fix file type question during Icinga Agent installation on Windows 2012 R2 while using a custom installation target
- #91, Fix wrong default values being set for installer arguments by using the Icinga Director Self-Service API
- #92, Fix
Set-IcingaAclwhich fails on older Windows systems with a security id error and not at all/not properly setting required permissions for directories
1.1.2 (2020-07-01)
Bugfixes
- #74 Disabling Agent features for last list item is not possible
- #75 'notification' feature is not disabled during installation
1.1.1 (2020-06-18)
Bugfixes
- #70 Fixes zones configuration for multiple parent endpoints
- #72 Fixes installation target directory not used properly while directory exist already
1.1.0 (2020-06-02)
Notes
- #62 Deprecates
--keyargument for certificate generation for Icinga 2.12.0 and later
Deprecations
- The value
latestfor the installation wizard argumentAgentVersionis deprecated and has been replaced byrelease
Breaking changes
- The
-AcceptConnectionsargument for the install wizard had the opposite effect in the previous versions. Please review your configuration on a test setup before proceeding with a mass-rollout to ensure the Agent behaves as expected - The wizard now ships with a new argument
-ConvertEndpointIPConfigwhich will convert hostnames or FQDN entries for connection information to IP addresses. If you are having a CLI string available and neither want to be asked this question or change current behaviour, set the argument to 0:-ConvertEndpointIPConfig 0
Enhancements
- #48 Adds support to check if a check package contains any checks or check packages
- #64 Icinga Agent RC versions are no longer used by using
latestas version - #67 Adds support to flush entire Icinga 2 ProgamData directory on uninstallation
- #68 Improves the setup wizard by providing better understandable prompts including examples and various smaller bugfixes
- Console prints are now containing a severity message to better keep an eye on possible warnings/errors
- #69 Improves stability of installation/uninstallation of the Agent by using different PowerShell instances for service and installation/uninstallation handling
Bugfixes
- #61 Fixes duplicate command line entries after wizard completion and escaping of values
- #63 Adds missing port argument for certificate generation requests
- #65 Fixes icinga2.conf file while upgrading from the old PowerShell module to the new framework
- #66 Fixes boolean performance metrics from check plugins by converting them to integer
1.0.2 (2020-04-16)
Bugfixes
- Fixes crash on fetching the
latestIcinga 2 Agent MSI installer package by ignoring RC versions
1.0.1 (2020-03-18)
Bugfixes
- Fixes crash during update of components while no update is available on stable branch
- Fixes handling of
LocalSystemservice user to prevent the framework from crashing - Fixes an issue while trying to modify the service user with password on older Windows versions
- Fixes persistent Director Self-Service Key prompt while using unattended installation on a new system
- Fixes service user fetching by using NETBIOS name for non-domain hosts instead of full hostname
1.0.0 (2020-02-19)
Breaking changes
- If you installed the previous RC versions of the Framework, you will have to generate the Icinga Director Basket configuration again and re-import the newly generated JSON file. Please be aware that because of possible changes your old custom variables containing arguments and thresholds might not apply due to new custom variable naming and handling. Please ensure to have a backup of your Icinga Director before applying any changes
Enhancements
- New Cmdlets for managing the Agent have been added
- Improved the install wizard to handle errors more intelligent
Bugfixes
- General bugfixes to increase reliability, stability and performance
- Some fixes for configuration rendering for Icinga Director Baskets
1.0.0 RC3 (2019-12-17)
Bugfixes
- Fixed wrong URL for stable plugin repository (refered to Framework instead of Plugins)
1.0.0 RC2 (2019-12-13)
Enhancements
- Added Cmdlets for managing Self-Service keys
- Added fetching for interface for host address in Icinga Director
- Improved wizard to re-ask on errors
Bugfixes
- Fixed memory leak for background daemon
- Fixed crash on Plugin Repo / Framework update
- Fixed missing NodeName configuration in Icinga Agent config
1.0.0 RC1 (2019-11-04)
Notes
- Removed legacy framework code
- New release for final framework version