Skip to content

Releases: lando/core

v3.21.0-beta.15

22 Apr 00:05
Compare
Choose a tag to compare

Notes

  • Users can now try out the lowest level and first api: 4 service. Read more

New Features

  • Added buildx toggle to l337 service image key
  • Added build args support to l337 service image key
  • Added ssh support to l337 service image key
  • Changed default l337 service builder to buildx
  • Improved api: 4 image build errors and handling

Bug Fixes

  • Fixed bug causing healthy info to not persist correctly
  • Fixed bug causing proxy 502 Bad Gateway when assiging duplicate urls with different ports
  • Fixed inconsistent container shutdown by switching from kill to stop
  • Fixed inconsistent error display in dc2 listr renderer

Internal

  • Changed default healthy info from true to unknown
  • Changed api: 4 service info to provide a state key
  • Added app.updateComposeCache() and app.v4.updateComposeCache for better metadata consistencu

v3.21.0-beta.14

10 Apr 19:19
Compare
Choose a tag to compare

New Features

  • Added better messages on when and how to update Docker components
  • Updated default Docker Compose version to 2.26.1
  • Updated default Docker Desktop version to 4.29.0
  • Updated default Docker Engine version to 26.0.0
  • Updated tested Docker Desktop range to <=4.29
  • Updated tested Docker Engine range to <27

Bug Fixes Features

  • Fixed bug where lando update check failures were failing silently
  • Fixed bug where GITHUB_TOKEN was being used, if set, to get lando update info

Internal

  • Changed lando update GitHub @octokit/rest auth to use LANDO_GITHUB_TOKEN instead of GITHUB_TOKEN

v3.21.0-beta.13

06 Apr 11:52
Compare
Choose a tag to compare

New Features

  • Improved healthcheck so it can now be disabled with healthcheck: false

v3.21.0-beta.12

25 Mar 19:52
Compare
Choose a tag to compare
  • This release has no content and exists so we can switch over to @lando/setup-lando for POSIX install

v3.21.0-beta.11

19 Mar 01:42
Compare
Choose a tag to compare

Fixes

  • Fixed lando shellenv to remove duplicate PATH entries

v3.21.0-beta.10

15 Mar 20:49
Compare
Choose a tag to compare

New Features

  • Introduced "Untested Docker Version" notice
  • Improved sudo user detection on Linux
  • Improved Docker compatibility messages
  • Improved wsl status detection
  • Improved spawn debugging output
  • Updated default Docker Compose version to 2.24.6
  • Updated default Docker Desktop version to 4.28.0
  • Updated supported Docker Desktop range to >=4.0.0 <5
  • Updated supported Docker Engine range to <26

Fixes

  • Fixed --debug causing lando setup -y to hang in GitHub Actions windows runners
  • Fixed errors caused by "legacy" plugins #127
  • Fixed lando setup incorrectly reporting double the plugin installed total
  • Fixed once events running more than once
  • Fixed prompt showing in non-interactive environments
  • Updated lando-experimental to new plugin format

v3.21.0-beta.9

10 Mar 15:46
Compare
Choose a tag to compare

New Features

  • Improved lando shellenv to work on Windows shells like powershell.exe, cmd.exe and bash.exe

Fixes

  • Fixed CLI update issues on Windows #109 #122
  • Fixed encoding error in default write-file

DevOps

  • Switched leia tests to run against 3-dev-slim for now

Internal

  • Changed lando update to download CLI binaries to the Lando 4 cacheDir
  • Improved download-x to auto create nonexistent paths as needed

v3.21.0-beta.8

05 Mar 16:26
Compare
Choose a tag to compare
  • This release has no content it exists to provide version syncing with @lando/cli

v3.21.0-beta.7

01 Mar 19:45
Compare
Choose a tag to compare

Fixes

  • Added general purpose error trap to Docker Desktop install script on Windows, maybe fixes #118
  • Changed lando shellenv to print to stderr when it has no shellenv to print
  • Fixed issue with wsl.exe throwing an error when not found #117
  • Fixed issue with is-group-member throwing an when target group was nonexistent #116

Internal

  • Improved is-group-member so it does not require the existence of the target group
  • Improved run-command, run-elevated and run-powershell-script so they correctly handle pre-command executing errors eg ENOENT

v3.21.0-beta.6

28 Feb 16:04
Compare
Choose a tag to compare

Fixes

  • Improved lando shellenv so it prints a message if your environment is already g2g

Internal

  • Improved get-shellenv-paths to filter non-existant paths