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
Add support for components to indicate components which they depend on (maybe allow them to specify required and optional dependencies), and allow components to specify a required minimum version of the dependency. This would allow us to roll out changes like adding a new component library in one component and starting to use it in another component (e.g. appuio/component-openshift4-logging#76) with less manual effort to ensure versions are synchronized, as users would then get useful errors when trying to compile a catalog with mismatched component versions instead of a cryptic Jsonnet error during compilation.
Acceptance Criteria
TODO
Alternatives
TBD
The text was updated successfully, but these errors were encountered:
Context
Add support for components to indicate components which they depend on (maybe allow them to specify required and optional dependencies), and allow components to specify a required minimum version of the dependency. This would allow us to roll out changes like adding a new component library in one component and starting to use it in another component (e.g. appuio/component-openshift4-logging#76) with less manual effort to ensure versions are synchronized, as users would then get useful errors when trying to compile a catalog with mismatched component versions instead of a cryptic Jsonnet error during compilation.
Acceptance Criteria
Alternatives
TBD
The text was updated successfully, but these errors were encountered: