Skip to content

Releases: lando/lando

v3.0.0-alpha.15

19 Jul 03:40
Compare
Choose a tag to compare
  • Fixed bug where wrong LANDO_ENGINE_REMOTE_IP was borking extra_hosts #129
  • Fixed some lingering permissions errors` #129 #163 #177

v3.0.0-alpha.14

18 Jul 09:06
Compare
Choose a tag to compare
  • Updated documentation #130

v3.0.0-alpha.9

29 Jun 06:33
Compare
Choose a tag to compare
  • Removed unison file sharing in favor of osxfs. #41
  • Added phpmyadmin service. #66
  • Fixed bug where multiple DBs on the same app were sharing the same data volume. #66
  • Added undocumented LANDO_NO_SCRIPTS envvar to handle alpine containers that cannot handle auto-script running. #66
  • Fixed a bug where not specifying a site in the config for a pantheon recipe would throw an error.
  • Improved handling around loading and dumping of YAML files.
  • Added auto SSH key forwarding. #63
  • Added lando init command. #110
  • Added pantheon init method. #110
  • Added github init method. #110

v3.0.0-alpha.13

29 Jun 11:07
Compare
Choose a tag to compare
  • Fixed util container scripts to be set to executable
  • Fixed regression where scripts lost executability
  • Fixed bug where init method permissions were stopping ssh-keygen on linux
  • Tweaked init permission handling on windoze
  • Fixed persistent cache fail on windoze
  • Updated linux to use docker-compose 1.14.0
  • Included routes.json in executable
  • Fixed bug where lando init mysite github --recipe pantheon was not giving Pantheon options
  • Removed unison file sharing in favor of osxfs. Requires Docker for Mac 17.04+. #41
  • Added phpmyadmin service. #66
  • Fixed bug where multiple DBs on the same app were sharing the same data volume. #66
  • Added undocumented LANDO_NO_SCRIPTS envvar to handle alpine containers that cannot handle auto-script running. #66
  • Fixed a bug where not specifying a site in the config for a pantheon recipe would throw an error.
  • Improved handling around loading and dumping of YAML files.
  • Added auto SSH key forwarding. #63
  • Added lando init command. #110
  • Added pantheon init method. #110
  • Added github init method. #110

v3.0.0-alpha.12

29 Jun 10:28
Compare
Choose a tag to compare
  • Fixed regression where scripts lost executability

v3.0.0-alpha.11

29 Jun 09:21
Compare
Choose a tag to compare
  • Fixed bug where init method permissions were stopping ssh-keygen on linux
  • Tweaked init permission handling on windoze
  • Fixed persistent cache fail on windoze

v3.0.0-alpha.10

29 Jun 07:35
Compare
Choose a tag to compare
  • Updated linux to use docker-compose 1.14.0
  • Included routes.json in executable
  • Fixed bug where lando init mysite github --recipe pantheon was not giving Pantheon options

v3.0.0-alpha.8

25 Jun 06:44
Compare
Choose a tag to compare
  • Fixed pantheon recipe not sharing prepend.php and pantheon.vcl correctly.

v3.0.0-alpha.7

25 Jun 05:53
Compare
Choose a tag to compare
  • Added laravel recipe. #94
  • Added pantheon recipe. #95
  • Fixed volume mounting bug that was causing no css or js to show up on nginx on linux
  • Fixed incorrect DB_PORT env for L{A|E}MP recipes using postgres. #111

v3.0.0-alpha.6

20 Jun 07:22
Compare
Choose a tag to compare
  • Switched from encloseJS to pkg. #108
  • Added .gitattributes to force LF checkout of container files. #108
  • Fixed broken win32 build. #108