|
| 1 | +# Icinga PowerShell Plugins CHANGELOG |
| 2 | + |
| 3 | +**The latest release announcements are available on [https://icinga.com/blog/](https://icinga.com/blog/).** |
| 4 | + |
| 5 | +Please read the [upgrading](https://icinga.com/docs/windows/latest/plugins/doc/30-Upgrading-Plugins) |
| 6 | +documentation before upgrading to a new release. |
| 7 | + |
| 8 | +Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-plugins/milestones?state=closed). |
| 9 | + |
| 10 | +## 1.1.0 (2020-06-02) |
| 11 | + |
| 12 | +[Issue and PRs](https://github.com/Icinga/icinga-powershell-plugins/milestone/2?closed=1) |
| 13 | + |
| 14 | +### Notes |
| 15 | + |
| 16 | +This release adds two new plugins to the collection: |
| 17 | + |
| 18 | +* [Invoke-IcingaCheckICMP](https://icinga.com/docs/windows/latest/plugins/doc/plugins/08-Invoke-IcingaCheckICMP/): Allows to execute ping checks from the Windows Agent to other hosts |
| 19 | +* [Invoke-IcingaCheckCertificate](https://icinga.com/docs/windows/latest/plugins/doc/plugins/02-Invoke-IcingaCheckCertificate/): Allows to check certificates on disk or inside the Windows Cert Store |
| 20 | + |
| 21 | +### Enhancements |
| 22 | + |
| 23 | +* [#26](https://github.com/Icinga/icinga-powershell-plugins/issues/26) Fixes Invoke-IcingaCheckEventLog to use EventIds instead of InstanceIds for filtering and output |
| 24 | + |
| 25 | +### Bugfixes |
| 26 | + |
| 27 | +* [#19](https://github.com/Icinga/icinga-powershell-plugins/issues/19) Fixes exclude of EventLog ids for Invoke-IcingaCheckEventLog |
| 28 | + |
| 29 | +## 1.0.0 (2020-02-19) |
| 30 | + |
| 31 | +[Issue and PRs](https://github.com/Icinga/icinga-powershell-plugins/milestone/1?closed=1) |
| 32 | + |
| 33 | +### Notes |
| 34 | + |
| 35 | +This release fixed several smaller design and documentation issues as well as improving the general output of the plugins. |
| 36 | + |
| 37 | +### Breaking changes |
| 38 | + |
| 39 | +If you installed the previous RC versions of the Framework or the Plugins, 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 |
| 40 | + |
| 41 | +### Enhancements |
| 42 | + |
| 43 | +* [#5](https://github.com/Icinga/icinga-powershell-plugins/issues/5) Used partition space will now output usage in bytes as well (formatted to MB/GB/TB depending on size) |
| 44 | +* [#9](https://github.com/Icinga/icinga-powershell-plugins/issues/9) The memory plugin is now calculating the missing thresholds |
| 45 | + |
| 46 | +### Bugfixes |
| 47 | + |
| 48 | +* [#4](https://github.com/Icinga/icinga-powershell-plugins/issues/4) Fixes unused partition space plugin not working on Windows 7 or older |
| 49 | +* [#8](https://github.com/Icinga/icinga-powershell-plugins/issues/8) Fixes unit auto detection for memory plugin |
| 50 | + |
| 51 | +## 1.0.0 RC1 (2019-11-04) |
| 52 | + |
| 53 | +### Notes |
| 54 | + |
| 55 | +* Initial release candidate for the new Icinga PowerShell Plugins |
0 commit comments