What's new in Lando 3.0.0-rrc.3

Mike PirogMike Pirog|Fri, Apr 3, 2020

As we continue to march towards our official release on May 4, 2020 we wanted to keep you up to date with some of the changes we are making along the way. Here are the highlights for 3.0.0-rrc.3.

1. Release channels and change throttling

One of the bigger challenges we've run into since we crossed the 10K user threshold has been delivering updates, new features and bug fixes while minimizing regressions and breaking changes. This challenge is particularly difficult for software like Lando with dependencies that by their nature are moving targets. Development and technology never stop changing!

Of course this challenge is further compounded by the limited time and resources (cough SPONSOR LANDO cough) we have to work on Lando, which is, afterall, free and open source software. Traditionally we've relied heavily on feedback from power users to help us test new releases. At scale, however, this model begins to break down as power users become an increasing minority and other users, who have a higher expectation for stability, become more commonplace. To address this bifurcation we are introducing Release Channelsopen in new window so that users can opt in to a velocity of change that makes sense for them.

The tl;dr there is if you want to try out the bleeding edge and help us with bug reports and feedback then lando --channel edge from 3.0.0-rrc.3 or higher. If you'd rather opt for a safer road then do nothing because that is the default. If you'd like to get even more bleeding edge you can also lando --experimental and opt into mostly-still-in-development features.

If you'd like to learn more then check out our official docs on release channelsopen in new window and experimental modeopen in new window.

2. Docker updates

If you've struggled with the latest Docker Desktop 2.2 series, particularly on Windows then you aren't aloneopen in new window. We've been monitoring these upstream dependencies closely and are rolling new Lando releases, like this one, when important fixes are released.

Yesterday Docker rolled out Docker Desktop 2.2.0.5 which fixes a bunch of file sharingopen in new window related issues on Windows. It's included with Lando 3.0.0-rrc.3.

3. The sun sets on lando share, for now

Lando has long given you publicly accessible URLs for any of your locally running sites with lando share. Generally this has been used to share your work with others and test on mobile devices. Under the hood we've been able to offer this for free by leveraging localtunnelsopen in new window free public service. Sadly, this service is no longer available and the project is no longer maintained.

In the near future we will likely document a way to use ngroks free service with Lando. This should provide a similar experience to what was previously available in Lando but will require some additional setup on the users end.

We are also working on our own sharing solution that will be more feature-rich and available to all Lando sponsors. This way we can provide more value to our sponsors, cover the costs of the service and provide a better, faster and easier way for our users to share their sites. And of course, your sponsorship dollars will also go towards helping us make Lando even better.

If you'd like to get a head start on that we recommend you sponsor now.

4. Pantheon integration improvements

We've taken the first step on a refresh of our Pantheonopen in new window integration. Expect more in the upcoming releases. The highlights here are:

  • Lando will now check out your pantheon.yml and use the version of Drush you've indicated there down to Drush 8.
  • We've updated to Terminus 2.3.0, Drush 8 to 8.3.2, Composer to 1.10.1, these all require a lando rebuild on existing apps to get.
  • You now can see a complete list of your sites on lando init, previously this was capped at around 270 sites

5. Other changes

I'd definitely like to mention the Lando proxy now supports subdirectories. This is a super cool new feature contributed by @bartlangelaanopen in new window that enables you to do something like:

proxy:
  appserver:
    - name.lndo.site
  api:
    - name.lndo.site/api
  admin:
    - name.lndo.site/admin/portal

And, here are the full release notes for 3.0.0-rrc.3:

6. Coming up

We're currently planning to release 3.0.0-rrc.5 on April, 24th with an intermediate release of 3.0.0-rrc.4 somewhere in between now and then based on necessity. We also will bump the current 3.0.0-rrc.3 edge release to stable sometime next week if it hits our stability threshold. Beyond that we are looking to work on

That's the update!