Skip to content

Releases: lando/core

v3.20.3

06 Oct 17:14

Choose a tag to compare

Fixes

  • Fixed Inappropriate ioctl for device errors for interactive build steps and events when using docker-compose 2 #70
  • Fixed race condition in some init sources causing command to run before user was properly setup
  • Fixed docker-compose continually autodownloading on Windows #67

Internal

  • Added inits directory to list of plugin autoloaders
  • Added none recipe for testing purposes
  • Moved _lamp and _drupaly recipes into builders folder
  • Set inits directory as the preferred init source
  • Switched github init source to use @octokit/rest

v3.20.2

30 Sep 17:49

Choose a tag to compare

Fixes

  • Fixed regression which broke disabling tooling commands #62
  • Improved docker-compose auto-download so it is more transparent #63
  • Improved docker-compose download verification #63

v3.20.1

28 Sep 17:06

Choose a tag to compare

Fixes

  • Fixed bug where tooling commands using app bootstrap would use / instead of appMount

v3.20.0

25 Sep 19:46

Choose a tag to compare

New Features

  • Added support for Docker Compose V2 which is now the default orchestrator.
  • Added an orchestratorVersion option to the global config.
  • Added healthcheck support to all Lando 3 services.
  • Added a generic Lando 3 lando service into core. See
  • Bumped support of Docker Compose to 1.x.x || 2.x.x
  • Bumped support of Docker Desktop to >=4.0.0 <4.24
  • Bumped support of Docker Engine to >=18 <25
  • Dropped support for Docker Desktop <4.0.0

Fixes

  • Fixed bug where lando ssh --help was incorrectly listing appserver as the default service in some situations
  • Fixed bug where cli was needlessly printing usermod: no changes
  • Fixed bug where dynamic tooling events were not setting the service with an option correctly
  • Fixed bug where proxy service was wiping out app.compose
  • Fixed deprecated usage of network.external.name on lando_proxyedge

Internal

  • config.yml from @lando/core is now loaded after the config.yml from @lando/cli

DEPRECATIONS

Global Config

  • composeBin is now discouraged in favor of orchestratorVersion.
  • max and min in dockerSupportedVersions are now discouraged in favor of satisfies.

v3.17.2

20 Jun 18:37

Choose a tag to compare

  • Fixed busted cutover to new release process take 2

v3.17.1

20 Jun 18:33

Choose a tag to compare

  • Fixed busted cutover to new release process

v3.17.0

20 Jun 18:27

Choose a tag to compare

  • Added ~/.lando/bin as preferred install location for Docker Compose
  • Switched release flow over to @lando/prepare-release-action
  • Docker Compose 1.29.2 will now be automatically installed to ~/.lando/bin if a suitable version is not detected, this is to prepare for Docker Compose V1 being removed from Docker Desktop

v3.16.2

05 Jun 15:27

Choose a tag to compare

  • Fixed bug causing key sanitization to mutate the underlying data

v3.16.1

25 May 18:42

Choose a tag to compare

  • Added metadata required for @lando/core to be pass plugin validation

v3.16.0

11 May 13:29

Choose a tag to compare

  • Added default okCodes to the scanner to allow 3xx and 404 #39.