Releases: HDNET/lando-core
Releases · HDNET/lando-core
v3.26.3-1florianPat.8
Chown app at the end to fix race condition
v3.26.3-1florianPat.7
Fix tooling not respecting the appMount/dir you execute it from if you never ever ran a lando command in the project dir before.
v3.26.3-1florianPat.6
Copy scripts on every run because if the updates crashes before it copied the files thats bad
v3.26.3-1florianPat.5
Fix lando entrypoint regarding the /tmp perm sweep and a non-root entrypoint user.
Also fix the root CA read in the node plugin, because thats set there and its needed to me mounted.
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