You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).