You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Semver version comparison has precedence over metadata version comparison.
Environment (please complete the following information):
Version-Checker: 0.8.0+
Kubernetes: 1.27.16
Grafana: 11.2.0
Prometheus: 2.54.1
Additional context
The root cause of the bug is here - there is metadata version comparison going on always if the current version is NOT less than the compared version. We should do metadata version comparison only if current semver and compared are equal.
The text was updated successfully, but these errors were encountered:
Describe the bug
Incorrect version is picked as latest.
To Reproduce
Steps to reproduce the behavior:
docker.io/bitnami/redis
with annotationmatch-regex.version-checker.io/redis: ^7\.\d+\.\d+-debian-\d+-r\d+$
Expected behavior
Semver version comparison has precedence over metadata version comparison.
Environment (please complete the following information):
Additional context
The root cause of the bug is here - there is metadata version comparison going on always if the current version is NOT less than the compared version. We should do metadata version comparison only if current semver and compared are equal.
The text was updated successfully, but these errors were encountered: