Skip to content

Releases: lando/core

v3.21.0-beta.9

10 Mar 15:46

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

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

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

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

v3.21.0-beta.5

26 Feb 21:57

Choose a tag to compare

New Features

  • Added support for slim CLI updates

Fixes

  • Fixed Cannot write to ... CLI update issues on Linux and macOS #109 #122

Notes

  • Above fixes also require 3.21.0-beta.5 of the CLI which is forthcoming. Standby.

v3.21.0-beta.4

22 Feb 22:21

Choose a tag to compare

Fixes

  • Fixed Docker Engine autostart for users using service instead of systemctl #110
  • Reverted to older moveConfig that i guess silently failed in a good way by @pirog in #115

New Contributors

v3.21.0-beta.3

21 Feb 17:06

Choose a tag to compare

  • Fixed warnings is not defined error when trying to bring up proxy
  • Fixed nested plugins eg @lando/healthcheck not showing correct update status
  • Fixed incorrect count showing on lando plugin-add
  • Fixed Docker Engine autostart for users using service instead of systemctl #110

v3.21.0-beta.2

20 Feb 20:34

Choose a tag to compare

New Features

  • Updated default Docker Compose version to 2.24.5
  • Updated default Docker Desktop version to 4.27.2
  • Updated default Docker Engine version to 25.0.3
  • Updated supported Docker Desktop range to <4.28
  • Updated supported Docker Engine range to <26

Fixes

  • Fixed Enquirer is a peer dependency that must be installed separately showing up on lando setup #105
  • Improved dependency version compatibility check to be more forgiving #104

Internal

  • Changed default api: 4 service from l337 to lando
  • Renamed v4.orchestratorVersion to v4.composeApi

v3.21.0-beta.1

16 Feb 19:39

Choose a tag to compare

  • This release has no new content, it exists to move forward our versioning.

v3.21.0-alpha.10

03 Jan 19:11

Choose a tag to compare

v3.21.0-alpha.10 Pre-release
Pre-release
  • Removed dangling reference to utils.appMachineName to fix init issue.