Skip to content

Releases: lando/lando

v3.0.0-alpha.19

29 Jul 01:44
Compare
Choose a tag to compare
  • Revamped the docs to prep for beta.1 #139
  • Provided option handling for tooling routes #141
  • Added mysql-import helper #140
  • Added Pantheon pull helper #142
  • Added pv to all php images #140
  • Removed kalabox legacy path2bind4u, should allow non C:\ drive apps on Win32
  • Removed kalabox legacy desktop icon on Win32 #229
  • Switched default lando ssh user from root to you
  • Fixed broken php:5.3-apache because @uberhacker is the best :)

v3.0.0-alpha.18

23 Jul 01:05
Compare
Choose a tag to compare
  • Bumped binary to use node8, gives a nice ~33% CLI speed improvement
  • Removed references to needing to set up shared drives on win32, this happens on demand now #219
  • Moved /usr/local/bin chown setting up the start up stack. #184
  • "Fixed" hyper annoying exec hang bug on win32 with docker-compose exec shellout workaround #181
  • "Fixed" (read "provided better handing for") user 33 doesnt exist race condition #184

v3.0.0-alpha.17

19 Jul 04:42
Compare
Choose a tag to compare
  • Updated documentation #130
  • Added mailhog service #64
  • Added elasticearch service #16
  • Added support for php 5.4 #136
  • Added lando init docs link #155
  • Switched hipache to traefik for proxying. #169
  • Fixed bug where services could not curl themselves with proxy domains eg *.lndo.site #154
  • Fixed bug causing directly loaded compose files to fail URL scan. #169
  • Fixed bug where default php version for pantheon recipe was delegated to downstream #132
  • Fixed bug where Lando was not delegating --help correctly #131
  • Fixed bug where wrong LANDO_ENGINE_REMOTE_IP was borking extra_hosts #129
  • Fixed some lingering permissions errors` #129 #163 #177
  • Fixed bug where lando ssh was not dumping user into $LANDO_MOUNT #159

v3.0.0-alpha.16

19 Jul 04:12
Compare
Choose a tag to compare
  • Ensured auto-creation of /user/.lando/keys

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