From f3fdf6f98c7549e8a1e2a3a8b4d9a4f229c5b512 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 29 Mar 2017 09:51:33 +0200 Subject: [PATCH] Release version 2.6.3 --- ChangeLog | 28 ++++++++++++++++++++++++++++ RELEASE.md | 4 ++-- doc/1-about.md | 28 ++++++++++++++++++++++++++++ icinga2.spec | 2 +- 4 files changed, 59 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84393593d..9ac6638da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,34 @@ Please check [doc/1-about.md]. ## What's New +### What's New in Version 2.6.3 + +#### Changes + +This is a bugfix release which addresses a number of bugs we've found since +2.6.2 was released. It also contains a number of improvements for the Icinga +documentation. + +#### Feature + +* Feature 4955 (Documentation): Review CheckCommand documentation including external URLs +* Feature 5057 (Documentation): Update Security section in the Distributed Monitoring chapter +* Feature 5055 (Documentation): mysql_socket attribute missing in the documentation for the mysql CheckCommand +* Feature 5035 (Documentation): Docs: Typo in Distributed Monitoring chapter +* Feature 5029 (Documentation): Advanced topics: Wrong acknowledgement notification filter +* Feature 5030 (Documentation): Advanced topics: Mention the API and explain stick acks, fixed/flexible downtimes +* Feature 3133 (Documentation): [dev.icinga.com #9583] Add practical examples for apply expressions +* Feature 4996 (Documentation): documentation: mixed up host names in 6-distributed-monitoring.md +* Feature 4980 (Documentation): Add OpenBSD and AlpineLinux package repositories to the documentation +* Feature 4954 (Documentation): Add an example for /v1/actions/process-check-result which uses filter/type + +#### Bugfixes + +* Bug 5080 (IDO): Missing index use can cause icinga_downtimehistory queries to hang indefinitely +* Bug 4603 (IDO): [dev.icinga.com #12597] With too many comments, Icinga reload process won't finish reconnecting to database +* Bug 4989 (Check Execution): Icinga daemon runs with nice 5 after reload +* Bug 4930 (Cluster): Change "Discarding 'config update object'" log messages to notice log level + ### What's New in Version 2.6.2 #### Changes diff --git a/RELEASE.md b/RELEASE.md index 63bbd9c89..482d09c21 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ Print this document. Specify the release version. - VERSION=2.6.2 + VERSION=2.6.3 ## Issues @@ -119,7 +119,7 @@ Create the nupkg package: Install the created icinga2 package locally: - choco install icinga2 -version 2.6.2 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'" + choco install icinga2 -version 2.6.3 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'" Upload the package to [chocolatey](https://chocolatey.org/packages/upload). diff --git a/doc/1-about.md b/doc/1-about.md index 4a1ba379e..1e5c902a4 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -44,6 +44,34 @@ file. ## What's New +### What's New in Version 2.6.3 + +#### Changes + +This is a bugfix release which addresses a number of bugs we've found since +2.6.2 was released. It also contains a number of improvements for the Icinga +documentation. + +#### Feature + +* Feature [4955](https://github.com/Icinga/icinga2/issues/4955) (Documentation): Review CheckCommand documentation including external URLs +* Feature [5057](https://github.com/Icinga/icinga2/issues/5057) (Documentation): Update Security section in the Distributed Monitoring chapter +* Feature [5055](https://github.com/Icinga/icinga2/issues/5055) (Documentation): mysql_socket attribute missing in the documentation for the mysql CheckCommand +* Feature [5035](https://github.com/Icinga/icinga2/issues/5035) (Documentation): Docs: Typo in Distributed Monitoring chapter +* Feature [5029](https://github.com/Icinga/icinga2/issues/5029) (Documentation): Advanced topics: Wrong acknowledgement notification filter +* Feature [5030](https://github.com/Icinga/icinga2/issues/5030) (Documentation): Advanced topics: Mention the API and explain stick acks, fixed/flexible downtimes +* Feature [3133](https://github.com/Icinga/icinga2/issues/3133) (Documentation): [dev.icinga.com #9583] Add practical examples for apply expressions +* Feature [4996](https://github.com/Icinga/icinga2/issues/4996) (Documentation): documentation: mixed up host names in 6-distributed-monitoring.md +* Feature [4980](https://github.com/Icinga/icinga2/issues/4980) (Documentation): Add OpenBSD and AlpineLinux package repositories to the documentation +* Feature [4954](https://github.com/Icinga/icinga2/issues/4954) (Documentation): Add an example for /v1/actions/process-check-result which uses filter/type + +#### Bugfixes + +* Bug [5080](https://github.com/Icinga/icinga2/issues/5080) (IDO): Missing index use can cause icinga_downtimehistory queries to hang indefinitely +* Bug [4603](https://github.com/Icinga/icinga2/issues/4603) (IDO): [dev.icinga.com #12597] With too many comments, Icinga reload process won't finish reconnecting to database +* Bug [4989](https://github.com/Icinga/icinga2/issues/4989) (Check Execution): Icinga daemon runs with nice 5 after reload +* Bug [4930](https://github.com/Icinga/icinga2/issues/4930) (Cluster): Change "Discarding 'config update object'" log messages to notice log level + ### What's New in Version 2.6.2 #### Changes diff --git a/icinga2.spec b/icinga2.spec index 2204d6055..74e34564b 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -66,7 +66,7 @@ Summary: Network monitoring application Name: icinga2 -Version: 2.6.2 +Version: 2.6.3 Release: %{revision}%{?dist} License: GPL-2.0+ Group: Applications/System