v3.2.1 - May 15, 2024
- Fixed bug preventing
Unrecognized option
message from showing correctly #44
v3.2.0 - May 3, 2024
- Improved
$TMPDIR
handling for non standard/tmp
usage #41 - Improved
arch
detection with fallbacks #42 - Updated
windows
installer script switch names to followPowerShell
convention
v3.1.0 - April 22, 2024
- Introduced new
windows
andwsl
installer script
v3.0.3 - April 10, 2024
- Relaxed
auto-setup
validation so it only needs to containlando setup
v3.0.2 - April 5, 2024
- Improved password prompt to include unwritable
/tmp
consideration
v3.0.1 - April 5, 2024
- Fixed bug causing
Killed: 9
output on macOS #25 - Improved
auto_exec
to also runelevated
if/tmp
is secured - Improved download so it only replaces an existing
lando
if successfull - Improved
lando --clear
to only run on Lando 3
v3.0.0 - March 22, 2024
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
- 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
- Introduced
setup-lando.sh
POSIX setup script athttps://get.lando.dev/setup-lando.sh
- Reorganized docs to reflect broadened repo scope
v2.3.1 - March 13, 2024
- Fixed bug causing
3
and4
GitHub convenience aliases to not resolve to the correct version
v2.3.0 - January 13, 2024
- Added support for approved
-slim
variants - Fixed bug causing
edge
GitHub convenience aliases to not resolve to the correct version
v2.2.2 - December 7, 2023
- Added passthru support for
3-dev-slim
although it just maps to3-dev
for now - Removed
yarn
in favor ofnpm
v2.2.1 - November 9, 2023
- 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 - November 6, 2023
- 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 - June 13, 2023
- 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 - June 13, 2023
- 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 - May 5, 2023
- Added logic around
telemetry
- Added
v3
dependency-check
logix
v2.0.0-beta.1 - May 1, 2023
- Initial release. See README.md.