operator-registry icon indicating copy to clipboard operation
operator-registry copied to clipboard

opm registry add doesn't detect dependencies.yaml problems

Open cdjohnson opened this issue 5 years ago • 3 comments

See https://github.com/operator-framework/operator-lifecycle-manager/issues/1770 for details.

Summary:

When using opm registry add or opm index add

  1. When the schema format of dependencies.yaml is invalid, there is no error or warning.
  2. When the semver range syntax is invalid, there is no error or warning.

cdjohnson avatar Sep 19 '20 15:09 cdjohnson

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Nov 18 '20 16:11 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 18 '21 14:01 stale[bot]

The semver version field syntax may not be documented properly.

The incorrect dependencies.yaml formatted file may be passed along just as additional data.

exdx avatar Jun 10 '21 15:06 exdx