Releases: lando/core
Releases · lando/core
v3.22.0-beta.6
- This release contains only tests and is mostly to keep version sync with the CLI
v3.22.0-beta.5
New Features
- Updated default Docker Compose version to
2.29.2 - Updated default Docker Desktop version to
4.34.0 - Updated default Docker Engine version to
27.2.0 - Updated tested Docker Desktop range to
<=4.34 - Updated tested Docker Compose range to
<=2.29.2
Bug Fixes
- Fixed bug causing autosetup to still
U Need Setupafter installing new orchestrator onlando starty events - Fixed bug preventing non-boot image build hooks from running
- Fixed bug causing hook files to be
COPYed to early in Imagefile - Fixed bug causing
appMountto be not correctly added as agitsafe.directory
v3.22.0-beta.4
Bug Fixes
- Fixed
osnot defined duringlando setuponlinux - Fixed inconsistent usage of
skipInstallCa - Renamed
lashandlandorctolash.shandlandorc.shfor more consistent naming and packaging
v3.22.0-beta.3
- Changed user build script to always run (for now)
v3.22.0-beta.2
Bug Fixes
- Fixed bug causing new
lando execcommand to incorrectly shell wrap - Fixed bug causing
composedirectories to bloat indefinitely - Fixed bug causing
stopto notkillwhen it can justkill
Internal
- Improved
runvolume mounting - Improved
volumetype detection
v3.22.0-beta.1
New Features
- Added new
lando execcommand - Added cross platform
host.lando.internalfor container-to-host access - Added limited auto setup to app start-y events
- Added Install Certificate Authority
setuptask - Added limit
appsupport intaskfunctions - Added
usage,examplesandpositionalssupport totaskandtoolingobjects - Added
LANDO_SERVICE_CERTandLANDO_SERVICE_KEYenvvars - Improved CA and cert generation
- Improved tooling, events, etc to honor
&for proper backgrounding with--detach - Improved
v3plugin script automoving (finally!) - Updated default Docker Compose version to
2.27.1 - Updated default Docker Desktop for macOS version to
4.32.0 - Updated default Docker Desktop for Windows version to
4.32.0 - Updated default Docker Engine version to
27.0.3 - Updated tested Docker Desktop range to
<=4.32
Bug Fixes
- Fixed bug causing
EISDIR: illegal operation on a directoryon some mounts #169 - Fixed bug causing
COLUMNSto be forced to256#1847 - Fixed bug causing weird array merging in dynamic override tasks
- Fixed bug causing debug output showing in some errors
- Fixed bug causing compose cache to not properly empty on
destroy - Fixed bug causing
docker-engine.runto double emit errors - Fixed bug causing
undefinedto show on some user password prompts - Fixed bug causing Docker Desktop
versioninformation to not load correctly in some circumstances - Fixed various
dc2renderer bugs
DEPRECATIONS
- DEPRECATED
lando sshin favor of newlando exec - Defunct
lando sharecommand is now a hidden command
Internal
- Changed
.ps1scripts to use-Optionstyle option convention - Changed
LANDO_HOST_IPto now use newhost.lando.internal - Moved Lando Development Certificate Authority creation to
setupframework - Moved Landonet 2 upgrade to
setupframework - Removed
_casetupbuilder in favor of native CA generation - Removed
ipnpmpackage
v3.21.2
v3.21.1
Bug Fixes
- Fixed issue with importing databases to a service with the "default"
databasenamed database. lando/mysql#53
v3.21.0
New Features
- Added ability to autostart Docker Desktop for Windows from within WSL instances #164
- Added
autostartDocker Engine support to Linux - Added
lando updatecommand so Lando and installed plugins can self-update - Added hidden
lando setupcommand to replace package installers - Added hidden
lando plugin-addcommand to install external plugins - Added hidden
lando plugin-removecommand to remove external plugins - Added new very low level generic L337 Service
- Improved
healthcheckso it can now be disabled withhealthcheck: false - Improved method for locating and starting Docker Desktop on Windows #164
- Improved
lando versionto give more total version information - Introduced "Untested Docker Version" notice
- Improved
sudouser detection on Linux - Improved Docker compatibility messages
- Improved
wslstatus detection - Improved
spawndebugging output - 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.shto usemariadb-dumpcommand (if available). #148
Fixes
- Added general purpose error
trapto Docker Desktop install script on Windows, maybe fixes #118 - Fixed bug that prevented password prompts from rendering
- Fixed inescapable password prompt when starting aborting a lando start
- Fixed prompt showing in
non-interactiveenvironments - Fixed errors caused by "legacy" plugins #127
- Fixed
warnings is not definederror when trying to bring upproxy - Fixed Docker Engine autostart for users using
serviceinstead ofsystemctl#110 - Fixed
onceevents running more thanonce - Fixed broken Docker Compose|Desktop|Engine links
- Fixed bug causing
landoservices to reportUpwhen they actuallyExitednon-zero - Fixed CLI update issues on Windows #109 #122
- Fixed encoding error in default
write-file - Fixed bug that caused Lando to be too impatient when starting Docker Desktop #164
- Fixed unclear error when cancelling certain prompts
- Fixed longstanding bug causing some debug output to print to
stdoutinstead ofstderr - Fixed bug causing
healthyinfo to not persist correctly - Fixed bug causing proxy
502 Bad Gatewaywhen assiging duplicateurlswith differentports - Fixed inconsistent container shutdown by switching from
killtostop - Fixed inconsistent error display in
dc2listrrenderer - Fixed
Could not find suitable download urlCLI update error caused by a release posted before assets are available - Improved post-start status message granularity, they can one of
tip|info|warn|errornow - Improved post-start status message accessibility
- Improved "Update Available" warning to be less INTENSE, is now a post-start info message
- Improved
MINMAX UID/GIDassignment to reduce exporting layers weirdness
Internal
- Added
buildkitas an alias forbuildxinl337serviceimagekey - Added
app.addMessagefor more granular and accessible post-start app status reporting - Bumped minimum
nodeversion to18 - Changed
download-xto preferipv4#165 - Changed
lando.logandapp.logto be more likedebug - Changed
rebuildtokillinstead ofstop - Improved error handling on
download-x#165 - Removed lingering and dangling should-now-be-in-plugins code eg
_drupaly.js - Reorganized core to be more like
@lando/core-next(eg Lando 4) - Removed
githubdependency - Removed
mkdirpdependency - Switched (fully, finally) from
githubto@octokit/rest - Switched plugin package manager to
npm
DEPRECATIONS
- DEPRECATED
app.addWarningin favor ofapp.addMessage
v3.21.0-beta.20
New Features
- Improved
sql-import.shto drop and recreatemysqlandmariadbtables before importing
Bug Fixes
- Fixed updating bug caused by improperly named
v3.21.0-beta18@lando/clirelease