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
The text was updated successfully, but these errors were encountered:
consideRatio
changed the title
Regression in v3 or unexpected breaking behavior
Regression in v3 or unexpected breaking behavior for NewConstraint(str)
Dec 17, 2019
@consideRatio sorry for the slow response. It's the holidays so responses are slow right now.
You are right about the semver lib now following the specification. That's the reason. Most of the changes to v3 are behavior based rather than Go API based. This is one of them.
I experienced a downstream issue in Helm v3 that worked well in Helm v2. This issue relates to a change of masterminds/semver v2 to v3.
The downstream issue is described here briefly, but it is really an upstream issue of masterminds/semver, and is reproducible in this Go Playground.
In short, the
001
variant of the following versions are now causing an issue for the NewConstraint() function.The text was updated successfully, but these errors were encountered: