Releases: lando/core
Releases · lando/core
v3.25.3
v3.25.2
v3.25.1
v3.25.0
v3.24.3
v3.24.2
v3.24.1
v3.24.0
New Features
- Added support for
init.defaults
for explicit recipeconfig
setting onlando init
- Consolidated
@lando/core
and@lando/cli
updates into a singularlando
update - Consolidated core plugins eg
@lando/healthcheck
into justlando
- Improved config loading guards for generic Lando 3 service
- Improved efficiency of
task
loading - Improved handling around corrupted
task
caches - Improved
lando init
so that it can auto setup if needed - Improved release flow to better accommodate double barrelled development
- Removed
slim
andfat
variants for a consolidated build which includes all "common" plugins - Optimized redundant
midcore
plugin deps
Bug Fixes
- Fixed bug causing auto setup to not correctly reset the orchestrator binary path
Internal
- Added
getLodash()
tolando.utils
- Added
getSemver()
tolando.utils
- Added
getJsYaml()
tolando.utils
v3.24.0-beta.12
- Merged in improvements from
@lando/core@v3.23.26