New TurnKey Laravel version (16.1)

Changes:

  • Update to Laravel to latest LTS version - 6.20.0.
  • Update Composer to 2.0.12.
  • Include 'turnkey-composer' wrapper script - runs composer as www-data user. Makes it easy to not run composer as root - part of #1539.
  • Include 'turnkey-artisan' wrapper script - similar to turnkey-composer; runs 'php artisan' as www-data user.
  • Include php-curl package (composer runs faster with this installed).
  • Include firstboot script to (re)generate DB connection & api secret on firstboot.
  • Explicitly install composer via Makefile (rather than automatically include in all LAMP based appliances) - part of #1563.
  • Note: Please refer to turnkey-core's 16.1 changelog for changes common to all appliances. Here we only describe changes specific to this appliance.

Links

New TurnKey Laravel version (16.0)

Changes:

  • Update to Laravel to latest LTS version - 6.18.8.
  • Explcitly disable TLS<1.2 (i.e. SSLv3, TLSv1, TLSv1.1). (v15.x TurnKey releases supported TLS 1.2, but could fallback as low as TLSv1).
  • Update SSL/TLS cyphers to provide "Intermediate" browser/client support (suitable for "General-purpose servers with a variety of clients, recommended for almost all systems"). As provided by Mozilla via https://ssl-config.mozilla.org/.
  • Updated all relevant Debian packages to Buster/10 versions; including PHP 7.3.
  • Updated version of mysqltuner script - now installed as per upstream recommendation.
  • Note: Please refer to turnkey-core's changelog for changes common to all appliances. Here we only describe changes specific to this appliance.

Links

New TurnKey Laravel version (15.2)

Changes:

  • Update to latest upstream version (5.8.16)
  • Updated PHP to 7.2

Links

Pages