11<a id =" Changelog " ></a >Changelog
22===============================
33
4+ v1.8.1
5+ ------
6+
7+ This is a maintenance release that ships several bug fixes. Disk-usage bars are
8+ correctly rendered again, multiple tags from the same category are now properly
9+ imported and displayed, and a threshold-logic bug in Monitoring Rules has been
10+ corrected. An abandoned third-party HTTP library has been replaced, resolving
11+ compatibility errors on newer PHP versions
12+
13+ ### Upgrading
14+
15+ Packages are available as ` icinga-vspheredb ` . If you missed the packages
16+ introduced with v1.8.0, consider switching to them now. For non-package
17+ installations, please check our [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
18+
19+ ### Fixed issues
20+ * You can find issues and feature requests related to this release on our
21+ [ roadmap] ( https://github.com/Icinga/icingaweb2-module-vspheredb/milestone/20?closed=1 )
22+
23+ ### UI
24+ * FIX: Disk-usage bars are no longer misplaced (#603 )
25+ * FIX: Multiple tags from the same category are now correctly displayed (#614 )
26+
27+ ### Monitoring Rules
28+ * FIX: "Best wins" logic now correctly activates when either the absolute or the
29+ percentage limit fires, not only when both fire at the same time (#601 )
30+
31+ ### vSphere API
32+ * FIX: ` diskObjectId ` is now preserved during synchronization, enabling ` vm_disk `
33+ record creation (#606 )
34+ * FIX: Replaced the abandoned ` RingCentral ` HTTP library with ` GuzzleHttp ` ,
35+ resolving compatibility errors on newer PHP versions (#602 )
36+
37+ ### Integrations
38+ * FIX: Multiple tags from the same category are now correctly imported (#614 )
39+
40+ ### Internals
41+ * Adapt to IPL strict typing in forms and i18n helpers (#617 )
42+
443v1.8.0
544------
645
@@ -19,7 +58,9 @@ Monitoring Rules got some attention.
1958
2059### Upgrading
2160
22- Please check our [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
61+ Starting with this release, we provide packages as ` icinga-vspheredb ` . For
62+ non-package installations, please check our
63+ [ Upgrade Script] ( 01-Installation.md#modul-installation-or-upgrade ) .
2364
2465### Fixed issues
2566* You can find issues and feature requests related to this release on our
0 commit comments