- 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
--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 - November 22, 2024
- 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 - November 10, 2024
v3.4.4 - November 4, 2024
v3.4.3 - November 1, 2024
v3.4.2 - October 22, 2024
- Fixed bug causing GitHub convenience aliases eg
3-edge-slim
to incorrectly resolve to releases with hitherto unpopulated assets
v3.4.1 - October 17, 2024
- Fixed bug causing
&&
separatedauto-setup
command strings to not run correctly
v3.4.0 - October 15, 2024
- Added
LANDO_VERSION
as a way to set theversion
in the install pathways
- Fixed bug causing
@lando/setup-lando
GitHub Action to fail on Windows usingbash
- Updated download locations to standardize on relevant
core
andcore-next
pathways
v3.3.0 - October 11, 2024
- Removed automatic
lando update
fromsetup-lando.sh
to be consistent with other install pathways and because it makes--version
sort of pointless 😉
v3.2.2 - May 17, 2024
- Fixed
windows
setup script passing incorrect parameter towsl
setup script #46
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.