Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed May 31, 2024
1 parent a6b6660 commit 37ee4fc
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 37ee4fc

Please sign in to comment.