Added
AUTO_UPDATE_ALL(#45, @NotRetarded) — global, Watchtower-style auto-update of every checked container, not just the per-container opt-ins. Off by default. Pinned / excluded /docksentry.excludecontainers are still skipped, and the maintenance-window + ask-before-major gates still apply. (AUTO_SELFUPDATEonly ever covered Docksentry itself.)
Fixed
- Self-update on rootless Podman / custom socket paths didn't recreate the container (#43, @LeeNX). The helper hardcoded
-v /var/run/docker.sock:/var/run/docker.sock, but on rootless Podman the real host socket lives elsewhere (e.g./run/user/1002/podman/podman.sockmapped to/var/run/docker.sockinside). The helper got an empty socket, so its stop/rename/run swap silently no-op'd — image pulled, container untouched. It now mounts the same host socket Docksentry itself uses, resolved from its own inspect Mounts (honouringDOCKER_HOST).
Changed
- Clearer date labels in self-update messages (#44, @LeeNX).
🗓️ Current version: <date>was a date mislabelled as a version, and🗓️ New … | Old …ran backwards. Both now read🗓️ Image date: old → new. The meaningful version line remains the🔖 v_old → v_newarrow.
Full 18-script regression sweep green.