Skip to content

Releases: lando/core

v3.21.0

25 May 12:11
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Could not find suitable download url CLI update error caused by a release posted before assets are available

v3.21.0-beta.20

09 May 19:16
Compare
Choose a tag to compare

New Features

  • Improved sql-import.sh to drop and recreate mysql and mariadb tables before importing

Bug Fixes

  • Fixed updating bug caused by improperly named v3.21.0-beta18 @lando/cli release

v3.21.0-beta.19

09 May 16:06
Compare
Choose a tag to compare

New Features

  • Added ability to autostart Docker Desktop for Windows from within WSL instances #164
  • Improved method for locating and starting Docker Desktop on Windows #164
  • Updated default Docker Compose version to 2.27.0
  • Updated default Docker Desktop version to 4.30.0
  • Updated default Docker Engine version to 26.1.1
  • Updated tested Docker Desktop range to <=4.30
  • Updated tested Docker Engine range to <27
  • Updated sql-export.sh to use mariadb-dump command (if available). #148

Bug Fixes

  • Fixed bug that caused Lando to be too impatient when starting Docker Desktop #164
  • Fixed unclear error when cancelling certain prompts

Internal

  • Added buildkit as an alias for buildx in l337 service image key
  • Changed download-x to prefer ipv4 #165
  • Changed rebuild to kill instead of stop
  • Improved error handling on download-x #165

v3.21.0-beta.18

29 Apr 14:11
Compare
Choose a tag to compare
  • Fixed bug that prevented password prompts from rendering
  • Fixed inescapable password prompt when starting aborting a lando start
  • Improved MINMAX UID/GID assignment to reduce exporting layers weirdness

v3.21.0-beta.17

23 Apr 14:04
Compare
Choose a tag to compare
  • Fixed some stuff in nascent LandoService4 for demoing puroses

v3.21.0-beta.16

23 Apr 11:31
Compare
Choose a tag to compare
  • Added dumb linux ssh-agent support for nascent LandoService4

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