Releases: HDNET/lando-core
Releases · HDNET/lando-core
v3.26.3-1florianPat.4
- Fix npm publishing by bundling dependencies because the plugin needs its dependencies
v3.26.3-1florianPat.3
- Do not strip COMPOSE_ env vars from the lando env
v3.26.3-1florianPat.2
- Fix cli update
- Add ability to pass compose options through lando commands
- Parse a "LANDO_CLI_ENV_JSON" for environment variables and set them to the running container
v3.26.3-1florianPat.1
- Fix volume permissions for /usr/local/bin directories
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.