README: prepare v0.19.0

This commit is contained in:
Thomas Gelf 2022-10-07 16:07:21 +02:00
parent 64213b9b82
commit f016f00c9f
1 changed files with 12 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Sample Tarball installation
```sh
MODULE_NAME=incubator
MODULE_VERSION=v0.18.0
MODULE_VERSION=v0.19.0
MODULES_PATH="/usr/share/icingaweb2/modules"
MODULE_PATH="${MODULES_PATH}/${MODULE_NAME}"
RELEASES="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}/archive"
@ -27,7 +27,7 @@ Sample GIT installation
```sh
MODULE_NAME=incubator
MODULE_VERSION=v0.18.0
MODULE_VERSION=v0.19.0
REPO="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}"
MODULES_PATH="/usr/share/icingaweb2/modules"
git clone ${REPO} "${MODULES_PATH}/${MODULE_NAME}" --branch "${MODULE_VERSION}"
@ -47,11 +47,20 @@ Developer Documentation
e.g.
./bin/make-release.sh 0.18.0
./bin/make-release.sh 0.19.0
Changes
-------
### v0.19.0
* improved ProcessInfo serialization
* allow to use Cli\Screen w/o CLI
* curl: fix PHP 8.1 support in specific error conditions
* InfluxDB: fix v2 support
* InfluxDB: body compression
* InfluxDB: add header for debugging purposes
### v0.18.0
* cosmetic changes for Icinga Web