|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 23.4.0 |
| 4 | + |
| 5 | +### New |
| 6 | + |
| 7 | +* Switch to Kumquat v0.1.59. [Thomas Merkel] |
| 8 | + |
| 9 | + * Use ZFS information to show disk usage. |
| 10 | + * Add enable / disable vHost feature. |
| 11 | + |
| 12 | +* Switch to PHP 8.2, Python 3.11, MariaDB 10.11. [Thomas Merkel] |
| 13 | + |
| 14 | + Switch to latest stable PHP version. Handle this update with care and |
| 15 | + verify your application if this PHP version is supported. |
| 16 | + |
| 17 | +* New ciritical and warning handle for Apache processes via munin. [Thomas Merkel] |
| 18 | + |
| 19 | + We should receive warning and critical information if the idle Apache |
| 20 | + process are below the values. |
| 21 | + |
| 22 | +* Handle PHP-proxy errors in Apache. [Thomas Merkel] |
| 23 | + |
| 24 | + Errors generated by PHP scripts which uses php-fpm should be handled by |
| 25 | + Apache. For example 404 should be returned from Apache not from php-fpm. |
| 26 | + |
| 27 | +### Fix |
| 28 | + |
| 29 | +* Remove deprecate ProFTPd option NoCertRequest. [Thomas Merkel] |
| 30 | +* Fix webmaster user locked account. [Thomas Merkel] |
| 31 | + |
| 32 | + * Fix permissions for ssh authorized_keys file. Disallow modification by |
| 33 | + www but allow read permissions. |
| 34 | + * Unlock webmaster account by default when ssh public key exists. |
| 35 | + |
| 36 | +* UID and GID change for mariadb. [Thomas Merkel] |
| 37 | + |
| 38 | + Based the 2022Q4 release the mariadb UID and GID changed from the |
| 39 | + default used by MySQL/Percona. For that reason a owner and group change |
| 40 | + is required in the data folder. |
| 41 | + |
| 42 | +* Fix Let's Encrypt renewal-hooks. [Thomas Merkel] |
| 43 | + |
| 44 | + With the latest Let's Encrypt release it's required to use renewal-hooks |
| 45 | + folder instead of one file. This allow you to create multiple scripts |
| 46 | + which are run automatically after a successful renew (aka deploy). |
| 47 | + |
| 48 | +### Other |
| 49 | + |
| 50 | +* Add naming update for kumquat images. [Thomas Merkel] |
| 51 | +* Switch to latest core-base 23.4.1. [Thomas Merkel] |
| 52 | + |
| 53 | + * Support LE accounts in mdata variable |
| 54 | + |
3 | 55 | ## 21.4.1 |
4 | 56 |
|
5 | 57 | ### New |
|
0 commit comments