Skip to content

Releases: lando/setup-lando

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

v3.2.1

15 May 18:40
Compare
Choose a tag to compare
  • Fixed bug preventing Unrecognized option message from showing correctly #44

v3.2.0

03 May 14:52
Compare
Choose a tag to compare
  • Improved $TMPDIR handling for non standard /tmp usage #41
  • Improved arch detection with fallbacks #42
  • Updated windows installer script switch names to follow PowerShell convention

v3.1.0

22 Apr 12:27
Compare
Choose a tag to compare

Windows/WSL Install Script

  • Introduced new windows and wsl installer script

v3.0.3

10 Apr 14:45
Compare
Choose a tag to compare

GitHub Actions

  • Relaxed auto-setup validation so it only needs to contain lando setup

v3.0.2

05 Apr 22:47
Compare
Choose a tag to compare

POSIX Install Script

  • Improved password prompt to include unwritable /tmp consideration

v3.0.1

05 Apr 21:57
Compare
Choose a tag to compare

POSIX Install Script

  • Fixed bug causing Killed: 9 output on macOS #25
  • Improved auto_exec to also run elevated 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

25 Mar 14:58
Compare
Choose a tag to compare

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 of auto-setup
  • Fixed auto-setup so it does not run on Lando 4_
  • Fixed edge releases to also include stable releases from release list
  • Removed dependency-check in favor of mechanisms provided by lando setup

New Features

  • Introduced setup-lando.sh POSIX setup script at https://get.lando.dev/setup-lando.sh
  • Reorganized docs to reflect broadened repo scope

v2.3.1

13 Mar 17:32
Compare
Choose a tag to compare
  • Fixed bug causing 3 and 4 GitHub convenience aliases to not resolve to the correct version