Releases: lando/core
Releases · lando/core
v3.24.0-beta.1
- Consolidated core plugins
- Introduced
midcoreconsolidated build which includes all "common" plugins
v3.23.18
v3.23.17
v3.23.16
v3.24.0-alpha.2
- This release has no new content it is just a test of dual branch development and
edgebranch release deployment
v3.24.0-alpha.1
- This release has no new content it is just a test of dual branch developmebt and
edgebranch release deployment
v3.23.15
- Disabled
DOCKER_CLI_HINTSonlando - Fixed bug causing some
lando execand tooling commands from not inheriting terminal columns and lines correctly #277 - Fixed bug causing
lando setuploop onU Need Setup! - Fixed bug causing failed update message when user needs to relaunch terminal
- Improved
uxforautosetup - Standardized non-TTY renderer selection to the
simplerenderer
v3.23.14
New Features & Improvements
- Added first class support to
lando setupwhen run fromwslenvironments, see extended notes below - Improved
dockerauto start onlinuxto useGUIauthentication if available - Improved messages and consistency between messages for
lando setuptasks - Improved pending setup task sort order
Fixes
- Fixed bug in
l337component preventing some context files from beingCOPYed correclty onwin32 - Fixed bug in
dockerlaunching causing it to not wait untildaemoncan accept connections - Fixed bug causing
deferredtasks to show asRunninginstead ofDeferred - Fixed bug causing case insenstive group membership matching to fail on
win32 - Fixed some failures when running in
circleciby forcingverboserenderer
Internal
- Introduced
process.landoPlatformwhich is the same asprocess.platformbut includes our definition ofwslas a platform, see extended notes below
Extended Notes
- Lando considers an environment a
wslenvironment only ifWSL_INTEROPis on, otherwise it considers it a normallinuxenvironment
v3.23.13
v3.23.12
- Fixed
lando shellenvso it doesn't fail whenshellprofile is empty - Fixed
lando updateso it removes lingeringlando.exes in the update bin directory - Improved
lando shellenvso that it always includes~/.lando/binand includes it first - Improved messaging on
lando shellenv --add - Improved messaging on
lando updatefor@lando/cli