Releases: lando/setup-lando
Releases · lando/setup-lando
v3.7.2
- Fixed bug unintentionally disabling
lando setup
onPOSIX
for Lando<3.24
v3.7.1
- Removed
lando setup
and-slim
functionality for upcoming Lando>=3.24
v3.7.0
- Fixed bug causing terminal weirdness on
POSIX
afterCTRL-C
ing out of user acceptance prompts - Improved
sudo
detection to limit the necessity ofsudo
prompting - Synced
Windows
installer script so it works more or less like thePOSIX
one - Removed
WSL
installation fromWindows
script,WSL
install is now possible withPOSIX
script
v3.6.1
- Added some
circleci
tests - Fixed various permissions related bugs for
POSIX
installs
v3.6.0
Changes
- Added
--syslink
to add symlink to/usr/local/bin
on POSIX install, see notes below - Improved post-install
PATH
consideration messaging - Updated default
--dest
to~/.lando/bin
on POSIX install - Updated POSIX script to run
sudoless
if possible, see notes below
Notes
--syslink
will be automatically set onCI
--syslink
will be automatically set if alando
already exists at/usr/local/bin
and the invoking user has permission to edit itsudoless
install just means the script itself does not requiresudo
, you may still get downstreamsudo
requests like inlando setup
v3.5.0
- Added
path
based installation to POSIXsetup-lando.sh
script - Added GitHub Actions
RUNNER_DEBUG
support to PowerShell script - Fixed bug preventing POSIX/Windows script from replacing existing
lando
installations - Fixed bug preventing Windows script from downloading the correct
dev
alias - Fixed bug causing Windows script to persist
utf-16
encoding
v3.4.5
- Updated to @lando/[email protected]
v3.4.4
- Updated to @lando/[email protected]
v3.4.3
- Updated docs
v3.4.2
- Fixed bug causing GitHub convenience aliases eg
3-edge-slim
to incorrectly resolve to releases with hitherto unpopulated assets