Releases: HDNET/lando-core
v3.26.3-1florianPat.0
- Rebase to latest upstream
- Be able to rebuild if there is a built docker compose service with an image name (before, lando tried to pull this one)
- Fewer mounts in the lando directory to get moar performance!1!
- No install location creaziness anymore: All is in the .lando/bin folder, not in any Cache folders
- Do not setup shellenv per default as the symlink in /usr/loca/bin does all we need here and is just simpler
v3.23.27-5florianPat.3
Bump traefik to fix docker engine v29 update and the api restructuring with go modules
v3.23.27-5florianPat.2
Revert default docker desktop -> docker engine change on wsl as this breaks backwards compatability.
I will implement an option for that.
v3.23.27-5florianPat.1
Option to not strip hostname prefixes (not add the stripPrefix middleware in the traefik config) and use docker-engine per default on wsl and do not install/use docker-desktop
v3.23.27-5florianPat.0
Add .npmrc from the user home as a source for plugin installation authentication.
Feature flag loadNpmrcForPluginAuth: true needs to be set in ~/.lando/config.yml to use it.
v3.23.27-4florianPat.2
Fix the requirement that one must have docker desktop installed to use lando if its configured to be installed without it.
v3.23.27-4florianPat.1
Fix tooling which was not available if you never started a lando app before
v3.23.27-4florianPat.0
Add compose_env_file option in the .lando.yml
Use the docker binary from the path, so that other container runtimes (like colima or orbstack) are supported for mac os
v3.23.27-2florianPat.0
Fix internal service to serivce communication and add lando boostrap event handling
3.23.27-1florianPat.0
Updated to upstream 3.23.26 and made sure to be before the next lando cli version and able to publish multiple own 26 versions