Skip to content

Releases: HDNET/lando-core

v3.26.5-1florianPat.0

Choose a tag to compare

@florianPat florianPat released this 24 May 21:34
  • No q if quiet is set for docker compose config, as this silents the whole config output so the command does not produce any output even when using with file mode, which we do not want to do
  • Generate certs only if they do not exist and on the ready event (this prevents a race where the docker volume handling creates the mounts as dirs if we run any lando tooling command before lando start
  • Properly clean up proxy certs/config as we do with other project related files in the .lando dir
  • Network limit checked cache

v3.26.3-1florianPat.15

Choose a tag to compare

@florianPat florianPat released this 12 Apr 19:03
  • Fix compose image resolution if only a build property is specified and we have to create the image name from the service name then

v3.26.3-1florianPat.14

Choose a tag to compare

@florianPat florianPat released this 11 Apr 10:15
  • Automatically set appMount from the working_dir for compose services
  • Make sure that compose services do not exit if there entrypoint is not a service
  • Try out bun and come to the conclusion that this architecture does not work with it till bun has a virtual filesystem as pkg has

v3.26.3-1florianPat.13

Choose a tag to compare

@florianPat florianPat released this 03 Apr 21:25
  • Optimize perm sweep to just chown files which are not already in a volume
  • Automatically set the right entrypoint for docker compose services so that the add-cert script also runs and nested domain names are possible now
  • Simplify user-perm script
  • Bump docker version asserting

v3.26.3-1florianPat.12

Choose a tag to compare

@florianPat florianPat released this 16 Mar 13:31

Fix to do the perm sweep after other things are created

v3.26.3-1florianPat.11

Choose a tag to compare

@florianPat florianPat released this 15 Mar 20:53

Be able to pass --quiet-pull to docker compose through lando

v3.26.3-1florianPat.10

Choose a tag to compare

@florianPat florianPat released this 15 Mar 14:22

Fix the user remap in case the group with the host gid did not exist, slim volume sharing to only chown files which are not mounted.

v3.26.3-1florianPat.9

Choose a tag to compare

@florianPat florianPat released this 09 Feb 09:39

Do not chown the mounted volumes at all because we do not need to as docker handles this all on its own

v3.26.3-1florianPat.8

Choose a tag to compare

@florianPat florianPat released this 02 Feb 15:00

Chown app at the end to fix race condition

v3.26.3-1florianPat.7

Choose a tag to compare

@florianPat florianPat released this 30 Jan 15:38

Fix tooling not respecting the appMount/dir you execute it from if you never ever ran a lando command in the project dir before.