Skip to content

Releases: aschmelyun/fleet

1.1.1

02 Jun 21:11
Compare
Choose a tag to compare
  • Fixes #22 by bumping symfony/yaml and symfony/process versions.

1.1.0

05 Mar 22:53
9002180
Compare
Choose a tag to compare

Fixes #3, adds SSL support.

Using mkcert commands, a local certificate is generated and then used within the Traefik container created for Fleet. Visiting your custom domain after spinning up your Sail site can then be accessed under https without any warnings or errors from your browser.

Usage: php artisan fleet:add my-site.localhost --ssl

1.0.2

16 Jan 05:05
Compare
Choose a tag to compare
  • Removes port bindings in docker-compose.yml for the app service
  • Adds loadbalancer entry for traefik, bound to port 80
  • Modifies the add command to use the first service name available, instead of assuming it's laravel.test

1.0.1

15 Jan 21:35
Compare
Choose a tag to compare
  • Adds -a flag when removing containers to search for all available ones
  • Adds regex for filtering by exact name for fleet network and traefik container
  • Fixes some capitalization

1.0.0

15 Jan 20:00
Compare
Choose a tag to compare

Initial release!