Skip to content

Releases: lando/setup-lando

v3.6.0

23 Nov 12:47
Compare
Choose a tag to compare

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 on CI
  • --syslink will be automatically set if a lando already exists at /usr/local/bin and the invoking user has permission to edit it
  • sudoless install just means the script itself does not require sudo, you may still get downstream sudo requests like in lando setup

v3.5.0

22 Nov 16:40
Compare
Choose a tag to compare
  • Added path based installation to POSIX setup-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

10 Nov 23:54
Compare
Choose a tag to compare

v3.4.4

04 Nov 20:16
Compare
Choose a tag to compare

v3.4.3

01 Nov 02:36
Compare
Choose a tag to compare

v3.4.2

22 Oct 20:15
Compare
Choose a tag to compare
  • Fixed bug causing GitHub convenience aliases eg 3-edge-slim to incorrectly resolve to releases with hitherto unpopulated assets

v3.4.1

17 Oct 00:36
Compare
Choose a tag to compare
  • Fixed bug causing && separated auto-setup command strings to not run correctly

v3.4.0

15 Oct 13:10
Compare
Choose a tag to compare

New Features

  • Added LANDO_VERSION as a way to set the version in the install pathways

Fixes

  • Fixed bug causing @lando/setup-lando GitHub Action to fail on Windows using bash

Internal

  • Updated download locations to standardize on relevant core and core-next pathways

v3.3.0

11 Oct 19:11
Compare
Choose a tag to compare
  • Removed automatic lando update from setup-lando.sh to be consistent with other install pathways and because it makes --version sort of pointless 😉

v3.2.2

17 May 16:59
Compare
Choose a tag to compare
  • Fixed windows setup script passing incorrect parameter to wsl setup script #46