mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-08 03:28:10 +00:00
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.