Skip to content

Releases: lando/core

v3.23.18

06 Dec 21:42
Compare
Choose a tag to compare
  • Improved release flow to better accommodate double barrelled development

v3.23.17

06 Dec 21:19
Compare
Choose a tag to compare
  • Improved release flow to better accommodate double barrelled development

v3.23.16

05 Dec 16:13
Compare
Choose a tag to compare
  • Fixed bug causing some run-elevated commands to fail on older Powershell versions
  • Removed admin requirement to install Lando Development CA on win32 from wsl

v3.24.0-alpha.2

03 Dec 18:43
Compare
Choose a tag to compare
v3.24.0-alpha.2 Pre-release
Pre-release
  • This release has no new content it is just a test of dual branch development and edge branch release deployment

v3.24.0-alpha.1

03 Dec 17:11
Compare
Choose a tag to compare
v3.24.0-alpha.1 Pre-release
Pre-release
  • This release has no new content it is just a test of dual branch developmebt and edge branch release deployment

v3.23.15

03 Dec 15:47
Compare
Choose a tag to compare
  • Disabled DOCKER_CLI_HINTS on lando
  • Fixed bug causing some lando exec and tooling commands from not inheriting terminal columns and lines correctly #277
  • Fixed bug causing lando setup loop on U Need Setup!
  • Fixed bug causing failed update message when user needs to relaunch terminal
  • Improved ux for autosetup
  • Standardized non-TTY renderer selection to the simple renderer

v3.23.14

27 Nov 20:15
Compare
Choose a tag to compare

New Features & Improvements

  • Added first class support to lando setup when run from wsl environments, see extended notes below
  • Improved docker auto start on linux to use GUI 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 being COPYed correclty on win32
  • Fixed bug in docker launching causing it to not wait until daemon can accept connections
  • Fixed bug causing deferred tasks to show as Running instead of Deferred
  • Fixed bug causing case insenstive group membership matching to fail on win32
  • Fixed some failures when running in circleci by forcing verbose renderer

Internal

  • Introduced process.landoPlatform which is the same as process.platform but includes our definition of wsl as a platform, see extended notes below

Extended Notes

  • Lando considers an environment a wsl environment only if WSL_INTEROP is on, otherwise it considers it a normal linux environment

v3.23.13

23 Nov 17:18
Compare
Choose a tag to compare
  • Fixed bug causing metrics opt-out to not work in some situations #277
  • Updated default Docker Desktop version to 4.36.0
  • Updated default Docker Compose version to 2.30.3
  • Updated tested Docker Desktop range to <=4.37
  • Updated tested Docker Compose range to <=2.31

v3.23.12

21 Nov 22:51
Compare
Choose a tag to compare
  • Fixed lando shellenv so it doesn't fail when shell profile is empty
  • Fixed lando update so it removes lingering lando.exes 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

v3.23.11

20 Nov 16:19
Compare
Choose a tag to compare
  • This release has no new content and is just to test the new modular release flow