fix: version tracking tuning — annotations + linuxserver customManager #82
Reference in New Issue
Block a user
Delete Branch "fix/version-tracking-tuning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Investigation of stale entries in the version-checker widget. Four distinct causes; this PR fixes the auto-fixable ones in one shot.
app.kubernetes.io/version: 43.197.0while live image is43.209.3. Renovate self-update bumped the image but not the label. Bumped to match.version-X.Y.Z.Brejected by Renovate's default docker pre-check (same failure class as termix). Added a customManager regex with regex versioning + packageRule to disable kubernetes-manager fallback.33.0.5-apacheshown as outdated vs the bare33.0.5tag. Added^\d+\.\d+\.\d+-apache$annotation.^\d+\.\d+\.\d+\.\d+-.*$matched per-arch tags (-armhfetc.). Tightened to^\d+\.\d+\.\d+\.\d+-[a-f0-9]+$.Moving-tag pins (umami
postgresql-latest, filebrowserv2-alpine, tandoor2.6) need a separate decision — Renovate fundamentally cannot propose updates for moving tags; pinning to versioned variants is required.🤖 Generated with Claude Code