github lando/lando v3.0.0-beta.37

6 years ago

THIS RELEASE CONTAINS SIGNIFICANT CODE REFACTORING TO HELP WITH TESTING. YOU MAY WANT TO HOLD OFF FOR A FEW VERSIONS IF YOU WANT TO BE SUPER SAFE ABOUT THINGS!

BUT IF YOU"RE AWESOME AND WANT TO HELP US, USE IT AND BREAK IT AND SUBMIT ISSUES. If you do experience any issues try the following corrective action first:

  1. lando rebuild any failing apps
  2. lando destroy and then lando start any failing apps
  3. Restart the docker daemon
  4. Restart your computer
  5. docker rm -f CONTAINER_ID any containers throwing errors
  6. Reset the docker daemon to factory defaults (this will blow up all your containers)
  7. Submit an issue to GitHub
  8. Revert to beta.35 :(

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.devwithlando.io/

  • Added run and run_as_root as the preferred build step keys #745
  • Added run_internal and run_as_root_internal for lando to use for programmatic build steps #745
  • Added some functional tests to get us moving on testing #675
  • Added legitmate cross-project service networking #640
  • Added postgresql-client to php images #717
  • Broadened scope of build step re-run to increase start stability #683
  • Changed default interactive yes/no prompts to no #669
  • Changed proxy to be less aggresive on docker restarts #761
  • Documented common .lando.yml syntax more explicitly #643
  • Finally moved over to all the eslint #620
  • Fixed bug where offline mode was failing on metrics check #630
  • Fixed bug where php 5.3 apache was not starting correctly #652
  • Fixed GitHub API rate limit bug #598
  • Fixed postgres persistent storage and config loading #39
  • Fixed bug where lando pull fails to replace wordpress URLs in db #711
  • Improved build step failure UX #683
  • Improved speed of lando init METHOD driven git clone #178
  • Improved overriding of global config through envvars #647
  • Improved lando start so it wait for services that need a healthcheck #677
  • Improved default php sendmail behavior #756
  • Provided some corrective action around proxy start failures #632
  • Refactored the code to increase testibility and reduce complexity and dependents #620
  • Removed disableAutoComposerInstall and pantheon recipe auto composer install #501
  • Removed dependency on grunt #639
  • Switched to all the yarn #639
  • Updated drush launcher to version 0.5.1 #666
  • Updated docs to reflect new refactor, dx and governance. #685
  • Updated terminus to version 1.7.1

Don't miss a new lando release

NewReleases is sending notifications on new releases.