-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add library support for devfile schema - version 2.2.1 & version 2.2.2 #1454
Comments
Steps to follow:
|
Created PR to add support for 2.2.1 and 2.2.2 here: devfile/library#208 When we cut the pre-release for 2.2.3-alpha it is probably best to open another PR to library to have a 2.2.3 alpha version recognized. I noticed 2.2.1-alpha was being used prior. wdyt? |
Re-opening this as we might need to bump up the cc @Jdubrick |
I think probably a good idea to open a new issue so we can keep the scope of both contained in their own issue. @thepetk |
Which area/kind this issue is related to?
/area library
Issue Description
At the moment when the library parser tries to parse a devfile with
schemaVersion=2.2.2
orschemaVersion=2.2.1
we get the error:As seen in the pkg/devfile/parser/data/versions.go there is no reference for the
2.2.1
or the2.2.2
versions.Acceptance Criteria
2.2.1
&2.2.2
The text was updated successfully, but these errors were encountered: