Files
ProxmoxVE/misc
CanbiZ (MickLesk) 45ac3d32bc fix(tools): use matching-refs API for prefix-filtered tag lookups
When a prefix is provided, get_latest_gh_tag now uses the GitHub
matching-refs API (/git/matching-refs/tags/<prefix>) for server-side
filtering. This fixes repos with 100+ tags (e.g. mongodb/mongo-tools
with 463 tags) where the relevant tags were beyond page 1 and never
found by the old tags?per_page=100 approach.
2026-03-06 14:33:07 +01:00
..