BREAKING CHANGES
This repo should now be the single source of truth for all things relating to the installation and setup of Lando. This currently includes:
- GitHub Actions action
- POSIX setup scripts
- Install docs
But could also include other things in the future like:
- Windows/WSL2 setup scripts
- Homebrew formula
- Chocolatey packages
- Installer packages
- CI Apps
GitHub Actions
- Deprecated
setup
in favor ofauto-setup
- Fixed
auto-setup
so it does not run on Lando 4_ - Fixed
edge
releases to also includestable
releases from release list - Removed
dependency-check
in favor of mechanisms provided bylando setup
New Features
- Introduced
setup-lando.sh
POSIX setup script athttps://get.lando.dev/setup-lando.sh
- Reorganized docs to reflect broadened repo scope