v3.23.0-beta.9
Pre-release
Pre-release
New Features & Improvements
- Added helpful
tip
about usinglando shellenv
when it cannot detect~/.lando/bin
inPATH
- Changed
lando setup
to pull common plugins based on releasechannel
to better mimic fatcore - Improved internet detection tests #243
- Improved
lando shellenv
to produce more consistent newliney output - Rebased
axios
andoctokit
on@npmcli/agent
to improve request consistency across environments - Updated default Docker Desktop version to
4.34.3
- Updated default Docker Engine version to
27.3.1
- Udpated recommended Docker Destkop range to
>=4.34.0
- Updated tested Docker Desktop range to
<=4.35
- Updated tested Docker Compose range to
<=2.29.2
Fixed
- Fixed failed
healthchecks
from reportingunknown shorthand flag: 'T' in -T
instead of underlying error (thanks to @AaronFeledy)
Internal
- Added
debugShim
tolando.utils
- Added
downloadX
tolando.utils
- Added
getAxios
tolando.utils
- Added
getOctokit
tolando.utils
- Added
getUserShell
tolando.utils
- Added
getUserShellProfile
tolando.utils
- Added
isVersionLte
tolando.utils
- Added
legacyMerge
tolando.utils
- Added
mergeArrays
tolando.utils
- Added
mergePromise
tolando.utils
- Added
merge
tolando.utils
- Added
readFile
tolando.utils
- Added
remove
tolando.utils
- Added
runCommand
tolando.utils
- Added
runElevated
tolando.utils
- Added
runPowerShell
tolando.utils
- Added
slugify
tolando.utils
- Added
writeFile
tolando.utils
- Switched
URL.parse
tourl.parse
until people are reliably on anode20
CLI