From b31cd6076babc752d860f38c079cb9c9cfc784ef Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 1 Mar 2019 13:16:21 +0100 Subject: [PATCH] doc: Add changelog for 2.2.0 --- doc/82-Changelog.md | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index e3f7450..b390c38 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -1,20 +1,51 @@ Changelog =============================== +2.2.0 +----- + +### Issues and Features +* You can find issues and feature requests related to this release on our + [roadmap](https://github.com/Icinga/icingaweb2-module-businessprocess/milestone/6?closed=1) + +### New Features + +* Nodes can now be reordered by using Drag'n'Drop + [#123](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/123) +* Importing nodes from other process configurations is now fully supported + [#133](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/133) + +### Usability and Visualization + +* Lighter Design for the tree view and breadcrumbs +* Breadcrumbs provide a way back to the global overview now +* Info urls to external sites now open in a new browser tab +* Linked processes are now shown as part of a node's impact + +### Permissions + +* Users restricted by the monitoring module's `monitoring/filter/objects` + restriction now get a properly filtered list of hosts and services + while adding new nodes. + [#67](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/67) +* Users with the permission `businessprocess/showall` were previously not able + to see configurations if they were also restricted by other roles. + [#200](https://github.com/Icinga/icingaweb2-module-businessprocess/issues/200) + 2.1.0 ----- -### Fixed issues and related features +### Issues and Features * You can find issues and feature requests related to this release on our [roadmap](https://github.com/Icinga/icingaweb2-module-businessprocess/milestone/4?closed=1) -### Usability and visualization +### Usability and Visualization * Missing nodes are now shown in a generic error notice * `Unbound nodes` (nodes not being shown at top level and not in use as a sub node) are now reachable through a fake node * A bug with the Chrome browser showing messed up checkboxes has been fixed -### State calculation +### State Calculation * Missing nodes are now considered being `UNKNOWN` (or `UNREACHABLE` when being a host node). The former behaviour comes from Icinga 1.x, as a reload there had the potential to trigger false alarms. This is no longer an issue