Releases: lando/core
Releases · lando/core
v3.21.0-beta.7
Fixes
- Added general purpose error
trapto Docker Desktop install script on Windows, maybe fixes #118 - Changed
lando shellenvto print tostderrwhen it has no shellenv to print - Fixed issue with
wsl.exethrowing an error when not found #117 - Fixed issue with
is-group-memberthrowing an when target group was nonexistent #116
Internal
- Improved
is-group-memberso it does not require the existence of the target group - Improved
run-command,run-elevatedandrun-powershell-scriptso they correctly handle pre-command executing errors egENOENT
v3.21.0-beta.6
Fixes
- Improved
lando shellenvso it prints a message if your environment is already g2g
Internal
- Improved
get-shellenv-pathsto filter non-existant paths
v3.21.0-beta.5
v3.21.0-beta.4
Fixes
- Fixed Docker Engine autostart for users using
serviceinstead ofsystemctl#110 - Reverted to older
moveConfigthat i guess silently failed in a good way by @pirog in #115
New Contributors
- @soleneggd made their first contribution in #113
v3.21.0-beta.3
- Fixed
warnings is not definederror when trying to bring upproxy - Fixed nested plugins eg
@lando/healthchecknot showing correct update status - Fixed incorrect count showing on
lando plugin-add - Fixed Docker Engine autostart for users using
serviceinstead ofsystemctl#110
v3.21.0-beta.2
New Features
- Updated default Docker Compose version to
2.24.5 - Updated default Docker Desktop version to
4.27.2 - Updated default Docker Engine version to
25.0.3 - Updated supported Docker Desktop range to
<4.28 - Updated supported Docker Engine range to
<26
Fixes
- Fixed
Enquirer is a peer dependency that must be installed separatelyshowing up onlando setup#105 - Improved dependency version compatibility check to be more forgiving #104
Internal
- Changed default
api: 4service froml337tolando - Renamed
v4.orchestratorVersiontov4.composeApi
v3.21.0-beta.1
- This release has no new content, it exists to move forward our versioning.
v3.21.0-alpha.10
- Removed dangling reference to utils.appMachineName to fix init issue.
v3.21.0-alpha.9
Internal
- Removed
copy-dirin attempt to simplify/minimize/reduce dependencies - Removed lingering
db-toolstests which should happen in implementating plugins now
v3.21.0-alpha.8
- This release has no new content, it exists to test new
lando updateflows