Releases: lando/core
Releases · lando/core
v3.20.3
Fixes
- Fixed
Inappropriate ioctl for deviceerrors for interactive build steps and events when usingdocker-compose2 #70 - Fixed race condition in some init
sourcescausing command to run before user was properly setup - Fixed
docker-composecontinually autodownloading on Windows #67
Internal
- Added
initsdirectory to list of plugin autoloaders - Added
nonerecipe for testing purposes - Moved
_lampand_drupalyrecipes intobuildersfolder - Set
initsdirectory as the preferredinitsource - Switched
githubinitsourceto use@octokit/rest
v3.20.2
v3.20.1
v3.20.0
New Features
- Added support for Docker Compose V2 which is now the default orchestrator.
- Added an
orchestratorVersionoption to the global config. - Added
healthchecksupport to all Lando 3 services. - Added a generic Lando 3
landoservice 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 --helpwas incorrectly listingappserveras the defaultservicein some situations - Fixed bug where
cliwas needlessly printingusermod: no changes - Fixed bug where dynamic tooling events were not setting the service with an option correctly
- Fixed bug where
proxyservice was wiping outapp.compose - Fixed deprecated usage of
network.external.nameonlando_proxyedge
Internal
config.ymlfrom@lando/coreis now loaded after theconfig.ymlfrom@lando/cli
DEPRECATIONS
Global Config
composeBinis now discouraged in favor oforchestratorVersion.maxandminindockerSupportedVersionsare now discouraged in favor ofsatisfies.
v3.17.2
v3.17.1
v3.17.0
- Added
~/.lando/binas preferred install location for Docker Compose - Switched release flow over to @lando/prepare-release-action
- Docker Compose
1.29.2will now be automatically installed to~/.lando/binif a suitable version is not detected, this is to prepare for Docker Compose V1 being removed from Docker Desktop