Skip to content

Releases: lando/core

v3.21.0-alpha.10

03 Jan 19:11
Compare
Choose a tag to compare
v3.21.0-alpha.10 Pre-release
Pre-release
  • Removed dangling reference to utils.appMachineName to fix init issue.

v3.21.0-alpha.9

12 Dec 15:25
Compare
Choose a tag to compare
v3.21.0-alpha.9 Pre-release
Pre-release

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

07 Dec 16:40
Compare
Choose a tag to compare
v3.21.0-alpha.8 Pre-release
Pre-release
  • This release has no new content, it exists to test new lando update flows

v3.21.0-alpha.7

07 Dec 16:32
Compare
Choose a tag to compare
v3.21.0-alpha.7 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 and app.log to be more like debug
  • Bumped minimum node version to 18
  • 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 from package.json, now handled by @lando/prepare-release-action@v3
  • Removed dayjs dependency
  • Removed github dependency
  • Removed mkdirp dependency

DEPRECATIONS

  • DEPRECATED app.addWarning in favor of app.addMessage

v3.21.0-alpha.6

06 Dec 03:00
Compare
Choose a tag to compare
v3.21.0-alpha.6 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 and app.log to be more like debug
  • Bumped minimum node version to 18
  • 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 from package.json, now handled by @lando/prepare-release-action@v3
  • Removed dayjs dependency
  • Removed github dependency
  • Removed mkdirp dependency

DEPRECATIONS

  • DEPRECATED app.addWarning in favor of app.addMessage

v3.21.0-alpha.5

06 Dec 01:17
Compare
Choose a tag to compare
v3.21.0-alpha.5 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 and app.log to be more like debug
  • Bumped minimum node version to 18
  • 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 from package.json, now handled by @lando/prepare-release-action@v3
  • Removed dayjs dependency
  • Removed github dependency
  • Removed mkdirp dependency

DEPRECATIONS

  • DEPRECATED app.addWarning in favor of app.addMessage

v3.21.0-alpha.4

06 Dec 00:24
Compare
Choose a tag to compare
v3.21.0-alpha.4 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 and app.log to be more like debug
  • Bumped minimum node version to 18
  • 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 from package.json, now handled by @lando/prepare-release-action@v3
  • Removed dayjs dependency
  • Removed github dependency
  • Removed mkdirp dependency

DEPRECATIONS

  • DEPRECATED app.addWarning in favor of app.addMessage

v3.21.0-alpha.3

05 Dec 03:04
Compare
Choose a tag to compare
v3.21.0-alpha.3 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 to 18
  • 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 of app.addMessage

v3.21.0-alpha.2

05 Dec 02:21
Compare
Choose a tag to compare
v3.21.0-alpha.2 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 to 18
  • 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 of app.addMessage

v3.21.0-alpha.1

04 Dec 20:54
Compare
Choose a tag to compare
v3.21.0-alpha.1 Pre-release
Pre-release

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 report Up when they actually Exited non-zero
  • Fixed longstanding bug causing some debug output to print to stdout instead of stderr
  • 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 to 18
  • 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
  • Removed github dependency
  • Removed mkdirp dependency

DEPRECATIONS

  • DEPRECATED app.addWarning in favor of app.addMessage