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
After switching helm from 3.15.3 to 3.16.4, the following issue occurred:
After switching helmfile from 0.169.1 to 0.169.2, the following issue occurred:
fivaldi
changed the title
[bug] Version components prefixed with zeros are not valid anymore
[bug] Version components prefixed with zeros are not considered valid anymore
Dec 31, 2024
Accto https://helm.sh/docs/chart_template_guide/function_list/#semvercompare , helm uses this (Masterminds/semver) library.
After switching helm from 3.15.3 to 3.16.4, the following issue occurred:After switching helmfile from 0.169.1 to 0.169.2, the following issue occurred:
E.g.
01.2.3
or1.02.3
or1.2.03
are not valid anymore, though they're not against semver. See the regex reference in https://semver.org/ and the linked examples: https://regex101.com/r/Ly7O1x/3/The regression appears after upgrading Masterminds/semver from 3.3.0 to 3.3.1.
The text was updated successfully, but these errors were encountered: