jetstack / version-checker

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
https://jetstack.io
Apache License 2.0
661 stars 76 forks source link

Discard Tags older than that of what we believe to be latest #199

Open davidcollom opened 1 month ago

davidcollom commented 1 month ago

This brings the same/similar logic that's used within the Sha calculation logic, but into SemVer

The intention is to attempt to improve the SemVer verson discovery from bad dad.

Some repositories (and images) don't follow strict SemVersioning and / or include images for each commit/branch.