- Update monarx configuration to set the host_id to match the service name rather than the container hostname, and add node_id tag.
- Add in a rate limiter for postfix.
- Consolidated php8-nginx images into a single directory and dockerfile.
- Added a test to the github actions build
- Build arm images
- Added metadata env variables to php7.4+ images.
- nginx images have better config file management to allow users to keep their configurations up to date more easily.
- fixed broken monarx installation on nginx 8.2.
- Added nginx versions of php 7.4
- Set generous default file upload limits to 100MB for nginx images.
- Added nginx versions of php 8.0 and 8.2.
- Added nginx version of php 8.1 with php-fpm.
- Tweak lsphp defaults.
- Fix postfix alias.
- PHP 8.{0,1,2}: Updated support for New Relic to include all recent php versions.
- PHP 8.{1,2}: Added Relay support. (@douwezijlstra-frl)
- PHP 8.1: PHP Redis now compiled with additional compression algorithms.
- PHP 8.1: Initial support for new relic
- Ensure older sites running our containers have the updated log configuration within the vhost.
- Ensure the open litespeed password has the correct ownership.
- Capture postfix logs to stdout.
- New ability to set a default from FQDN for postfix. This solves the issue of mail not working out of the box when relaying.
- Added PHP 8.2 (without ioncube support; not yet available.)
- Changed the automatic OLS updated to store snapshot in a volume. This way it's possible to manually recover from a failed upgrade process.