Skip to content

Releases: Icinga/icinga-powershell-framework

Icinga PowerShell Framework v1.1.0

02 Jun 13:49
Compare
Choose a tag to compare

Issue and PRs

Notes

  • #62 Deprecates --key argument for certificate generation for Icinga 2.12.0 and later

Deprecations

  • The value latest for the installation wizard argument AgentVersion is deprecated and has been replaced by release

Breaking changes

  • The -AcceptConnections argument 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 -ConvertEndpointIPConfig which 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 latest as 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

Icinga PowerShell Framework v1.0.2

16 Apr 07:42
Compare
Choose a tag to compare

Bugfix release for our Icinga for Windows PowerShell Framework

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap

Summary:

  • Fixes crash on fetching the latest Icinga 2 Agent MSI installer package by ignoring RC versions

Update Notes

  • No special steps required while updating from 1.0.1 to 1.0.2

Icinga PowerShell Framework v1.0.1

18 Mar 08:06
Compare
Choose a tag to compare

Bugfix release for our Icinga for Windows PowerShell Framework

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap

Summary:

  • Fixes crash during update of components while no update is available on stable branch
  • Fixes handling of LocalSystem service 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

Update Notes

  • No special steps required while updating from 1.0.0 to 1.0.1

Icinga PowerShell Framework v1.0.0

19 Feb 07:40
Compare
Choose a tag to compare

The first stable release of our Icinga for Windows PowerShell Framework

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap

Summary:

  • General bugfixes to increase reliability, stability and performance
  • New Cmdlets for managing the Agent have been added
  • Improved the install wizard to handle errors more intelligent
  • Some fixes for configuration rendering for Icinga Director Baskets

Update Notes

  • 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

Icinga PowerShell Framework v1.0.0-rc3

17 Dec 16:41
Compare
Choose a tag to compare
Pre-release

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap

Summary:

  • Fixed wrong URL for stable plugin repository (refered to Framework instead of Plugins)

Icinga PowerShell Framework v1.0.0-rc2

13 Dec 16:45
Compare
Choose a tag to compare
Pre-release

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap

Summary:

  • Added Cmdlets for managing Self-Service keys
  • Added fetching for interface for host address in Icinga Director
  • Improved wizard to re-ask on errors
  • Fixed memory leak for background daemon
  • Fixed crash on Plugin Repo / Framework update
  • Fixed missing NodeName configuration in Icinga Agent config

Icinga PowerShell Framework v1.0.0-rc1

04 Nov 15:04
Compare
Choose a tag to compare
Pre-release

Changelog

  • Removed legacy framework code
  • New release for final framework version

Icinga Windows Module v0.0.1

07 Nov 09:14
Compare
Choose a tag to compare

Changelog

  • Initial release