Releases: lando/lando
v3.14.0
Check out the extended release notes
CLI
- Updated to
lando/cli
version3.14
Plugins
- Updated to
@lando/backdrop
version0.8.0
- Updated to
@lando/core
version3.14.0
- Updated to
@lando/drupal
version0.8.0
- Updated to
@lando/joomla
version0.8.0
- Updated to
@lando/laravel
version0.8.0
- Updated to
@lando/node
version0.8.1
- Updated to
@lando/pantheon
version0.9.0
- Updated to
@lando/symfony
version0.8.0
- Updated to
@lando/wordpress
version0.8.0
Notes
This pre-release is a bit more experimental than most pre-releases. It implements a new URL scanner
that
- Provides real time updates on the status of services URLS
- Has a new
path
option so you can configure a different path besides/
to scan - Has a new
timeout
option so you can configure the time to wait for a response from your service - Has a new
retry
option so you can configure the amount of retries the scanning does per service - Has a new
okCodes
option so you can configure additional code eg404
that should pass the scanner
See more here: https://docs.lando.dev/core/v3/scanner.html
Report scanner errors here: https://github.com/lando/lando/issues
Special
v3.11.0
v3.10.0
This release is the same as 3.9.1 but is version bumped so we can flag it as the "latest" release
A lot has happened since our last stable release so we encourage you to read:
v3.9.1
Installer
- Updated to Docker Desktop 4.16.2
CLI
- Updated to
@lando/cli
version3.9.1
Plugins
- Updated to
@lando/core
version3.8.5
Misc
- Some additional notes worth reading
😄
v3.9.0
Installer
- Updated to Docker Desktop 4.16.1
CLI
- Added a
--debug
flag - Improved
bin/lando.js
entrypoint to properly "minstrap" before it hands off to the correct runtime
Plugins
v3.8.1
v3.8.0
Installer
macOS
- Updated to Docker Desktop 4.15.0
- Updated to new Lando 4 branding
- Improved Docker Desktop installation logic, Lando will now only install Docker Desktop if it doesn't exist or is behind
- Improved UX around Docker Desktop installation
- Improved UX around architecture mismatches
Windows
- Updated to Docker Desktop 4.15.0
- Updated to new Lando 4 branding
- Improved Docker Desktop installation logic, Lando will now only install Docker Desktop if it doesn't exist or is behind
- Improved UX around Docker Desktop installation
- Improved UX around architecture mismatches
- Switched to use
wsl2
backend by default instead ofhyper-v1
CLI
- Updated to
@lando/cli
version3.8.1
Core
- Updated to
@lando/core
version3.8.2
Plugins
- Updated to
@lando/acquia
version0.7.0
- Updated to
@lando/apache
version0.7.0
- Updated to
@lando/backdrop
version0.7.0
- Updated to
@lando/compose
version0.7.0
- Updated to
@lando/dotnet
version0.7.2
- Updated to
@lando/drupal
version0.7.0
- Updated to
@lando/elasticsearch
version0.7.0
- Updated to
@lando/go
version0.7.0
- Updated to
@lando/joomla
version0.7.0
- Updated to
@lando/lagoon
version0.7.0
- Updated to
@lando/lamp
version0.7.0
- Updated to
@lando/laravel
version0.7.0
- Updated to
@lando/lemp
version0.7.0
- Updated to
@lando/mailhog
version0.7.0
- Updated to
@lando/mariadb
version0.7.0
- Updated to
@lando/mean
version0.7.0
- Updated to
@lando/memcached
version0.7.0
- Updated to
@lando/mongo
version0.7.0
- Updated to
@lando/mssql
version0.7.0
- Updated to
@lando/mysql
version0.7.0
- Updated to
@lando/nginx
version0.7.0
- Updated to
@lando/node
version0.7.0
- Updated to
@lando/pantheon
version0.7.0
- Updated to
@lando/php
version0.7.0
- Updated to
@lando/phpmyadmin
version0.7.0
- Updated to
@lando/platformsh
version0.7.0
- Updated to
@lando/postgres
version0.7.0
- Updated to
@lando/python
version0.7.0
- Updated to
@lando/redis
version0.7.0
- Updated to
@lando/ruby
version0.7.0
- Updated to
@lando/solr
version0.7.0
- Updated to
@lando/symfony
version0.7.0
- Updated to
@lando/tomcat
version0.7.0
- Updated to
@lando/varnish
version0.7.0
- Updated to
@lando/wordpress
version0.7.0
v3.6.5
Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.
Core
- Redid the package and release flow.
Plugins
- Updated to
@lando/acquia
version0.5.2
- Updated to
@lando/backdrop
version0.5.1
- Updated to
@lando/dotnet
version0.5.1
- Updated to
@lando/go
version0.5.1
- Updated to
@lando/lagoon
version0.5.3
- Updated to
@lando/mssql
version0.5.1
- Updated to
@lando/mysql
version0.5.1
- Updated to
@lando/node
version0.5.1
- Updated to
@lando/pantheon
version0.5.9
- Updated to
@lando/php
version0.5.4
- Updated to
@lando/python
version0.5.1
- Updated to
@lando/ruby
version0.5.1
v3.6.4
Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.
Plugins
- Updated to
@lando/php
version0.5.3
v3.6.3
Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.
Core
- Add/more logging PR #69
- Provide some VERY basic validation around official lando plugins PR #131
- More petty codespell corrections and other doc changes