Skip to content

Releases: lando/core

v3.17.2

20 Jun 18:37
Compare
Choose a tag to compare
  • Fixed busted cutover to new release process take 2

v3.17.1

20 Jun 18:33
Compare
Choose a tag to compare
  • Fixed busted cutover to new release process

v3.17.0

20 Jun 18:27
Compare
Choose a tag to compare
  • Added ~/.lando/bin as preferred install location for Docker Compose
  • Switched release flow over to @lando/prepare-release-action
  • Docker Compose 1.29.2 will now be automatically installed to ~/.lando/bin if a suitable version is not detected, this is to prepare for Docker Compose V1 being removed from Docker Desktop

v3.16.2

05 Jun 15:27
Compare
Choose a tag to compare
  • Fixed bug causing key sanitization to mutate the underlying data

v3.16.1

25 May 18:42
Compare
Choose a tag to compare
  • Added metadata required for @lando/core to be pass plugin validation

v3.16.0

11 May 13:29
Compare
Choose a tag to compare
  • Added default okCodes to the scanner to allow 3xx and 404 #39.

v3.15.0

07 Apr 12:59
Compare
Choose a tag to compare
v3.15.0 Pre-release
Pre-release
  • Added maxRedirects as a configurable option of the new scanner
  • Reverted new url scanner to not follow redirects by default, this is more aligned with the behavior of the older scanner. READ MORE

v3.14.0

02 Mar 01:40
Compare
Choose a tag to compare
v3.14.0 Pre-release
Pre-release

Extended release notes

Changelog

  • Added new and improved URL scanner provides real time feedback on service status. READ MORE
  • Improved scanner reliability by preferring IPv4 #21

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 eg 404 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

v3.11.0

26 Feb 18:59
Compare
Choose a tag to compare
  • Added detection of MySQL 8 DBs for laemp recipes to insert appropriate config lando/lando#1426

v3.10.0

23 Jan 13:24
Compare
Choose a tag to compare
  • Bumped version just to indicate push to stable