We are excited to announce the release of EasyEngine v4.7.1, packed with stack updates and minor patches to enhance your deployment experience.
Configuration Enhancements 🛠️
- Updated HTTP/2 Nginx configuration.
- Improved site service migrations.
- Added cron configuration updates in migration.
Stack Updates 📦
- PHP 8.1 (8.1.28)
- PHP 8.2 (8.2.19)
- PHP 8.3 (8.3.7)
- Nginx-Proxy (1.5.2)
Bugfixes 🐛🚫
- Fixed a bug caused by a Docker Compose version update where site container names got dashes instead of underscores, affecting cron jobs. This has been resolved with updated cron configurations regeneration in the new update. To ensure proper cron job functionality, update to the latest version.
- Also, we have added cron config regeneration in the EasyEngine updates migration runner to handle changes from Docker/Docker Compose updates for all future releases.
Update to the latest version
Fire the EasyEngine update command to update to the latest version
ee cli update
Links: Release | Documentation | Github