Skip to content

Releases: savannabits/dockavel

v1.1.0

22 Feb 08:50
300b600
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

07 Oct 06:07
663e2a2
Compare
Choose a tag to compare

What's Changed

  • Added bcmath and exif extensions to php8.1 by @coolsam726 in #3

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Sep 05:31
58927b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

20 Sep 12:58
f40e6a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Apr 17:27
Compare
Choose a tag to compare

What Has Changed

  • Added Support for Laravel 9
  • Added Support for php8.1
  • Added a php8.1 docker image
    Full Changelog: v0.2.0...v1.0.0

v1.0.0-beta.1

20 Aug 08:47
Compare
Choose a tag to compare

First beta release of v1.0

  • Subsidiary containers such as queue and cron are now boot based on the app container
  • App container no longer uses supervisor to manage its processes. Commands are passed from docker-compose
  • Added configs for an optional websocket container in php7.4 and 8.x

v0.2.0

19 May 05:40
Compare
Choose a tag to compare
  • Added Support for Laravel Octane + php8 Preset
  • Changed UID and USER variables to ARGS to fix

v0.1.1

06 May 18:23
Compare
Choose a tag to compare
  • Fixed typo in the cleanup command.

v0.1.0

06 May 18:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • First Release