Skip to content

Releases: florianPat/lando-core

v3.23.7-compose

17 Nov 20:35
Compare
Choose a tag to compare

Update to the upstream core and fix the "update" command not downloading a cli version that is higher than the highest possible core version.

v3.23.3-compose

07 Nov 20:44
Compare
Choose a tag to compare

Update to upstream lando core v3.23.3 and update the core fork with lando update

v3.23.2-compose

01 Nov 11:04
Compare
Choose a tag to compare
  • Update to upstream core v.3.23.2

v3.22.3-compose

20 Oct 18:34
Compare
Choose a tag to compare
  • update to core v3.22.3
  • exec can now also be used if the docker composition is not yet running
  • add special '_init' services to events and tooling to run commands outside of the docker compose project
  • add 'bootstrap' event which triggers on a first start/after a destroy - so with fresh volumes

v3.22.1-compose

13 Oct 13:42
Compare
Choose a tag to compare

Update to the lastest lando core and fix permission race condition

v3.22.0-beta.7-compose

02 Oct 09:35
Compare
Choose a tag to compare

Update to the lastest lando core and fix permission race condition NOT with wait for user (which was even buggy) but with a perm sweep.
Faster start, happier users!

Happy using!

v3.22.0-beta.3-compose

08 Aug 09:23
Compare
Choose a tag to compare
fix(host-lando-internal): Add host.lando.internal also to the

docker-compose services. I should not do the hack in the app.js and just
create a builder for the docker-compose files and base _lando on top of
that

v3.21.2-compose

30 Jul 15:11
Compare
Choose a tag to compare
feat(ssh): Just share the ssh directory

Refs: https://github.com/lando/lando/issues/3373