You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #345 from Icinga:fix/diskhealth_error_for_int_to_string_enum_conversion
Fix: Disk health error for int to str enum conversion
Fixes an issue for disk health plugin, which can fail in some cases due to an invalid conversion from the MSFT output from int to string.
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ documentation before upgrading to a new release.
7
7
8
8
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga-powershell-plugins/milestones?state=closed).
9
9
10
+
# 1.11.0 (2023-05-31)
11
+
12
+
### Bugfixes
13
+
14
+
*[#342](https://github.com/Icinga/icinga-powershell-plugins/issues/342) Fixes an issue for disk health plugin, which can fail in some cases due to an invalid conversion from the MSFT output from int to string
0 commit comments