From d8a9dee69e0c1af3aa049970daf07d16e1fe97f2 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Tue, 16 Jul 2024 11:16:49 +0200 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ed4eb..a739624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [v0.4.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.4.0) (2024-07-16) + +**Breaking changes:** + +- Remove support for the Icinga Web monitoring module + +Future versions will only use IcingaDB Web. + +- Remove `notification_periods` and `ignored_notification_periods` options + +These options changed the state behavior of the module significantly (when compared to Icinga Web) +and thus caused some confusion/limitations. + +- Rename `host_never_unhandled` to `override_host_problem_to_handled` + +Tried to make this options clearer to understand. + +**Implemented enhancements:** + +- Add support for Icinga DB +- Views use the display names for object if configured +- Improve the Views headers styling +- Improve handling of long View names (uses ellipsis now) + ## [v0.3.4](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.4) (2024-06-12) This will be the final version with support for From 1d79aeefe865bc3076a39b2921b5f9db2d0c9468 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Tue, 16 Jul 2024 11:18:14 +0200 Subject: [PATCH 2/2] [squash] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a739624..9765f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Tried to make this options clearer to understand. - Add support for Icinga DB - Views use the display names for object if configured -- Improve the Views headers styling +- Improve the View's headers styling - Improve handling of long View names (uses ellipsis now) ## [v0.3.4](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.4) (2024-06-12)