mirror of https://github.com/Icinga/icinga2.git
Update documentation for v2.2.3
This commit is contained in:
parent
2069fb6400
commit
2280e20995
1
.mailmap
1
.mailmap
|
@ -3,3 +3,4 @@
|
|||
Gunnar Beutner <gunnar.beutner@netways.de> <icinga@net-icinga2.adm.netways.de>
|
||||
<michael.friedrich@netways.de> <michael.friedrich@gmail.com>
|
||||
<michael.friedrich@netways.de> <Michael.Friedrich@netways.de>
|
||||
<tobias@vonderkrone.info> <tobias.vonderkrone@profitbricks.com>
|
||||
|
|
20
ChangeLog
20
ChangeLog
|
@ -4,6 +4,26 @@ Please check [doc/1-about.md].
|
|||
|
||||
## What's New
|
||||
|
||||
### What's New in Version 2.2.3
|
||||
|
||||
#### Changes
|
||||
|
||||
* Bugfixes
|
||||
|
||||
#### Issues
|
||||
|
||||
* Bug #8063: Volatile checks trigger invalid notifications on OK->OK state changes
|
||||
* Bug #8125: Incorrect ticket shouldn't cause "node wizard" to terminate
|
||||
* Bug #8126: Icinga 2.2.2 doesn't build on i586 SUSE distributions
|
||||
* Bug #8143: Windows plugin check_service.exe can't find service NTDS
|
||||
* Bug #8144: Arguments without values are not used on plugin exec
|
||||
* Bug #8147: check_interval must be greater than 0 error on update-config
|
||||
* Bug #8152: DB IDO query queue limit reached on reload
|
||||
* Bug #8171: Typo in example of StatusDataWriter
|
||||
* Bug #8178: Icinga 2.2.2 segfaults on FreeBSD
|
||||
* Bug #8181: icinga2 node update config shows hex instead of human readable names
|
||||
* Bug #8182: Segfault on update-config old empty config
|
||||
|
||||
### What's New in Version 2.2.2
|
||||
|
||||
#### Changes
|
||||
|
|
|
@ -78,7 +78,8 @@ Update the [.mailmap](.mailmap) and [AUTHORS](AUTHORS) files
|
|||
$ git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS
|
||||
|
||||
Bump the version in icinga2.spec.
|
||||
Update the [ChangeLog](ChangeLog) and [doc/1-about.md](doc/1-about.md) files.
|
||||
Update the [ChangeLog](ChangeLog), [doc/1-about.md](doc/1-about.md) and [INSTALL.md](INSTALL.md)
|
||||
files.
|
||||
Commit these changes to the "master" branch.
|
||||
|
||||
$ git commit -v -a -m "Release version <VERSION>"
|
||||
|
@ -113,12 +114,12 @@ disable the usage of `git describe`.
|
|||
|
||||
Use `git archive` to build the release tarball:
|
||||
|
||||
$ VERSION=2.2.2
|
||||
$ VERSION=2.2.3
|
||||
$ git archive --format=tar --prefix=icinga2-$VERSION/ tags/v$VERSION | gzip >icinga2-$VERSION.tar.gz
|
||||
|
||||
Finally you should verify that the tarball only contains the files it should contain:
|
||||
|
||||
$ VERSION=2.2.2
|
||||
$ VERSION=2.2.3
|
||||
$ tar ztf icinga2-$VERSION.tar.gz | less
|
||||
|
||||
|
||||
|
|
|
@ -54,6 +54,26 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
|
|||
|
||||
## <a id="whats-new"></a> What's new
|
||||
|
||||
### What's New in Version 2.2.3
|
||||
|
||||
#### Changes
|
||||
|
||||
* Bugfixes
|
||||
|
||||
#### Issues
|
||||
|
||||
* Bug #8063: Volatile checks trigger invalid notifications on OK->OK state changes
|
||||
* Bug #8125: Incorrect ticket shouldn't cause "node wizard" to terminate
|
||||
* Bug #8126: Icinga 2.2.2 doesn't build on i586 SUSE distributions
|
||||
* Bug #8143: Windows plugin check_service.exe can't find service NTDS
|
||||
* Bug #8144: Arguments without values are not used on plugin exec
|
||||
* Bug #8147: check_interval must be greater than 0 error on update-config
|
||||
* Bug #8152: DB IDO query queue limit reached on reload
|
||||
* Bug #8171: Typo in example of StatusDataWriter
|
||||
* Bug #8178: Icinga 2.2.2 segfaults on FreeBSD
|
||||
* Bug #8181: icinga2 node update config shows hex instead of human readable names
|
||||
* Bug #8182: Segfault on update-config old empty config
|
||||
|
||||
### What's New in Version 2.2.2
|
||||
|
||||
#### Changes
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
Summary: Network monitoring application
|
||||
Name: icinga2
|
||||
Version: 2.2.2
|
||||
Version: 2.2.3
|
||||
Release: %{revision}%{?dist}
|
||||
License: GPL-2.0+
|
||||
Group: Applications/System
|
||||
|
|
Loading…
Reference in New Issue