Skip to content

Commit fbf7a51

Browse files
authored
Sync changelog and installation docs for v1.8.1 and v1.8.2 (#625)
Add changelog entries for v1.8.1 and v1.8.2 and bump the MODULE_VERSION in the installation docs from 1.8.0 to 1.8.2. Also note availability as `icinga-vspheredb` package in the installation docs.
2 parents d8f74bb + 2d7a5b8 commit fbf7a51

2 files changed

Lines changed: 71 additions & 2 deletions

File tree

doc/01-Installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Please make sure that you choose `utf8mb4` as an encoding.
4141
Installation
4242
------------
4343

44+
> **Note:** This module is also available as the `icinga-vspheredb` package
45+
> via the [Icinga package repository](https://packages.icinga.com).
46+
> If you installed via package, you can skip the script below.
47+
4448
### SELinux notice
4549

4650
When installing the module on a system with SELinux enabled,
@@ -58,7 +62,7 @@ existing module installation will be replaced, so this can be used for upgrades
5862

5963
```shell
6064
# You can customize these settings, but we suggest to stick with our defaults:
61-
MODULE_VERSION="1.8.0"
65+
MODULE_VERSION="1.8.2"
6266
DAEMON_USER="icingavspheredb"
6367
DAEMON_GROUP="icingaweb2"
6468
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"

doc/84-Changelog.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,69 @@
11
<a id="Changelog"></a>Changelog
22
===============================
33

4+
v1.8.2
5+
------
6+
7+
This is a maintenance release that fixes PHP 8.5 deprecation warnings caused by
8+
using `null` as an array offset, and an incompatibility with IPL HTML in
9+
`SelectElement::getOption()` calls.
10+
11+
### Upgrading
12+
13+
Packages are available as `icinga-vspheredb`. If you missed the packages
14+
introduced with v1.8.0, consider switching to them now. For non-package
15+
installations, please check our [Upgrade Script](01-Installation.md#modul-installation-or-upgrade).
16+
17+
### Fixed issues
18+
* You can find issues and feature requests related to this release on our
19+
[roadmap](https://github.com/Icinga/icingaweb2-module-vspheredb/milestone/21?closed=1)
20+
21+
### PHP Support
22+
* FIX: No longer using `null` as array offset, which is deprecated in PHP 8.5
23+
24+
### IPL Compatibility
25+
* FIX: `SelectElement::getOption()` now receives an empty string instead of
26+
`null` for the placeholder option (#621)
27+
28+
v1.8.1
29+
------
30+
31+
This is a maintenance release that ships several bug fixes. Disk-usage bars are
32+
correctly rendered again, multiple tags from the same category are now properly
33+
imported and displayed, and a threshold-logic bug in Monitoring Rules has been
34+
corrected. An abandoned third-party HTTP library has been replaced, resolving
35+
compatibility errors on newer PHP versions
36+
37+
### Upgrading
38+
39+
Packages are available as `icinga-vspheredb`. If you missed the packages
40+
introduced with v1.8.0, consider switching to them now. For non-package
41+
installations, please check our [Upgrade Script](01-Installation.md#modul-installation-or-upgrade).
42+
43+
### Fixed issues
44+
* You can find issues and feature requests related to this release on our
45+
[roadmap](https://github.com/Icinga/icingaweb2-module-vspheredb/milestone/20?closed=1)
46+
47+
### UI
48+
* FIX: Disk-usage bars are no longer misplaced (#603)
49+
* FIX: Multiple tags from the same category are now correctly displayed (#614)
50+
51+
### Monitoring Rules
52+
* FIX: "Best wins" logic now correctly activates when either the absolute or the
53+
percentage limit fires, not only when both fire at the same time (#601)
54+
55+
### vSphere API
56+
* FIX: `diskObjectId` is now preserved during synchronization, enabling `vm_disk`
57+
record creation (#606)
58+
* FIX: Replaced the abandoned `RingCentral` HTTP library with `GuzzleHttp`,
59+
resolving compatibility errors on newer PHP versions (#602)
60+
61+
### Integrations
62+
* FIX: Multiple tags from the same category are now correctly imported (#614)
63+
64+
### Internals
65+
* Adapt to IPL strict typing in forms and i18n helpers (#617)
66+
467
v1.8.0
568
------
669

@@ -19,7 +82,9 @@ Monitoring Rules got some attention.
1982

2083
### Upgrading
2184

22-
Please check our [Upgrade Script](01-Installation.md#modul-installation-or-upgrade).
85+
Starting with this release, we provide packages as `icinga-vspheredb`. For
86+
non-package installations, please check our
87+
[Upgrade Script](01-Installation.md#modul-installation-or-upgrade).
2388

2489
### Fixed issues
2590
* You can find issues and feature requests related to this release on our

0 commit comments

Comments
 (0)