What's Changed
- Minor fixes EasyEngine/dockerfiles#148 @mrrobot47
- Upgrade to using GITHUB_OUTPUT #1756 @mrrobot47
- Add 5 retries for wp core download EasyEngine/site-type-wp#218 @mrrobot47
- Update nginx-proxy to 1.0.3 EasyEngine/dockerfiles#147 @mrrobot47
- Remove custom install for imagick as issue fixed EasyEngine/dockerfiles#146 @mrrobot47
- Update all images #1749 @mrrobot47
- Latest updates to complete stack EasyEngine/dockerfiles#145 @mrrobot47
- Update GitHub actions #1744 @mrrobot47
This release contains updates to the complete stack. MariaDB has been pinned to 10.8.2
due to issues with docker compatibility <20.10.10
in the later versions. This will be addressed in upcoming EE releases, which will handle/require docker update along with EasyEngine update.
This release also adds the following:
- Additional newrelic settings in
newrelic.ini
, existing sites will not be updated. It will take effect in new sites:
newrelic.transaction_tracer.record_sql = "raw"
newrelic.transaction_tracer.threshold = "1s"
newrelic.browser_monitoring.auto_instrument = 0
newrelic.application_logging.forwarding.log_level = error
- Updates to MariaDB config which will take effect in new installs.