Skip to content

v3.26.8

Latest

Choose a tag to compare

@AaronFeledy AaronFeledy released this 10 Aug 19:34
· 1 commit to main since this release

Docker defaults catch-up, cert/bind-mount startup fixes, and exec/TTY/dependency cleanups.

Highlights

  • Docker Desktop tested <=4.85.99, default setup install 4.85.0, plus installer build-id maps (#472)
  • Docker Compose default 2.40.3 (tested <=2.40.99); Engine default 29.6.2 (tested <=29.6.99)
  • Cert generation no longer fails with EISDIR on rogue cert directories; SSL cert paths are ensured as files before bind-mount (#486)
  • v4 bind mounts honor create_host_path: false; /run/host-services exception no longer matches unrelated prefixes (#486 / #489)

Fixes

  • TTY allocation keys off stdout.isTTY so redirected output drops ANSI junk (#345)
  • Forward host terminal env (TERM, LANG, TZ, etc.) into containers
  • Pass NO_COLOR=1 into containers when Lando itself has no color
  • Certificate errors recommend rebuilding stale containers (#462)
  • Custom orchestratorBin paths no longer overwritten by Compose fallback (lando/lando#3847)
  • Interactive sudo no longer combines --bell with --stdin (#386)
  • Node 24 DEP0187 warnings from permissive fs.existsSync() (#474)

Improvements

  • GitHub init supports --github-auth=false for public clones without token/SSH upload
  • Minimum Node >=20.17.0 (#433)
  • tar7.5.22 for node-tar advisories (#433)