Skip to content

Releases: lando/setup-lando

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

v2.3.0

13 Jan 16:21
Compare
Choose a tag to compare
  • Added support for approved -slim variants
  • Fixed bug causing edge GitHub convenience aliases to not resolve to the correct version

v2.2.2

07 Dec 18:26
Compare
Choose a tag to compare
  • Added passthru support for 3-dev-slim although it just maps to 3-dev for now
  • Removed yarn in favor of npm

v2.2.1

09 Nov 13:33
Compare
Choose a tag to compare
  • 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

06 Nov 16:42
Compare
Choose a tag to compare
  • Added support for lando setup via the setup input
  • Bumped action to node18
  • Fixed bug where lando was being invoked in PATH instead of directly

v2.1.0

19 Aug 16:15
Compare
Choose a tag to compare

v2.0.0

16 Jun 19:29
Compare
Choose a tag to compare
  • 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

08 May 13:01
Compare
Choose a tag to compare
  • Added logic around telemetry
  • Added v3 dependency-check logix

v2.0.0-beta.1

05 May 16:14
Compare
Choose a tag to compare