HelperScripts-for-ProxmoxVE/misc
CanbiZ (MickLesk) 56de2d1e39
feat(tools): add get_latest_gh_tag helper function (#12261)
Adds a reusable function to fetch the latest tag from a GitHub repo.
Useful for projects that only use tags, not full releases (e.g.
mongodb/mongo-tools).

Features:
- Optional prefix filter (e.g. '100.' or 'v')
- Optional prefix stripping for clean version output
- Skips pre-release tags (rc, alpha, beta, dev, test)
- Sorts by version (sort -V) to find the latest
- Respects GITHUB_TOKEN for rate limiting
2026-02-24 11:07:40 +01:00
..
images remove old files and assets (#9991) 2025-12-15 17:37:26 +01:00
alpine-install.func feat(telemetry): add 'validation' status, fix status transitions, show 20 log lines 2026-02-23 17:01:18 +01:00
alpine-tools.func tools.func: persist /usr/local/bin in shell PATHs (#11970) 2026-02-16 10:30:05 +01:00
api.func fix(telemetry): prevent sporadic stuck 'configuring' status on success 2026-02-23 17:24:06 +01:00
build.func fix(telemetry): move 'configuring' transition to right after container creation 2026-02-23 17:11:14 +01:00
cloud-init.func feat(cloud-init): add interactive SSH key discovery and selection (#11547) 2026-02-05 08:11:13 +01:00
core.func feat(telemetry): add 'validation' status, fix status transitions, show 20 log lines 2026-02-23 17:01:18 +01:00
error_handler.func core: Enhance signal handling, reported "status" and logs (#12216) 2026-02-23 14:30:48 +01:00
install.func feat(telemetry): add 'validation' status, fix status transitions, show 20 log lines 2026-02-23 17:01:18 +01:00
tools.func feat(tools): add get_latest_gh_tag helper function (#12261) 2026-02-24 11:07:40 +01:00
vm-core.func feat(telemetry): add 'validation' status, fix status transitions, show 20 log lines 2026-02-23 17:01:18 +01:00