Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: opm alpha render-veneer semver should recognize multiple schema in an input veneer #1045

Open
grokspawn opened this issue Nov 29, 2022 · 0 comments

Comments

@grokspawn
Copy link
Contributor

When multiple schema instances are listed in the same doc via the new-doc delimiter (---) the render should process each schema independently, in sequence, for e.g.:

Schema: olm.semver
GenerateMajorChannels: true
GenerateMinorChannels: false
Stable:
  Bundles:
  - Image: repository-uri/example-operator:v0.8.9
  - Image: repository-uri/example-operator:v0.9.0
---
Schema: olm.semver
GenerateMajorChannels: true
GenerateMinorChannels: false
Stable:
  Bundles:
  - Image: repository-uri/another-example-operator:v0.8.9
  - Image: repository-uri/another-example-operator:v0.9.0

Errors would be fatal to processing that independent schema..

@grokspawn grokspawn changed the title opm alpha render-veneer semver should recognize multiple schema in an input veneer RFE: opm alpha render-veneer semver should recognize multiple schema in an input veneer Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant