Releases: laravel/homestead
Releases · laravel/homestead
v12.6.0
- Site option feature parity for PHP from Ruby @svpernova09
- pass all our params to create site @svpernova09
- Fix shebang for php81.sh script (#1690) @om4csaba
- feat(php) enable php-fpm on box startup (#1691) @irineujunior
- Move services configuration after feature installation #1694 @svpernova09
- Update golang version to 1.17.1 (#1699) @ricardoseriani
- Process headers & rewrites for wsl:create-sites @svpernova09
- Change logo to work on Dark Theme (#1703) @xiCO2k
v12.5.0
- Adding support for PHP 8.1
To test PHP 8.1 add php: "8.1"
to any site configuration such as:
sites:
- map: laravel.test
to: /home/vagrant/laravel/public
php: "8.1"
Then run vagrant provision
v12.4.2
- Fix port sent/to issue where the values had been flipped
v12.4.1
- Restart php when installing/adding
v12.4.0
- mongodb: update PHP driver to PHP8 compatible v1.9.0 @themaric
- Update golang version to 1.16.6 (#1673) @ricardoseriani
- Update after.sh (#1672) @stebogit
- Bump MongoDB PHP driver to 1.10.0 (#1675) @themaric
- Adding/Tweaking PHP version scripts
- Reduce number of default ports Add old defaults to ports example
- Mongo install should check for php version existence before installing
- Ensure we purge the entire contents of lib mysql
- Update golang version to 1.16.7 (#1678) @ricardoseriani
- Update Installation for TimescaleDB
- Update Go to 1.17
v12.3.2
v12.3.1
Note to Flyway & Heroku Users
Flyway and Heroki CLI tools have been moved to feature scripts and will no longer be installed unless you add flyway: true
or heroku:true
to your features:
array in Homestead.yaml
.
Notes
- Update golang version to 1.16.5 (#1660) @ricardoseriani
- Debugging inline provisioners (#1663)
- Removed PostgreSQL < 13 for WSL & TimescaleDB
- Update Readme to remove reference to 20.04 branch.
- Adding Flyway & Heroku CLI as feature scripts
- TimescaleDB Should use PostgreSQL 13
- Adding old PHP versions as feature scripts
- When clearing variables, check if the file exists first.
- Add feature scripts for old PHP versions. Enable easy site to feature
- add support for vagrant-goodhosts (#1667) @thedavidthomas
- Update Blackfire to v2 (#1671) @DieterHolvoet
v12.3.0
- Update meilisearch.sh (#1643) @remcom
- Added swoole for Octane (#1642) @litan1106
- Remove usage of bintray for rabbitmq (#1646) @@Simoneu01
- Update golang version to 1.16.4 (#1649) @ricardoseriani
- Adding feature 'r-base' (#1653)
- Updates to fix mariadb
- Update aliases for Xdebug 3
v12.2.0
- Removed trailing slash from apache config (#1630) @firojghimire-sk
- Update timescaledb2 to support postgres 13 (#1635) @yazeed
- Update golang version to 1.16.3 (#1637) @ricardoseriani
- Add executable path and default homestead IP on ExecStart (#1636) @andreia
- Fix Minio Buckets Being Setup Incorrectly (#1633) @vpillinger
- Support Site types in WSL (#1640)
v12.1.1
- When creating WSL Sites, clear any existing nginx sites
- Update golang version to 1.16.1 (#1628) @ricardoseriani
- Update golang version to 1.16.2 (#1629) @ricardoseriani
- Default MySQL to be true