You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hoist v1.9.2
fix(cache): namespace default CACHE_LOCATION per-user (/tmp/hoist-<uid>, 0700)
to avoid cross-user /tmp collisions where root-owned state files caused
'Permission denied' for later non-root runs.
v1.8.1
feat(parallel): quiet docker compose pull under --parallel — suppress
interleaved compose-pull progress bars when PARALLEL > 1; hoist's own
per-container log lines still show activity. Serial runs unchanged.