v1.7.0-rc.13
Pre-release
Pre-release
v1.7.0-rc.13
Full Changelog: v1.7.0-rc.12...v1.7.0-rc.13
[1.7.0-rc.13] — 2026-09-08
Fixed
- Containers on a floating tag that drydock first saw before v1.5.0-rc.17 could stay marked Current forever, even when the registry had a newer digest.
image.digest.watchwas written once at first discovery and never revisited, so a row discovered before the digest-watch default changed from!isDockerHubDomain(domain)to "watch when the tag is meaningful" (v1.5.0-rc.17) kept the oldfalsedefault permanently; only recreating the container picked up the new one. It is now re-derived every scan, the same wayisLocalImageanddigest.repoDigestsalready are, and an explicitdd.watch.digestlabel or imgset override still wins. (#1070) - The weekly ZAP full scan of getdrydock.com ran into its 60-minute job timeout on every run, so it never produced a report. The scan step now caps the spider at 10 minutes and the active scan at 35 minutes (5 per rule), leaving room for startup, the passive scan and the report inside the job budget; a workflow test pins the arithmetic.