Skip to content

v1.7.0-rc.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Sep 18:55
1b1cd8c

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.watch was 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 old false default permanently; only recreating the container picked up the new one. It is now re-derived every scan, the same way isLocalImage and digest.repoDigests already are, and an explicit dd.watch.digest label 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.