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
We should add a new validation in the CSV validator to ensure spec.version is set to a string that can be parsed with semver.Parse and metadata.annotations.skipRange is set to a string that can be parsed with semver.ParseRange.
The text was updated successfully, but these errors were encountered:
joelanford
changed the title
CSV Validation should check spec.version
CSV Validation should check spec.version and metadata.annotations.skipRangeMar 8, 2022
OLM requires the ClusterServiceVersion's
spec.version
field to be valid semver (parsable withblang/semver.Parse()
). For example,In opm:
olm.package
properties.In OLM:
See operator-framework/operator-registry#910
We should add a new validation in the CSV validator to ensure
spec.version
is set to a string that can be parsed withsemver.Parse
andmetadata.annotations.skipRange
is set to a string that can be parsed withsemver.ParseRange
.The text was updated successfully, but these errors were encountered: