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
Build metadata MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch or pre-release version.
Identifiers MUST comprise only ASCII alphanumerics and hyphens [0-9A-Za-z-].
Identifiers MUST NOT be empty.
Build metadata MUST be ignored when determining version precedence.
Thus two versions that differ only in the build metadata, have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85, 1.0.0+21AF26D3----117B344092BD.
we can use the - for hot patches, not super happy about it, but I don't think helm people will be quick. In theory that inidicates not stable version (pre-rel). I am not positive if renovate/dependabot will help repos referencing the chart.
Created an issue in chart-releaser helm/chart-releaser-action#193 to see if they have any insights.
If we don't get this sorted quikcly I'll update the index.yaml manually.
The text was updated successfully, but these errors were encountered: