We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 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
To Reproduce Steps to reproduce the behavior:
Expected behavior follow the truth about semver strategy behavior as the documented and constraint supporting *-0 for prerelease versions
*-0
Additional context fix pr: #552
Version 0.12.1
Logs Please paste any relevant logs here
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
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
To Reproduce
Steps to reproduce the behavior:
Expected behavior
follow the truth about semver strategy behavior as the documented and constraint supporting
*-0
for prerelease versionsAdditional context
fix pr:
#552
Version
0.12.1
Logs
Please paste any relevant logs here
The text was updated successfully, but these errors were encountered: