Releases: laravel/homestead
Releases · laravel/homestead
v10.15.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 (instead of oss)
v10.14.0
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
- Fix base box version requirement.
v11.2.3
v10.13.3
- Fix base box version requirement.
v10.13.2
v11.2.2
-
- Fix autoload path sourcing
v10.13.1
- Limit to ~9.0 base box version. Tag new release
v11.2.0
- Update golang version to 1.15.1 (#1480) @ricardoseriani
- Minimal WSL provision
- Drop PHP < 7.4 and Upgrade to PhpUnit 9; refactor tests (#1481)
- Add init and create site commands for use in WSL (#1483)
- Update golang version to 1.15.2 (#1487) @ricardoseriani
- added wsl_username (#1488) @litan1106
- Replace another instance of isNull -> is_null
- Fix Rabbitmq installation & use https endpoint (#1486) @martianatwork
- change dusk alias (#1492) @Perafan18
- RVM Feature support (#1490) @martianatwork
v10.13.0
- Update MongoDB PHP driver to v1.8.0 (#1470) @themaric
- Update golang version to 1.14.7 (#1473) @ricardoseriani
- Feature: Add EventStore script (#1472) @joemugen
- Update golang version to 1.15 (#1474) @ricardoseriani
- Update golang version to 1.15.1 (#1480) @ricardoseriani
- Update golang version to 1.15.2 (#1487) @ricardoseriani
- change dusk alias (#1492) @Perafan18
- RVM Feature support (#1490) @martianatwork