Skip to content

Commit 6e7d167

Browse files
committed
Release 0.0.11.
1 parent 14cb049 commit 6e7d167

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Please check doc/1-about.md.
44

55
## What's New
66

7+
### What's New in Version 0.0.11
8+
9+
* Redesigned cluster stack. #6192
10+
* Support for conditional command arguments. #5933
11+
* IDO: is_reachable attribute for hosts and services. #6094
12+
* IDO: Add missing events for service/host state changes. #6151
13+
* Lots of documentation updates. #6010, #6115, #6149, #6163, #6184, #6198, #6114, #6128, #5485
14+
* Plenty of bug fixes. #6179, #6148, #6111, #6131, and many more
15+
716
### What's New in Version 0.0.10
817

918
* Make Host and Service checkable. #5919

doc/1-about.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,14 @@ Please get in touch with the Icinga team at [https://www.icinga.org/ecosystem/].
2929

3030
## <a id="whats-new"></a> What's new
3131

32-
### What's New in Version 0.0.10
33-
34-
* Make Host and Service checkable. #5919
35-
* Support new lines in addition to commas to separate object attributes. #5901
36-
* Add group membership assign rules. #5910
37-
* Support nested groups. #5858
38-
* Add apply target type. #5924
39-
* Add relative object names. #5925
40-
* Merge macros and custom into 'vars' dictionary. Changed runtime macros and environment variable export. #5855
41-
* Add support for modified attributes for custom attributes. #5956
42-
* Allow to assign var values to existing vars evaluted on runtime. #5959
43-
* Rename/shorten attribute names and filter variables. #5857
44-
* Remove the 'Icinga' prefix for global constants. #5960
45-
* Global option to enable/disable host/service checks. #5975
46-
* Add legacy attributes to host, service and group objects: `address{,6}'`, `notes`, `notes_url`, `action_url`, `icon_image`, `icon_image_alt`. #5856
47-
* Support "#" hash comments. #5994
48-
* Cluster: Spanning Tree like communication. #5467
49-
* Properly implement the Process class for Windows. #3684
32+
### What's New in Version 0.0.11
33+
34+
* Redesigned cluster stack. #6192
35+
* Support for conditional command arguments. #5933
36+
* IDO: is_reachable attribute for hosts and services. #6094
37+
* IDO: Add missing events for service/host state changes. #6151
38+
* Lots of documentation updates. #6010, #6115, #6149, #6163, #6184, #6198, #6114, #6128, #5485
39+
* Plenty of bug fixes. #6179, #6148, #6111, #6131, and many more
5040

5141
#### Changes
5242

icinga2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
Summary: Network monitoring application
5656
Name: icinga2
57-
Version: 0.0.10
57+
Version: 0.0.11
5858
Release: %{revision}%{?dist}
5959
License: GPLv2+
6060
Group: Applications/System

0 commit comments

Comments
 (0)