Releases: laravel/homestead
v12.1.0
- Trader PHP extension (#1608) @yazeed
- Update golang version to 1.15.8 (#1609) @ricardoseriani
- Added query logging for MariaDB (#1601) @RitamDey
- Allow specifying a full proxy_pass value with the to key in the homes… @andresayej
- Update golang version to 1.16 (#1616) @ricardoseriani
- Update readme for supported versions
- remove client_max_body_size from site types so FPM takes priority
- Standardize on client_max_body_size at 100M
- Adding Meilisearch feature, thanks to CorruptedCyborg for the gist
- Updates for WSL2
v12.0.0
The 12.x releases of Homestead bring Ubuntu 20.04 to the primary release
branch. If you've previously been using Homestead 11.x, vagrant box 10.x this is a very minor upgrade.
If you have been using the release
branch note this is a major version bump. Homestead is now built on Ubuntu 20.04 with defaults: MySQL 8.0, PHP 8.0, Node 14. You should review the Homestead v11.0.0 Release notes.
v10.17.0
Homestead v10.17.0
- Updating magento template to support params (#1557) @minioak
- Add Elasticsearch repositories only once to sources.list (#1554) @DieterHolvoet
- Add function to switch to PHP 8.0 (#1553) @DieterHolvoet
- Update Composer config path
- Tagging v10.17.0
- Composer 2 now defaults. If you're not using vagrant box v9.7.2 you will see an error on
vagrant up
regarding Composer. Update the vagrant box to resolve.
Vagrant box version v9.7.2
https://github.com/laravel/settler/releases/tag/v9.7.2
- Add PostgreSQL 13 and set as default
- drop
hirak/prestissimo
(#225) @browner12 - Default to PHP 8.0 (#226)
- Set permission on .config
- update motd-news path
- fix motd issues from upstream
Note on Versioning
Homestead currently maintains support for 18.04 LTS via master
branch, vagrant box version 9.x, Homestead Repo version 10.x, and 20.04 LTS via 20.04
, vagrant box version 10.x. Homestead Repo version 11.x. To maintain this somewhat clear versioning separation while we continue to support both LTS versions instead of this PHP default change triggering a major version change, will only be a minor version change so that users can always rely on 9.x. This also allows us to avoid the ridiculous confusion releasing different LTS versions along the same box version numbers would bring.
As always: Homestead's support policy is to support the latest major Ubuntu LTS versions and supported PHP versions. This project relies heavily on chef/bento and Ondřej Surý's Ubuntu PPA. Please support these projects as much as you're able.
Apple Silicon Support
See the discussion #1552
TL;DR
PHP 8.0 now default. Support chef/bento and Ondřej Surý!
v11.4.0
- [20.04] Add support for php 8 (#1537) @chris-doehring
- Add PostgreSQL 13 and default to it for WSL
- Update golang version to 1.15.4 (#1542) @ricardoseriani
- Only create databases for features enabled. Update DB backup path
- Update golang version to 1.15.5 (#1543) @ricardoseriani
- Create Mysql8 Databases if Mysql8 feature enabled (#1544) @evanrthompson
- add PostgreSQL as a default feature (#1545) @iDuriel
v10.16.0
- Update golang version to 1.15.4 (#1542) @ricardoseriani
- Only create databases for features enabled. Update DB backup path
- Update golang version to 1.15.5 (#1543) @ricardoseriani
- Create Mysql8 Databases if Mysql8 feature enabled (#1544) @evanrthompson
- add PostgreSQL as a default feature (#1545) @iDuriel
v11.3.3
v10.15.2
11.3.2
- Updated mongo php driver to v1.8.0 (#1529) @litan1106
- added systemd script (#1517) @litan1106
- Add MySQL as a default feature (#1527) @Vercoutere
Special Note
This release updates defaults that may already exist in your Homestead.yaml
configuration file. Please refer to #1527 to specifically ensure you have mysql: true
or mysql:false
in your features
array in Homestead.yaml
.
v10.15.1
- Add MySQL as a default feature (#1527) @Vercoutere
Special Note
This release updates defaults that may already exist in your Homestead.yaml
configuration file. Please refer to #1527 to specifically ensure you have mysql: true
or mysql:false
in your features
array in Homestead.yaml
.
v11.3.0
- Update golang version to 1.15.3 (#1518) @ricardoseriani
- Fix Magento site type "upstream sent too big header while reading res… @jeshtan
- Only create databases when enabled
- Use primary TimescaleDB package