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-rrc.8

Published by pirog over 4 years ago

This is an edge release.

Edge releases contain the newest bug fixes and features and may be less stable as a result. If you are an intrepid developer who wants to try the latest and greatest and/or wants to help report bugs then try this release out.

Otherwise, scroll down and use the first release that has the green Latest Release tag. For more information about the Lando release cycle check out this.

  • Added warnings if user is using unsupported Docker versions #678
  • Improved Lando update check to be non-blocking
  • Improved warnings if needed Docker dependencies are not installed #1901

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

lando - v3.0.0-rrc.7

Published by pirog over 4 years ago

This is an edge release.

Edge releases contain the newest bug fixes and features and may be less stable as a result. If you are an intrepid developer who wants to try the latest and greatest and/or wants to help report bugs then try this release out.

Otherwise, scroll down and use the first release that has the green Latest Release tag. For more information about the Lando release cycle check out this.

  • Fixed bug where proxy was not honoring new bindAddress or proxyBindAddress settings #2200
  • Fixed bug causing Lando to not install on versions of macOS it actually supports #2203

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rrc.6

Published by pirog over 4 years ago

This is an edge release.

Edge releases contain the newest bug fixes and features and may be less stable as a result. If you are an intrepid developer who wants to try the latest and greatest and/or wants to help report bugs then try this release out.

Otherwise, scroll down and use the first release that has the green Latest Release tag. For more information about the Lando release cycle check out this.

  • Silenced loadkeys on inits that require key loading
  • Improved node service so it uses the node user if it does not use privileged ports
  • Improved app reporting so it doesnt hang the process if reporting node is spinning
  • Fixed bug where you needed to run lando rebuild twice to clear the "This app was built on a different version of Lando" warning
  • Fixed bug where proxy was not finding the correct port for multi-port proxied services
  • Fixed bug where node services using a custom ssl port do not get assigned a https://localhost:PORT address correctly
  • Fixed bug where failed healthchecks were not sending correct error code
  • Fixed bug causing mongodb services to fail healthchecks
  • Fixed bug causing maxKeyWarning to continue showing even after user has taken action #2186

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rrc.5

Published by pirog over 4 years ago

This is an edge release.

Edge releases contain the newest bug fixes and features and may be less stable as a result. If you are an intrepid developer who wants to try the latest and greatest and/or wants to help report bugs then try this release out.

Otherwise, scroll down and use the first release that has the green Latest Release tag. For more information about the Lando release cycle check out this.

  • Added extremely experimental, for-testing-purposes-only support for Lagoon Drupal 8 projects, read more
  • Added legacy SIMPLETEST_ envvars to Drupaly recipes #1269
  • Added ability for users to control which host ssh keys Lando uses #2031
  • Added reasonable max-file and max-size limits to services so logs don't grow indefinitely #1774
  • Added proxy support for any level of subdomains #1819
  • Changed the default bind address to 127.0.0.1 and made bindAddress globally configurable #2035
  • Fixed regression causing weird newlines on some console output #2178
  • Fixed bug causing Pantheon pull and push to fail when checked out to branch that wasnt also a multidev env #2153
  • Fixed bug causing Pantheon lando push to push to unexpected environments #2153
  • Fixed bug causing ERR_INVALID_REDIRECT for some proxied servives #2149
  • Fixed bug causing app start to fail if proxy was unable to locate suitable ports #1857
  • Fixed bug causing ssh to fail when username or keypaths had spaces in them #2031
  • Improved logging and error handling
  • Improved spelling and grammar in docs, code and comments, thanks @uberhacker!
  • Upgraded to traefik 2.2 #1819

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rrc.4

Published by pirog over 4 years ago

This is an edge release.

Edge releases contain the newest bug fixes and features and may be less stable as a result. If you are an intrepid developer who wants to try the latest and greatest and/or wants to help report bugs then try this release out.

Otherwise, scroll down and use the first release that has the green Latest Release tag. For more information about the Lando release cycle check out this.

  • Added support for postgres:12 #2133
  • Added a lando rebuild warning if app becomes out of sync with Lando #2098
  • Added option to configure the default-authentication-plugin for mysql:8 services #2135
  • Improved "starty" UX to communicate warnings eg "a healthcheck failed" better #1088
  • Improved app start so it throws helpful instructions when start fails #2098
  • Improved healthchecks so they no longer consume CPU while idle #1088
  • Improved proxy so it automatically recreates itself when Lando is updated
  • Improved external_connection.host so it uses 127.0.0.1 instead of localhost, this helps situations where the user has mysql running over a socket on their host
  • Fixed bug causing a custom named landoFile and custom pre and post Landofiles to not be recognized correctly #1919
  • Fixed bug causing all multicommand tooling to run as www-data instead of the meUser eg node for node services #1877
  • Fixed bug causing services built from local Dockerfiles to error when run from subdirectories #2102
  • Fixed bug causing recipes to not properly identify pullable and locally built services
  • Fixed bug causing lando push --code to fail if git user.name or user.email are not set #47
  • Set default-authentication-plugin to mysql_native_password for LAMP MySQL 8 recipes #2135

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rrc.3

Published by pirog over 4 years ago

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Added separate edge and stable release channels, read more
  • Added an experimental flag so users can access bleeding edge features, read more
  • Added PATH_INFO and PATH_TRANSLATED to the default nginx fastcgi_params #1987
  • Added webp support to php 7 images #1715
  • Added subdirectory support to the proxy #1824
  • Added support for pantheon.yml's' drush_version
  • Increased limit on amount of sites we can get from the Pantheon API #988
  • Fixed bug where PATH_INFO was not set in the pantheon recipe #1987
  • Fixed bug causing a silent error when trying to lando pull --code test|live using pantheon recipe #2021
  • Fixed bug causing Windows path separators to cause SQL Import/Export scripts to fail #1823
  • Fixed bug causing --host flag using = to produce unexpected results on db-import/export #2007
  • Improved lando db-import and lando db-export to allow absolute paths #1768
  • Improved feedback from lando db-import and lando db-export commands #2027
  • Improved tooling stdio configurability and stderr discovery #2021
  • Readded previous phpmyadmin 4.x versions for better backwards compatibility #2062
  • Set COMPOSER_MEMORY_LIMIT to '-1'
  • Updated to composer version 1.10.1 #2096
  • Updated to latest xdebug in php version 7.4 #2099
  • Updated drush 8 to 8.3.2 #2097
  • Updated to Docker Desktop 2.2.0.5 #2052 #2122

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rrc.2

Published by pirog over 4 years ago

This is an edge release.

Edge releases contain the newest bug fixes and features and may be less stable as a result. If you are an intrepid developer who wants to try the latest and greatest and/or wants to help report bugs then try this release out.

Otherwise, scroll down and use the first release that has the green Latest Release tag. For more information about the Lando release cycle check out this.

  • Added support for go versions 1.12-1.14,
  • Added support for solr 8 #1765
  • Added new solr 7 minor versions #1765
  • Added support for .mjs files in nginx #1537
  • Added documentation on how to set vm.max_map_count correctly if you cannot run elasticsearch correctly #1967
  • Fixed bug caused by setting TERMINUS_VERSION in Pantheon appserver images #1872
  • Fixed bug causing build steps to not run if app was manually removed #2079
  • Fixed bug with app name names containing spaces #1767
  • Fixed bug causing crash on macOS if Docker is not installed first
  • Fixed bug causing CLI array data to vanish on Windows, thanks @rabauss! #2063
  • Officially documented file performance excludes feature #763 #1460
  • Updated go to use 1.14 as the default version #2009
  • Updated phpmyadmin to use 5.0 as the default version #2062
  • Upgraded to terminus 2.3.0 #2062

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rrc.1

Published by pirog over 4 years ago

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Downgraded Docker Desktop for Windows to 2.2.0.3 because #2052 #2076
  • Switched pre-release series because apparently linux cares #2072
  • Updated Docker Desktop for macOS installer to handle the 2.1 -> 2.2 upgrade better

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-aft.2

Published by pirog over 4 years ago

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Added support for mariadb 10.4 #2004
  • Added patch version pinning to bitnami based services #2057
  • Added rsync to the php:7.4 image #2056
  • Fixed bug causing --secret-toggle to break packaged landos
  • Fixed bug causing prerelease version comparison produce unexpected results #2049
  • Fixed breaking upstream change in all bitnami based services #2057

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-aft.1

Published by pirog over 4 years ago

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Added signed windoze installer and binary #2037
  • Added support for node 12 and 13 #1866
  • Added support for new node 10 and 11 minor versions #1981
  • Added support for php 7.4 #1891
  • Added json and table formats to some lando commands #1737
  • Added compatibility for Docker Desktop 2.2.0.4 on macOS and Windows #1975
  • Fixed bug causing cli output colorization in non TTY contexts #1789
  • Fixed bug causing memcached to not boot up correctly #1827
  • Improved macOS and Windows Lando installers #1975
  • Improved build step and restart performance #2013
  • Rebased lando on node 12 for MOAR SPEEDS #2037
  • Removed lingering reference to Git for Windows in Windoze intaller #1865
  • Updated to docker-compose 1.25.4 #1975
  • Updated to Docker Desktop 2.2.0.4 for macOS and Windows #1975
  • Updated xdebug to latest in php 7.2 and 7.3
  • Updated functional tests to use hyperdrive 0.6.1 #2037

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

lando - v3.0.0-rc.23

Published by pirog almost 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

ALSO, STILL, SERIOUSLY, READ THE DOCS!: https://docs.lando.dev/

  • Added process handling and management to shell.js
  • Added an opt-in for crash and error reporting
  • Added sponsorship options to the website and docs #0
  • Added The Lando Alliance to the website #0
  • Added Catalina support via Notarization #1829
  • Clarified and updated Terms of Use and Privacy Policy
  • Fixed NET::ERR_CERT_INVALID on Chrome, may require lando restart #1831
  • Improved anonymity of usage reporting
  • Improved metrics server
  • Updated to Docker Desktop 2.1.0.5
lando - v3.0.0-rc.22

Published by pirog about 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Updated to Docker Desktop 2.1.0.2/3 for Catalina prep
lando - v3.0.0-rc.21

Published by pirog about 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Fixed upstream bug with apache #1804
  • Fixed upstream bug with memcached #1804
  • Improved documentation search with Algolia #1756
lando - v3.0.0-rc.20

Published by pirog about 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

lando - v3.0.0-rc.19

Published by pirog about 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Fixed critical breaking upstream change that prevented the mysql service from restarting #1718
  • Updated to Docker Desktop 2.1.0.0 and docker-compose 1.24.1
lando - v3.0.0-rc.18

Published by pirog over 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Added better functional tests for postgres #1663
  • Added support for elasticsearch:7 #1672
  • Fixed borked elasticsearch service caused by breaking upstream change in bitnami/elasticsearch #1561 #1672
  • Fixed borked mongo service caused by breaking upstream change in bitnami/mongodb #1674
  • Fixed bug preventing changeds to custom solr config from showing up after lando restart #1557
  • Pinned our php images to use stretch #1680
  • Updated default psql client to match our default postgres version (10) #1680
  • Updated backdrop drush to 1.0.0
lando - v3.0.0-rc.17

Published by pirog over 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Fixed broken lando share command #1582
  • Fixed breaking upstream change in apache service
  • Fixed breaking upstream change in postgres service #1612
  • Updated backdrop drush to 0.1.1
lando - v3.0.0-rc.16

Published by pirog over 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Added a php 7.3 appserver container to pantheon recipes #1595
  • Added better feedback after lando --clear #1572
  • Added a duplicate CA Cert ending in crt for greater compatibility #1550
  • Added support for mariadb 10.3 #1603
  • Fixed bug causing custom engineConfig.certPath to fail with ReferenceError: path is not defined #1571
  • Fixed bug causing ssh keys to not load if one key had a filename with a space in it #1593
  • Fixed bug causing Linux installer to fail when /proc/sys/vm/max_map_count does not exist #1586
  • Rebased php images on stretch where applicable #1554
  • Suppressed terminus update warning #1551
  • Updated source lists for php images still running on jessie #1554
  • Updated drush defaults to latest versions #1543
  • Updated terminus to version 2.0.1 #1551
lando - v3.0.0-rc.15

Published by pirog over 5 years ago

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • This release has no content or changes. It's meant to repopulate S3 assets.
lando - v3.0.0-rc.14

Published by pirog over 5 years ago

PLEASE PLEASE PLEASE FOR THE LOVE OF ALL THINGS THAT ARE HOLY AND GOOD READ THE BELOW BEFORE PROCEEDING!!!

WHILE WE'VE TRIED TO MAINTAIN BACKWARDS COMPATIBILITY WE RECOMMEND YOU READ THE BELOW IF YOU ARE UPDATING FROM PRE RC2

  1. CHECK OUT THE BIG CHANGES IN RC.2!
  2. USE THIS GUIDE TO UPDATE YOUR LANDOFILES

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

  • Added phantomjs 1.7.0 to pantheon recipes #1507
  • Documented ability to set custom vhosts and server config for php services and laempy recipes #1523
  • Fixed mount denied error on Windows when using hyperdrived directories #1510
  • Fixed incorrectly set PYTHONUSERBASE #1519
  • Fixed destroy events so they actually get loaded on a lando destroy #1531
  • Fixed pre-rebuild event #1531
  • Improved permission handling for hyperdrived directories