Skip to content

v1.46.0

Latest

Choose a tag to compare

@amayer1983 amayer1983 released this 21 Jul 17:27

Complete docksentry.* label family — GitOps-style per-container control from your compose file (#42, @LeeNX):

labels:
  - "docksentry.auto=true"        # auto-update without touching the Web UI
  - "docksentry.pin=true"         # freeze: never listed, never updated
  - "docksentry.ask-major=true"   # pause auto-updates on major bumps until confirmed
  - "docksentry.trust-running=true"
  • docksentry.auto=false keeps a container manual even under AUTO_UPDATE_ALL=true.
  • Joins the existing enable / exclude / protect labels.
  • Precedence: label wins over the stored bot/Web-UI toggle; no label → toggle applies as before.
  • The Web UI status table now shows the effective Pin/Auto state (label included).

Full table in the README.