github amayer1983/docksentry v1.35.0
v1.35.0 — AUTO_UPDATE_ALL + Podman self-update fix + clearer labels

latest releases: v1.38.0, v1.37.1, v1.37.0...
7 hours ago

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.exclude containers are still skipped, and the maintenance-window + ask-before-major gates still apply. (AUTO_SELFUPDATE only 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.sock mapped to /var/run/docker.sock inside). 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 (honouring DOCKER_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_new arrow.

Full 18-script regression sweep green.

Don't miss a new docksentry release

NewReleases is sending notifications on new releases.