Skip to content
Compare
Choose a tag to compare
@pirog pirog released this 25 Mar 14:58
· 186 commits to main since this release

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