Conversation
|
This is exactly what we need from Argo-CD and since Argo uses this library for version matching from semver. Is there anything that can be done to get this merged? |
|
Yes I'm having the same problem as @kmskebo - I'm willing to contribute if necessary! |
|
We're in the same situation as kmskebo - needing some way to restrict based on prerelease. @erma07 it looks like this PR branch is based on the v3.2.1 release, but v3.4.0 was recently released. I've rebased your changes locally and I see that the unit tests continue to pass after being rebased. I wonder if you rebasing this PR and then re-pushing it might make it easier for one of the semver repo maintainers to review the change when they find the time. |
This change adds prerelease constraint *-alpha.* for matching prerelease in a version with the following format 1.2.3-alpha.1
I am struggling to configure rancher fleet imageScans properly without this change.