Skip to content

Releases: rennokki/laravel-aws-eb

v2.2.1

29 Jun 12:21
149fe98
Compare
Choose a tag to compare
  • Fixed log deleter's sudo tee path (149fe98)

v2.2.0

11 Jun 20:21
2fcb940
Compare
Choose a tag to compare
  • Added support for Chromium binary installation (#13, 2fcb940)

v1.0.2

09 Jun 17:05
913132e
Compare
Choose a tag to compare

This release is related to the amazon-ami branch, which is an older version for Amazon images. It is highly recommended to use the latest images which are based on Amazon Linux 2 and the configuration can be found on the master branch.

  • /var/app/ondeck folder should be used during deployments (#12)

v2.1.3

19 May 06:51
40fd703
Compare
Choose a tag to compare
  • Added NGINX cache for static files (#9)

v2.1.2

14 May 15:45
351ee9a
Compare
Choose a tag to compare
  • Lowered the memory_limit from 512 MB to 256 MB (351ee9a)

v2.1.1

14 May 15:26
9262536
Compare
Choose a tag to compare
  • NPM & Composer commands could fail without elevated sudo permissions (#6)

v2.1.0

14 May 13:37
8e23877
Compare
Choose a tag to compare

This version adds various extras, like Imagick & Memcached Auto Discovery.

Please see the PR for the full changelog: #7

  • Various identation & spacing fixes
  • Added Imagick install help (disabled by default) in .platform/hooks/prebuild/install_imagick.sh
  • Added Memcached Auto Discovery install help (disable by default) in .platform/hooks/prebuild/install_memcached_discovery.sh
  • Added a log deleter CRON file (disabled by default) for laravel.log deletion (avoiding overacumulation of the logs locally, on the instance)

v2.0.1

13 May 18:55
4ba79df
Compare
Choose a tag to compare
  • Fixed broken path leading to non-existing composer.phar (4ba79df)

v2.0.0

05 May 14:25
a0dea0f
Compare
Choose a tag to compare
  • Amazon Linux 2 upgrade (#4)

v1.0.1

26 Apr 13:06
00ac6c1
Compare
Choose a tag to compare
  • Reduce 0777 permissions to writable folders only (#3)