Releases: florianPat/lando-core
Releases · florianPat/lando-core
v3.23.7-compose
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
Update to upstream lando core v3.23.3 and update the core fork with lando update
v3.23.2-compose
- Update to upstream core v.3.23.2
v3.22.3-compose
- 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
Update to the lastest lando core and fix permission race condition
v3.22.0-beta.7-compose
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
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
feat(ssh): Just share the ssh directory Refs: https://github.com/lando/lando/issues/3373