Skip to content

Releases: laravel/homestead

v10.15.0

23 Oct 23:40
486b610
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 (instead of oss)

v10.14.0

11 Oct 17:50
e3a0396
Compare
Choose a tag to compare

Resolves #1507

Fix Issue where wildcard SSL certificates were not being named correctly.

Homestead.yaml:

sites:
    - map: foo.test
      to: /home/vagrant/foo/public_html
      wildcard: "yes"
oot@homestead:/etc/nginx/ssl# openssl x509 -subject -noout -in '*.foo.test.crt'
subject=O = Vagrant, C = UN, CN = *.foo.test
root@homestead:/etc/nginx/ssl# openssl x509 -subject -noout -in foo.test.crt
subject=O = Vagrant, C = UN, CN = foo.test
root@homestead:/etc/nginx/ssl#

v11.2.4

10 Oct 19:48
e20bb5c
Compare
Choose a tag to compare
  • Fix base box version requirement.

v11.2.3

10 Oct 17:49
be93c9c
Compare
Choose a tag to compare
  • Support PHP 8.0 on Ubuntu 20.04
  • Major overhaul and updates to WSL Support (Still in testing)
  • Require Base box ~> v10.1.1

v10.13.3

10 Oct 19:46
e20bb5c
Compare
Choose a tag to compare
  • Fix base box version requirement.

v10.13.2

10 Oct 17:46
6d0cdb1
Compare
Choose a tag to compare
  • Support PHP 8.0 on Ubuntu 18.04
  • Require Base box ~> 9.6.1

v11.2.2

14 Sep 16:01
c911ffc
Compare
Choose a tag to compare
    • Fix autoload path sourcing

v10.13.1

14 Sep 01:51
960edbf
Compare
Choose a tag to compare
  • Limit to ~9.0 base box version. Tag new release

v11.2.0

13 Sep 18:31
dd41cfc
Compare
Choose a tag to compare

v10.13.0

13 Sep 18:35
92b64cf
Compare
Choose a tag to compare