Skip to content

v1.2.2

Choose a tag to compare

@nopoz nopoz released this 16 Jun 05:44
· 8 commits to main since this release

Performance

  • Watcher: when a container has digest watching enabled together with a hosaka.tag.include / hosaka.tag.exclude regex, the per-tag manifest fetch now runs only over tags that match the regex (plus the current tag) instead of every tag the registry returns. Against a large repository this cuts manifest requests dramatically (verified live: 1367 tags -> 97 fetches, ~93% fewer) and avoids exhausting registry pull rate limits. Containers with no include/exclude regex are unaffected; alias/digest resolution is unchanged (#105).