Releases: rennokki/laravel-aws-eb
Releases · rennokki/laravel-aws-eb
v2.12.1
- Updated the managed IAM Role Policy name for full access (#76)
v2.12.0
- Added CloudWatch Agent installation for IMDSv2 (#70, @galabl)
v2.12.2
- Added indications for php-redis in PHP 8.0+ (60a6523)
v2.11.0
- Added a postdeploy step to restart NGINX for eventual configuration changes (#56)
v2.10.0
- Added custom configuration file to install the Cloudwatch agent and stream the
storage/logs/laravel.log
file (#46)
v2.9.0
- Fixed Memcached auto-discovery module URLs (f3e0eec)
v2.8.1
- Moved the
php artisan storage:link
command in postdeploy
hook (60509be, #43)
v2.8.0
- Added SIGINT termination for Supervisor processes (28889d5)
- Out-of-the-box supervisor file is now commented (avoiding failed deployments out-of-the-box) (f41f0c1, eb76c57)
- Added EC2 Spot termination notice script (4031160, 27b176b)
v2.7.2
- Updated blacklist path for opcache (7ec85c7)
- Removed duplicate NGINX code that's also found in AWS-ready configs (277dbba)