summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:23:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:23:33 +0000
commitbb67835ffbe96ce9e4fd65a9f90522b471c1c5b4 (patch)
tree3f8bba299b6a657c7656fac151fe4182ed7f591c /README.md
parentAdding upstream version 0.20.0. (diff)
downloadicingaweb2-module-incubator-bb67835ffbe96ce9e4fd65a9f90522b471c1c5b4.tar.xz
icingaweb2-module-incubator-bb67835ffbe96ce9e4fd65a9f90522b471c1c5b4.zip
Adding upstream version 0.22.0.upstream/0.22.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index c99da5f..2783a18 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Sample Tarball installation
```sh
MODULE_NAME=incubator
-MODULE_VERSION=v0.20.0
+MODULE_VERSION=v0.22.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.20.0
+MODULE_VERSION=v0.22.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,15 @@ Developer Documentation
e.g.
- ./bin/make-release.sh 0.20.0
+ ./bin/make-release.sh 0.22.0
Changes
-------
+### v0.22.0
+
+* raised gipfl/systemd for PHP 8.2
+
### v0.20.0
* improved am/pm formatting