mirror of https://github.com/Icinga/icinga2.git
Release version 2.6.3
This commit is contained in:
parent
6903f5e034
commit
f3fdf6f98c
28
ChangeLog
28
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
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -44,6 +44,34 @@ file.
|
|||
|
||||
## <a id="whats-new"></a> 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue