Releases: lando/core
Releases · lando/core
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 separately
showing up onlando setup
#105 - Improved dependency version compatibility check to be more forgiving #104
Internal
- Changed default
api: 4
service froml337
tolando
- Renamed
v4.orchestratorVersion
tov4.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-dir
in attempt to simplify/minimize/reduce dependencies - Removed lingering
db-tools
tests which should happen in implementating plugins now
v3.21.0-alpha.8
- This release has no new content, it exists to test new
lando update
flows
v3.21.0-alpha.7
DANGER NOTES
This is an alpha
release which means:
- Definitely don't try it out unless you are into risky business
- It is "feature complete" but has very little automated testing so we cannot guarantee any level of "it works" beyond "it works on our machines" ;)
- Subsequent releases could be breaking, very breaking
So, basically, if you have real work you need to do we recommend you don't try it!
New Features
- Added
autostart
Docker Engine support to Linux - Added
lando update
command so Lando and installed plugins can self-update - Added hidden
lando setup
command to replace package installers - Added hidden
lando plugin-add
command to install external plugins - Added hidden
lando plugin-remove
command to remove external plugins - Improved
lando version
to give more total version information
Fixes
- Fixed broken Docker Compose|Desktop|Engine links
- Fixed bug causing
lando
services to reportUp
when they actuallyExited
non-zero - Fixed longstanding bug causing some debug output to print to
stdout
instead ofstderr
- Improved post-start status message granularity, they can one of
tip|info|warn|error
now - Improved post-start status message accessibility
- Improved "Update Available" warning to be less INTENSE, is now a post-start info message
- Improved
LANDO_DEBUG
to also throw a stack trace
Internal
- Added
app.addMessage
for more granular and accessible post-start app status reporting - Changed
lando.log
andapp.log
to be more likedebug
- Bumped minimum
node
version to18
- Bumped supported Docker Desktop version to
>4 <4.27
- Removed lingering and dangling should-now-be-in-plugins code eg
_drupaly.js
- Reorganized core to be more like
@lando/core-next
(eg Lando 4) - Switched (fully, finally) from
github
to@octokit/rest
- Switched plugin package manager to
npm
- Removed
bundledDependencies
frompackage.json
, now handled by@lando/prepare-release-action@v3
- Removed
dayjs
dependency - Removed
github
dependency - Removed
mkdirp
dependency
DEPRECATIONS
- DEPRECATED
app.addWarning
in favor ofapp.addMessage
v3.21.0-alpha.6
This will begin to set things right
New Features
- Added
autostart
Docker Engine support to Linux - Added
lando update
command so Lando and installed plugins can self-update - Added hidden
lando setup
command to replace package installers - Added hidden
lando plugin-add
command to install external plugins - Added hidden
lando plugin-remove
command to remove external plugins - Improved
lando version
to give more total version information
Fixes
- Fixed broken Docker Compose|Desktop|Engine links
- Fixed bug causing
lando
services to reportUp
when they actuallyExited
non-zero - Fixed longstanding bug causing some debug output to print to
stdout
instead ofstderr
- Improved post-start status message granularity, they can one of
tip|info|warn|error
now - Improved post-start status message accessibility
- Improved "Update Available" warning to be less INTENSE, is now a post-start info message
Internal
- Added
app.addMessage
for more granular and accessible post-start app status reporting - Changed
lando.log
andapp.log
to be more likedebug
- Bumped minimum
node
version to18
- Bumped supported Docker Desktop version to
>4 <4.27
- Removed lingering and dangling should-now-be-in-plugins code eg
_drupaly.js
- Reorganized core to be more like
@lando/core-next
(eg Lando 4) - Switched (fully, finally) from
github
to@octokit/rest
- Switched plugin package manager to
npm
- Removed
bundledDependencies
frompackage.json
, now handled by@lando/prepare-release-action@v3
- Removed
dayjs
dependency - Removed
github
dependency - Removed
mkdirp
dependency
DEPRECATIONS
- DEPRECATED
app.addWarning
in favor ofapp.addMessage
v3.21.0-alpha.5
This will begin to set things right
New Features
- Added
autostart
Docker Engine support to Linux - Added
lando update
command so Lando and installed plugins can self-update - Added hidden
lando setup
command to replace package installers - Added hidden
lando plugin-add
command to install external plugins - Added hidden
lando plugin-remove
command to remove external plugins - Improved
lando version
to give more total version information
Fixes
- Fixed broken Docker Compose|Desktop|Engine links
- Fixed bug causing
lando
services to reportUp
when they actuallyExited
non-zero - Fixed longstanding bug causing some debug output to print to
stdout
instead ofstderr
- Improved post-start status message granularity, they can one of
tip|info|warn|error
now - Improved post-start status message accessibility
- Improved "Update Available" warning to be less INTENSE, is now a post-start info message
Internal
- Added
app.addMessage
for more granular and accessible post-start app status reporting - Changed
lando.log
andapp.log
to be more likedebug
- Bumped minimum
node
version to18
- Bumped supported Docker Desktop version to
>4 <4.27
- Removed lingering and dangling should-now-be-in-plugins code eg
_drupaly.js
- Reorganized core to be more like
@lando/core-next
(eg Lando 4) - Switched (fully, finally) from
github
to@octokit/rest
- Switched plugin package manager to
npm
- Removed
bundledDependencies
frompackage.json
, now handled by@lando/prepare-release-action@v3
- Removed
dayjs
dependency - Removed
github
dependency - Removed
mkdirp
dependency
DEPRECATIONS
- DEPRECATED
app.addWarning
in favor ofapp.addMessage
v3.21.0-alpha.4
This will begin to set things right
New Features
- Added
autostart
Docker Engine support to Linux - Added
lando update
command so Lando and installed plugins can self-update - Added hidden
lando setup
command to replace package installers - Added hidden
lando plugin-add
command to install external plugins - Added hidden
lando plugin-remove
command to remove external plugins - Improved
lando version
to give more total version information
Fixes
- Fixed broken Docker Compose|Desktop|Engine links
- Fixed bug causing
lando
services to reportUp
when they actuallyExited
non-zero - Fixed longstanding bug causing some debug output to print to
stdout
instead ofstderr
- Improved post-start status message granularity, they can one of
tip|info|warn|error
now - Improved post-start status message accessibility
- Improved "Update Available" warning to be less INTENSE, is now a post-start info message
Internal
- Added
app.addMessage
for more granular and accessible post-start app status reporting - Changed
lando.log
andapp.log
to be more likedebug
- Bumped minimum
node
version to18
- Bumped supported Docker Desktop version to
>4 <4.27
- Removed lingering and dangling should-now-be-in-plugins code eg
_drupaly.js
- Reorganized core to be more like
@lando/core-next
(eg Lando 4) - Switched (fully, finally) from
github
to@octokit/rest
- Switched plugin package manager to
npm
- Removed
bundledDependencies
frompackage.json
, now handled by@lando/prepare-release-action@v3
- Removed
dayjs
dependency - Removed
github
dependency - Removed
mkdirp
dependency
DEPRECATIONS
- DEPRECATED
app.addWarning
in favor ofapp.addMessage
v3.21.0-alpha.3
This will begin to set things right
New Features
- Added
autostart
Docker Engine support to Linux - Added
lando update
command so Lando and installed plugins can self-update - Added hidden
lando setup
command to replace package installers - Added hidden
lando plugin-add
command to install external plugins - Added hidden
lando plugin-remove
command to remove external plugins - Improved
lando version
to give more total version information
Fixes
- Fixed broken Docker Compose|Desktop|Engine links
- Fixed bug causing
lando
services to reportUp
when they actuallyExited
non-zero - Fixed longstanding bug causing some debug output to print to
stdout
instead ofstderr
- Improved post-start status message granularity, they can one of
tip|info|warn|error
now - Improved post-start status message accessibility
- Improved "Update Available" warning to be less INTENSE, is now a post-start info message
Internal
- Added
app.addMessage
for more granular and accessible post-start app status reporting - Bumped minimum
node
version to18
- Bumped supported Docker Desktop version to
>4 <4.26
- Removed lingering and dangling should-now-be-in-plugins code eg
_drupaly.js
- Reorganized core to be more like
@lando/core-next
(eg Lando 4) - Switched (fully, finally) from
github
to@octokit/rest
- Switched plugin package manager to
npm
- Removed
github
dependency - Removed
mkdirp
dependency
DEPRECATIONS
- DEPRECATED
app.addWarning
in favor ofapp.addMessage