Releases: lando/core
Releases · lando/core
v3.23.14
New Features & Improvements
- Added first class support to
lando setup
when run fromwsl
environments, see extended notes below - Improved
docker
auto start onlinux
to useGUI
authentication if available - Improved messages and consistency between messages for
lando setup
tasks - Improved pending setup task sort order
Fixes
- Fixed bug in
l337
component preventing some context files from beingCOPY
ed correclty onwin32
- Fixed bug in
docker
launching causing it to not wait untildaemon
can accept connections - Fixed bug causing
deferred
tasks to show asRunning
instead ofDeferred
- Fixed bug causing case insenstive group membership matching to fail on
win32
- Fixed some failures when running in
circleci
by forcingverbose
renderer
Internal
- Introduced
process.landoPlatform
which is the same asprocess.platform
but includes our definition ofwsl
as a platform, see extended notes below
Extended Notes
- Lando considers an environment a
wsl
environment only ifWSL_INTEROP
is on, otherwise it considers it a normallinux
environment
v3.23.13
v3.23.12
- Fixed
lando shellenv
so it doesn't fail whenshell
profile is empty - Fixed
lando update
so it removes lingeringlando.exe
s in the update bin directory - Improved
lando shellenv
so that it always includes~/.lando/bin
and includes it first - Improved messaging on
lando shellenv --add
- Improved messaging on
lando update
for@lando/cli