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
Why is this needed? Is your feature request related to a problem?
sub issue for #735
Detailed description:
Devfile Library change required for multi-version stacks/sample support. Devfile library should be able to parse version specified in parent reference.
Describe the solution you'd like
parse the new property version under parent, and call corresponding registry /v2/index endpoint to get the parent devfile content.
tests should be implemented to cover the new use case.