doc: Add changelog for 2.2.0

This commit is contained in:
Johannes Meyer 2019-03-01 13:16:21 +01:00
parent 7215ea9505
commit b31cd6076b

View file

@ -1,20 +1,51 @@
<a id="Changelog"></a>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