mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 00:24:23 +02:00
Release 0.0.11.
This commit is contained in:
parent
14cb049b6a
commit
6e7d167ddb
@ -4,6 +4,15 @@ Please check doc/1-about.md.
|
|||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
|
### What's New in Version 0.0.11
|
||||||
|
|
||||||
|
* Redesigned cluster stack. #6192
|
||||||
|
* Support for conditional command arguments. #5933
|
||||||
|
* IDO: is_reachable attribute for hosts and services. #6094
|
||||||
|
* IDO: Add missing events for service/host state changes. #6151
|
||||||
|
* Lots of documentation updates. #6010, #6115, #6149, #6163, #6184, #6198, #6114, #6128, #5485
|
||||||
|
* Plenty of bug fixes. #6179, #6148, #6111, #6131, and many more
|
||||||
|
|
||||||
### What's New in Version 0.0.10
|
### What's New in Version 0.0.10
|
||||||
|
|
||||||
* Make Host and Service checkable. #5919
|
* Make Host and Service checkable. #5919
|
||||||
|
@ -29,24 +29,14 @@ Please get in touch with the Icinga team at [https://www.icinga.org/ecosystem/].
|
|||||||
|
|
||||||
## <a id="whats-new"></a> What's new
|
## <a id="whats-new"></a> What's new
|
||||||
|
|
||||||
### What's New in Version 0.0.10
|
### What's New in Version 0.0.11
|
||||||
|
|
||||||
* Make Host and Service checkable. #5919
|
* Redesigned cluster stack. #6192
|
||||||
* Support new lines in addition to commas to separate object attributes. #5901
|
* Support for conditional command arguments. #5933
|
||||||
* Add group membership assign rules. #5910
|
* IDO: is_reachable attribute for hosts and services. #6094
|
||||||
* Support nested groups. #5858
|
* IDO: Add missing events for service/host state changes. #6151
|
||||||
* Add apply target type. #5924
|
* Lots of documentation updates. #6010, #6115, #6149, #6163, #6184, #6198, #6114, #6128, #5485
|
||||||
* Add relative object names. #5925
|
* Plenty of bug fixes. #6179, #6148, #6111, #6131, and many more
|
||||||
* Merge macros and custom into 'vars' dictionary. Changed runtime macros and environment variable export. #5855
|
|
||||||
* Add support for modified attributes for custom attributes. #5956
|
|
||||||
* Allow to assign var values to existing vars evaluted on runtime. #5959
|
|
||||||
* Rename/shorten attribute names and filter variables. #5857
|
|
||||||
* Remove the 'Icinga' prefix for global constants. #5960
|
|
||||||
* Global option to enable/disable host/service checks. #5975
|
|
||||||
* Add legacy attributes to host, service and group objects: `address{,6}'`, `notes`, `notes_url`, `action_url`, `icon_image`, `icon_image_alt`. #5856
|
|
||||||
* Support "#" hash comments. #5994
|
|
||||||
* Cluster: Spanning Tree like communication. #5467
|
|
||||||
* Properly implement the Process class for Windows. #3684
|
|
||||||
|
|
||||||
#### Changes
|
#### Changes
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
Summary: Network monitoring application
|
Summary: Network monitoring application
|
||||||
Name: icinga2
|
Name: icinga2
|
||||||
Version: 0.0.10
|
Version: 0.0.11
|
||||||
Release: %{revision}%{?dist}
|
Release: %{revision}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
Loading…
x
Reference in New Issue
Block a user