From 37ee4fc216411de29914e132b9da0e6b88ff38fd Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Fri, 31 May 2024 18:35:34 +0200 Subject: [PATCH] update changelog --- Changelog.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0e0c079..2507d76 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,57 @@ # Changelog +## 23.4.0 + +### New + +* Switch to Kumquat v0.1.59. [Thomas Merkel] + + * Use ZFS information to show disk usage. + * Add enable / disable vHost feature. + +* Switch to PHP 8.2, Python 3.11, MariaDB 10.11. [Thomas Merkel] + + Switch to latest stable PHP version. Handle this update with care and + verify your application if this PHP version is supported. + +* New ciritical and warning handle for Apache processes via munin. [Thomas Merkel] + + We should receive warning and critical information if the idle Apache + process are below the values. + +* Handle PHP-proxy errors in Apache. [Thomas Merkel] + + Errors generated by PHP scripts which uses php-fpm should be handled by + Apache. For example 404 should be returned from Apache not from php-fpm. + +### Fix + +* Remove deprecate ProFTPd option NoCertRequest. [Thomas Merkel] +* Fix webmaster user locked account. [Thomas Merkel] + + * Fix permissions for ssh authorized_keys file. Disallow modification by + www but allow read permissions. + * Unlock webmaster account by default when ssh public key exists. + +* UID and GID change for mariadb. [Thomas Merkel] + + Based the 2022Q4 release the mariadb UID and GID changed from the + default used by MySQL/Percona. For that reason a owner and group change + is required in the data folder. + +* Fix Let's Encrypt renewal-hooks. [Thomas Merkel] + + With the latest Let's Encrypt release it's required to use renewal-hooks + folder instead of one file. This allow you to create multiple scripts + which are run automatically after a successful renew (aka deploy). + +### Other + +* Add naming update for kumquat images. [Thomas Merkel] +* Switch to latest core-base 23.4.1. [Thomas Merkel] + + * Support LE accounts in mdata variable + ## 21.4.1 ### New