Releases: lando/setup-lando
Releases · lando/setup-lando
v3.0.0
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
v2.3.1
- Fixed bug causing
3
and4
GitHub convenience aliases to not resolve to the correct version
v2.3.0
- Added support for approved
-slim
variants - Fixed bug causing
edge
GitHub convenience aliases to not resolve to the correct version
v2.2.2
- Added passthru support for
3-dev-slim
although it just maps to3-dev
for now - Removed
yarn
in favor ofnpm
v2.2.1
- Fixed bug causing
lando version
output to sometimes contain excess characters - Fixed bug causing
debug
mode to pollute some intelligence gathering - Fixed bug causing errors to hang the whole thing when telemetry is
true
v2.2.0
- Added support for
lando setup
via thesetup
input - Bumped action to
node18
- Fixed bug where
lando
was being invoked inPATH
instead of directly
v2.1.0
- Added
lando-version
support for local file paths - Added support for
debug
toggling via https://github.blog/changelog/2022-05-24-github-actions-re-run-jobs-with-debug-logging - Deprecated usage of
input.debug
in favor of GHA debugging mechanisms
v2.0.0
- Added
lando-version
support for**preview**
branches - Added
lando-version
support for URLs - Switched release flow over to @lando/prepare-release-action
v2.0.0-beta.2
- Added logic around
telemetry
- Added
v3
dependency-check
logix
v2.0.0-beta.1
- Initial release. See README.md.