argocd-image-updater icon indicating copy to clipboard operation
argocd-image-updater copied to clipboard

default semver constraint for empty string

Open zywillc opened this issue 2 years ago • 3 comments

Closes https://github.com/argoproj-labs/argocd-image-updater/issues/556

This PR is to fix 2 issues:

  1. 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

  2. some complex prerelease constraint rules are actually not supported untilsemver > 3.2.0

zywillc avatar Apr 11 '23 15:04 zywillc