lando

A development tool for all your projects that is fast, easy, powerful and liberating

GPL-3.0 License

Stars
4K
Committers
219

Bot releases are visible (Hide)

lando - v3.0.0-beta.40

Published by pirog over 6 years ago

Beta 40 is currently in PRERELEASE state. If you are experiencing issues after upgrading, rollback to beta 39 until our next stable release.

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

  • Added Arch-based distro pacman package build support #814
  • Added Prestissimo to all PHP services #62
  • Added $LANDO_INFO so every service has information about every other service #727
  • Correct licence used when packaging application
  • Fixed bug in app names containing _|-|. #697
  • Fixed bug in app names containing uppercase letters #829
  • Fixed various bugs related to database credential overrides #853
  • Fixed various bugs related to db-import/export on additional database services #853
  • Signed all container certs with new Lando Local CA #446
  • Updated terminus to version 1.8.0 #848
lando - v3.0.0-beta.39

Published by pirog over 6 years ago

WE HIGHLY RECOMMEND YOU UPDATE TO THIS VERSION!!!

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

  • Fixed bug where linux LANDO_ENGINE_REMOTE_IP was not set to detected IP
  • Updated problematic Docker for Mac 59 to Docker for Mac 60
lando - v3.0.0-beta.38

Published by pirog over 6 years ago

WE HIGHLY RECOMMEND YOU UPDATE TO THIS VERSION!!!

NOTE: If you are using Linux and your XDEBUG is no longer working, try the latest DEV release

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

  • Added better support for internal resolution of proxy domains
  • Added COMPOSE_CONVERT_WINDOWS_PATHS on Windows to help mitigate known Docker for Windows bug #823
  • Changed healthcheck retries to numbers per Compose file format #796
  • Fixed new networking layer to alleviate multi-app-running "weirdness" #640
  • Fixed intermittent permission borking for Linux users using alpine-based services #795
  • Improved linux Docker start command handling #659
  • Improved handling and documentation of upload issues on Windows #396
  • Improved and simplified our examples #798 #801
  • Switched to use new host.docker.internal for host resolution from container.
lando - v3.0.0-beta.37

Published by pirog over 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
lando - v3.0.0-beta.35

Published by pirog almost 7 years ago

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

  • Fixed bug in URL scanning where no color was specified for caught errors #627
  • Fixed bug in URL scanning where wilcard domains were unintentionally being scanned #627
  • Fixed bug in Windows where custom php config file was being mounted with wrong path separator #625
lando - v3.0.0-beta.34

Published by pirog almost 7 years ago

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

  • Added ability to disable lando provided tooling commands #472
  • Added support for php 7.2 to Pantheon recipes
  • Added support for wildcard proxy domains #618
  • Fixed bug preventing usage of --dest flag in lando inits #584
  • Fixed bug where cli containers were reporting not existing on first run #586
  • Fixed bug where cli containers were not inheriting overrides #586
  • Fixed annoying permissions bug on non-root run services on Linux #437
  • Fixed bug where build steps ignored -s flag on lando rebuild #596
  • Improved handling of custom php.ini files so injection is clearer #589
  • Improved handling of docker too-many-networks error #274
lando - v3.0.0-beta.33

Published by pirog almost 7 years ago

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

  • Fixed a bug where Pantheon recipes were erroring on no solr user #611
lando - v3.0.0-beta.32

Published by pirog almost 7 years ago

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

  • Added some small changes needed by Pantheon Localdev
  • Added a Tomcat service #568
  • Added known_hosts mapping #601
  • Added support for php 7.2 #578
  • Fixed nasty custom solr conf bug #551
  • Improved handling of non-standard proxy ports
  • Improved feedback to user when the docker engine is down #550
lando - v3.0.0-beta.31

Published by pirog almost 7 years ago

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

  • Added READMEs to our examples #51
  • Give error when trying to run Lando with sudo #545
lando - v3.0.0-beta.29

Published by pirog almost 7 years ago

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

  • Added drush: false to Drupaly recipes to turn off Lando drush handling #535
  • Added drush: composer to Drupaly recipes to install Drush Launcher (good for Drupal 8.4+) #536 #537
  • Added drush: path:/PATH to Drupaly recipes to manually specify the Drush path #542
  • Added apcu extension for php where applicable #541
  • Added intl and gettext extensions for php #528
  • Udpated base images to jessie where applicable #539
lando - v3.0.0-beta.28

Published by pirog almost 7 years ago

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

  • This release is only intended to verify the new update logic #430
lando - v3.0.0-beta.27

Published by pirog almost 7 years ago

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

  • Signed macOS package.
  • Improved update considerations #430
lando - v3.0.0-beta.26

Published by pirog almost 7 years ago

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

  • Added solr 6.6, 7.0, 7.1 #513
  • Improved solr to inject core specific config as well.
  • Improved support for python #444
  • Persisted solr index data through rebuilds #59
lando - v3.0.0-beta.25

Published by pirog almost 7 years ago

THIS RELEASE SHOULD AUTOFIX #497 SEE BULLET BELOW FOR DETAIL

  • Error: EISDIR: illegal operation on a directory, open '/Users/{ME}/.lando/services/config/nginx/fastcgi_params' error.

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

  • Added HTTP_USER_AGENT_HTTPS as an nginx server var #423
  • Improved tmp directory handling for pantheon recipes #481
  • Improved handling of botched script/conf file injection #497
lando - v3.0.0-beta.24

Published by pirog almost 7 years ago

HOTFIX RELEASE!!!

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

  • Fixed missing nginx conf file
lando - v3.0.0-beta.23

Published by pirog almost 7 years ago

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

  • Added ability to add global envvars through config.yml #479
  • Added disableAutoComposerInstall settings to allow users to disable auto composer install on pantheon recipe start ops #464
  • Clarified and standarized docs around loading custom config files for php-y things #410
  • Improved handling of HTTPS server var for php things #486
  • Improved handling of custom php.ini files so they override better #410
  • Improved pantheon.yml and pantheon.upstream.yml handling #453
  • Improved Getting Started docs #326
  • Improved Terminus docs #454
  • Increased THREAT LEVEL of malformed .lando.yml files #457
  • Removed the deletion of user configuration files for Lando during un-install on Linux and OSX #470
  • Upgraded terminus to 1.6.1 for pantheon recipes lando rebuild required #487
lando - v3.0.0-beta.22

Published by pirog almost 7 years ago

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

  • Added support for pantheon.upstream.yml #425
  • Changed default DB and files lando push targets to none on Pantheon recipe #422
  • Fixed drush compatibility on Backdrop sites using php 5.3 #418
  • Update Backdrop Drush to 0.0.6
lando - v3.0.0-beta.21

Published by pirog about 7 years ago

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

This update contains potentially breaking changes for Windows users!!! Please be mindful of the install prompts.

  • Improved messaging and customization around Windows installer #398
  • Improved lando pull for pantheon recipes to not clear caches on live env #406
  • Updated to use new Docker for Windows installer (#thanksdocker) #405
lando - v3.0.0-beta.20

Published by pirog about 7 years ago

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

  • Added go service #70
  • Added --stdout flag to db-export #349
  • Added ability to pipe data into db-import (this is currently finicky) #349
  • Added memcached php extension to core php image #343
  • Added exif php extension to core php image #371
  • Added info about installed php extensions #343
  • Added --no-wipe flag to db-import to prevent above #353
  • Added documentation on how to use Lando when behind a proxy #363 #369
  • Added machine identifier to Lando-generated ssh keys #388
  • Added global config option loadPassphraseProtectedKeys to load passphrase protected keys #344
  • Added Apache Tika to Pantheon recipes #350
  • Switched db-import to wipe target DB before import #353
  • Switched Pantheon lando pull to purge local DB first before importing remote one #353
  • Switched drupal8 recipe to install global Drupal Console by default #381
  • Upgraded to terminus 1.6.0. #343
  • Fixed bug reporting manifest for solr:4.10 not found #380
lando - v3.0.0-beta.19

Published by pirog about 7 years ago

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

  • Hotfixed regression introduced by #351 that borked lando #376