argocd-image-updater
argocd-image-updater copied to clipboard
default semver constraint for empty string
Closes https://github.com/argoproj-labs/argocd-image-updater/issues/556
This PR is to fix 2 issues:
-
current tags filtering behavior will skip semver constraint for prereleases versions (although they are valid semver versions) when there is no explicit constraint parsed from image tags (i.e. empty string) which is inconsistent with the document description. https://github.com/argoproj-labs/argocd-image-updater/blob/master/pkg/image/version.go#L135-L147
-
some complex prerelease constraint rules are actually not supported untilsemver > 3.2.0