Skip to content

Commit 8248cb1

Browse files
committed
Adds changelog and upgrading docs to plugins
1 parent acd2dd7 commit 8248cb1

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Please take a look at the following content to get to know the extent of the mod
1212
* [Installation Guide](doc/02-Installation.md)
1313
* [Icinga Integration](doc/03-Icinga-Integration.md)
1414
* [Plugin Documentation](doc/10-Icinga-Plugins.md)
15+
* [Changelog](doc/31-Changelog.md)
1516

1617
## Contributing
1718

doc/30-Upgrading-Plugins.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Upgrading Icinga PowerShell Plugins
2+
3+
Upgrading Icinga PowerShell Plugins is usually quite straightforward.
4+
5+
Specific version upgrades are described below. Please note that version updates are incremental.
6+
7+
## Upgrading to v1.1.0 (2020-06-02)
8+
9+
### Icinga PowerShell Framework dependency
10+
11+
To use the Icinga PowerShell Plugins v1.1.0 you will require to upgrade the Icinga PowerShell Framework to v1.1.0 first. This new plugin release will **not** work with older Framework versions.
12+
13+
### New Plugins
14+
15+
We have added two new plugins you can add into your Icinga 2 configuration by creating a basket configuration for the Icinga Director. The new plugins are
16+
17+
* [Invoke-IcingaCheckICMP](https://icinga.com/docs/windows/latest/plugins/doc/plugins/08-Invoke-IcingaCheckICMP/)
18+
* [Invoke-IcingaCheckCertificate](https://icinga.com/docs/windows/latest/plugins/doc/plugins/02-Invoke-IcingaCheckCertificate/)

doc/31-Changelog.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

Comments
 (0)