Releases: laravel/settler
Releases · laravel/settler
v6.1.0
- ❄️ Use the nginx PPA to source nginx (#158) @svpernova09
- 📚 Update readme with ubuntu version. @svpernova09
- ✨ Adding support for Crystal, Lucky Framework, and Heroku CLI (#159) @svpernova09
- 🔥 Remove Z-Ray hard linking during install @svpernova09
v6.0.0
- Remove useless files (#150) @miy4mori
- Removed redundant
service nginx restart
call (#151) @unijohn - Removed redundant after discovery during Joe's MemphisPHP talk (#152) @binarywhisperer
- Update golang version to 1.10.1 (#154) @ricardoseriani
- Makes it easy to update the golang version (#154) @ricardoseriani
- Ubuntu bionic (#157) @svpernova09
Known Issues
- Not all libraries have been updated to support Ubuntu 18.04. Nothing Homestead can do about this. Package maintainers will be updating packages as fast as they can.
- Parallels does not currently support Ubuntu 18.04. We are unable to build at this time. See https://twitter.com/ParallelsCares/status/992482018486341632
- Hyper-V users may see this error: hashicorp/vagrant#9774 If you're brave enough to edit Vagrant files this is a workaround: chrisroberts/vagrant@2730fe7
v5.2.0
- use new laravel installer (#142) @browner12
- ✨ Add Golang 1.10 (#143) @svpernova09
- ⬆️ Upgrade postgres to version 10 (#144) @svpernova09
- Don't enable Z-Ray for PHP CLI (#145) @fitztrev
- Move php-xdebug php-pear to 7.2 install section (#146) @fitztrev
- install lumen and spark installer #147 @browner12
- ✨ Install ntpdate by default (#148) @svpernova09
- ✨ Install and configure postfix for SMTP on port 1025 (#149) @svpernova09
v5.1.0
- Make flyway executable by anyone (#141) @Fuxy22
- Update provision.sh (#140) @dwhoban
- ✨ Install drush by default (#139) @svpernova09
- ✨ Add Zend Z-ray (#138) @svpernova09
- 🚑 Ensure composer bin path is added to vagrant's .profile (#136) @svpernova09
- fix sed replace (#134) @artisan
- zsh: add .profile sourcing (#133) @artisan
- 🚑 Fixing a configuration bug with Postgres @svpernova09
v5.0.1
v5.0.0
- ❄️ Upgrade before packing - Default to php 7.2 (#128)
- 🚑 🐬 Change how we use debconf set selections, add bash aliases to .zshrc (#127)
- ✨ ❄️ Add certificate settings to php.ini (#126)
- ❄️ Removing MSSQL drivers. Unable to get a working configuration in any PHP version (#125)
- ❄️ 💎 🔖 🚀 🎨 ⚡️ v5.0.0 Drop all manual build proceses in favor of utilizing Packer (#129)
This is a pretty big departure in what settler has traditionally done.
Instead of having to worry about installing guest extensions and a build process for each provider we can leverage the work done on the chef/bento repo and utilize Packer to build the Homestead box.
This allows us to ship the most up to date Ubuntu box without having to rely on the release schedule of chef/bento base boxes that we have been using.
v4.0.0
- update NPM (#117) @browner12
- install bash-completion (#118) @browner12
- ✨ Adding PHP 7.2 (#119)
- 🚑 Always ensure we're installing parallels toolbox (#120)
- 🚑 ❄️ Fix MSSQL and PHP 7.2 configs (#121)
v3.2.0
- update NPM (#117) @browner12
- install bash-completion (#118) @browner12
v3.1.0
v3.0.0
✨ 💡 Add and configure PHP 5.6, 7.0, and 7.1 #112 @svpernova09