Releases: laravel/homestead
v9.0.2
- Set openresty script permission to be executable (#1210) @ricardoseriani
- Remove old openresty install script (#1211) @ricardoseriani
- Change golang.sh lockfile name to use same pattern as other scripts (#1214) @ricardoseriani
- Change features parser to provide environment variables (#1213) @ricardoseriani
v9.0.1
- Fix default VM name #1209 @ricardoseriani
v9.0.0
Homestead v9.0.0 Release notes
New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.
Syntax to enable GoLang and MariaDB:
features:
- golang: true
- mariadb: true
- Added support for PHP 5.6 & 7.0
- NodeJS upgraded to 12.x
- Blackfire Support has been moved to a feature and must be defined as such within
Homestead.yaml
- Z-Ray support has been removed
- If you are using Laravel Dusk or any other Webdriver utility you will need to enable the
webdriver
feature. - Dot net core support has been removed.
- Ruby & Rails support has been removed.
- Site types have been moved to a folder to appear more obvious how they work/what they are.
- Hyper-V version has been set to
8.0
but comes out as8.2
, this should help with backward compatibility in Windows 10 - Maximum disk size has been increased to 128GB from 64GB
- To use
xhgui
you need to addxhgui: "true"
to the site inHomestead.yaml
- NodeJS has been upgraded to 12.x If you need to downgrade refer to
after.sh
script and uncomment the lines to remove 12.x and uncomment the lines for either 11.x or 10.x
v9.0.0-beta
Homestead v9 Upgrade notes
*** STOP! STOP ! STOP!***
This is a BETA release! It's probably fine but don't replace your normal dev enviornment unless you're willing to roll back (which is just a git checkout release
command away)
https://app.vagrantup.com/laravel/boxes/homestead/versions/8.0.0-beta
You will need the version_9 branch of Homestead
- New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.
Syntax to enable GoLang and MariaDB:
features:
- golang: true
- mariadb: true
- Added support for PHP 5.6 & 7.0
- Blackfire Support has been moved to a feature and must be defined as such within
Homestead.yaml
- Z-Ray support has been removed
- If you are using Laravel Dusk or any other Webdriver utility you will need to enable the
webdriver
feature. - Dot net core support has been removed.
- Ruby & Rails support has been removed.
- Site types have been moved to a folder to appear more obvious how they work/what they are.
- Hyper-V version has been set to
8.0
but comes out as8.2
, this should help with backward compatibility in Windows 10 - Maximum disk size has been increased to 128GB from 64GB
Instructions
- Add the following to
Homestead.yaml
:box: v8.0.0-beta
- checkout
v9.0.0-beta
of the Homestead repo. - Ensure you have converted any extra options to the new "feature" syntax (See Upgrade Notes)
vagrant destroy -f && vagrant up
v8.6.0
v8.5.6
- Reset Homestead.yaml.example @svpernova09
- Remove the hosts add section since there is a script for it now (#1173) @Fuxy22
- Added script to support site type "wordpress" (#1175) @coolamit
- Consistent whitespace indent (2 spaces) (#1176) @piotr-cz
- Fix webdriver installation (#1177) @staudenmeir
- Prevent Homestead 8.x from using > v8 box @svpernova09
- tagging v8.5.6 @svpernova09
v8.5.5
v8.5.4
- Fix Graphana install @svpernova09
- Fix issues with CouchDB installation, resolves #1168 @svpernova09
- Tagging v8.5.4
v8.0.0-alpha2
ALPHA Homestead v8 Upgrade notes ALPHA
*** STOP! STOP ! STOP!***
If you are not comfortable debugging Vagrant and Homestead STOP NOW!
This is an ALPHA release! It is not for the faint of heart.
https://app.vagrantup.com/laravel/boxes/homestead/versions/8.0.0-alpha2
You will need the version_9 branch of Homestead
- New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.
Syntax to enable GoLang and MariaDB:
features:
- golang: true
- mariadb: true
- Added support for PHP 5.6 & 7.0
- Blackfire Support has been moved to a feature and must be defined as such within
Homestead.yaml
- Z-Ray support has been removed
- If you are using Laravel Dusk or any other Webdriver utility you will need to enable the
webdriver
feature. - Dot net core support has been removed.
- Ruby & Rails support has been removed.
- Site types have been moved to a folder to appear more obvious how they work/what they are.
- Probably more I'm forgetting...
Instructions
- Add the following to
Homestead.yaml
:box: v8.0.0-alpha2
- checkout
v9.0.0-alpha2
of the Homestead repo. - Ensure you have converted any extra options to the new "feature" syntax (See Upgrade Notes)
vagrant destroy -f && vagrant up
#Homestead
v9.0.0-alpha1
ALPHA Homestead v8 Upgrade notes ALPHA
STOP! STOP ! STOP!
If you are not comfortable debugging Vagrant and Homestead STOP NOW!
This is an ALPHA release! It is not for the faint of heart.
https://app.vagrantup.com/laravel/boxes/homestead/versions/8.0.0-alpha1
You will need the version_9 branch of Homestead
- Base box upgraded to Ubuntu 19.04
- New “Feature” syntax to install optional services or tools such as Golang, MariaDB, etc.
Syntax to enable GoLang and MariaDB:
features:
- golang: true
- mariadb: true
- Blackfire Support has been moved to a feature and must be defined as such within
Homestead.yaml
- Z-Ray support has been removed
- Postgres default to version 11
- If you are using Laravel Dusk or any other Webdriver utility you will need to enable the
webdriver
feature. - Dot net core support has been removed.
- Ruby & Rails support has been removed.
- Site types have been moved to a folder to appear more obvious how they work/what they are.
- Probably more I'm forgetting...
Instructions
- Add the following to
Homestead.yaml
:box: v8.0.0-alpha1
- checkout
v9.0.0-alpha1
of the Homestead repo. - Ensure you have converted any extra options to the new "feature" syntax (See Upgrade Notes)
vagrant destroy -f && vagrant up