Releases: lando/core
Releases · lando/core
v3.21.0-beta.15
Notes
- Users can now try out the lowest level and first
api: 4
service. Read more
New Features
- Added
buildx
toggle tol337
serviceimage
key - Added build
args
support tol337
serviceimage
key - Added
ssh
support tol337
serviceimage
key - Changed default
l337
service builder tobuildx
- Improved
api: 4
image build errors and handling
Bug Fixes
- Fixed bug causing
healthy
info to not persist correctly - Fixed bug causing proxy
502 Bad Gateway
when assiging duplicateurls
with differentports
- Fixed inconsistent container shutdown by switching from
kill
tostop
- Fixed inconsistent error display in
dc2
listr
renderer
Internal
- Changed default
healthy
info fromtrue
tounknown
- Changed
api: 4
service info to provide astate
key - Added
app.updateComposeCache()
andapp.v4.updateComposeCache
for better metadata consistencu
v3.21.0-beta.14
New Features
- Added better messages on when and how to update Docker components
- Updated default Docker Compose version to
2.26.1
- Updated default Docker Desktop version to
4.29.0
- Updated default Docker Engine version to
26.0.0
- Updated tested Docker Desktop range to
<=4.29
- Updated tested Docker Engine range to
<27
Bug Fixes Features
- Fixed bug where
lando update
check failures were failing silently - Fixed bug where
GITHUB_TOKEN
was being used, if set, to getlando update
info
Internal
- Changed
lando update
GitHub@octokit/rest
auth to useLANDO_GITHUB_TOKEN
instead ofGITHUB_TOKEN
v3.21.0-beta.13
New Features
- Improved
healthcheck
so it can now be disabled withhealthcheck: false
v3.21.0-beta.12
- This release has no content and exists so we can switch over to @lando/setup-lando for POSIX install
v3.21.0-beta.11
Fixes
- Fixed
lando shellenv
to remove duplicatePATH
entries
v3.21.0-beta.10
New Features
- Introduced "Untested Docker Version" notice
- Improved
sudo
user detection on Linux - Improved Docker compatibility messages
- Improved
wsl
status detection - Improved
spawn
debugging output - Updated default Docker Compose version to
2.24.6
- Updated default Docker Desktop version to
4.28.0
- Updated supported Docker Desktop range to
>=4.0.0 <5
- Updated supported Docker Engine range to
<26
Fixes
- Fixed
--debug
causinglando setup -y
to hang in GitHub Actionswindows
runners - Fixed errors caused by "legacy" plugins #127
- Fixed
lando setup
incorrectly reporting double the plugin installed total - Fixed
once
events running more thanonce
- Fixed prompt showing in
non-interactive
environments - Updated
lando-experimental
to new plugin format
v3.21.0-beta.9
New Features
- Improved
lando shellenv
to work on Windows shells likepowershell.exe
,cmd.exe
andbash.exe
Fixes
DevOps
- Switched
leia
tests to run against3-dev-slim
for now
Internal
- Changed
lando update
to download CLI binaries to the Lando 4cacheDir
- Improved
download-x
to auto create nonexistent paths as needed
v3.21.0-beta.8
- This release has no content it exists to provide version syncing with
@lando/cli
v3.21.0-beta.7
Fixes
- Added general purpose error
trap
to Docker Desktop install script on Windows, maybe fixes #118 - Changed
lando shellenv
to print tostderr
when it has no shellenv to print - Fixed issue with
wsl.exe
throwing an error when not found #117 - Fixed issue with
is-group-member
throwing an when target group was nonexistent #116
Internal
- Improved
is-group-member
so it does not require the existence of the target group - Improved
run-command
,run-elevated
andrun-powershell-script
so they correctly handle pre-command executing errors egENOENT
v3.21.0-beta.6
Fixes
- Improved
lando shellenv
so it prints a message if your environment is already g2g
Internal
- Improved
get-shellenv-paths
to filter non-existant paths