Skip to content

Releases: laravel/homestead

v12.1.0

26 Feb 04:20
c39bf89
Compare
Choose a tag to compare
  • 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

02 Feb 14:49
a3ab503
Compare
Choose a tag to compare

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

01 Dec 18:30
a56135e
Compare
Choose a tag to compare

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

24 Nov 18:00
41a628d
Compare
Choose a tag to compare

v10.16.0

24 Nov 17:48
049a7ad
Compare
Choose a tag to compare

v11.3.3

01 Nov 14:05
fbd5bbe
Compare
Choose a tag to compare
  • Handle MariaDB as well as MySQL DBs, resolves #1532

v10.15.2

01 Nov 14:05
af7ca89
Compare
Choose a tag to compare
  • Handle MariaDB as well as MySQL DBs, resolves #1532

11.3.2

29 Oct 02:29
cfe3aaa
Compare
Choose a tag to compare

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

29 Oct 02:16
40be5e3
Compare
Choose a tag to compare

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

23 Oct 23:49
3374c3a
Compare
Choose a tag to compare
  • 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