-
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
Devfile 2.2.x support for Alizer #1170
Comments
Follow comments from old (pre-migration) issue here: redhat-developer/alizer#159 |
I've gone through the newly introduced solution for #1171 where we have included
$ ./alizer devfile --min-schema-version 2.2.0 --max-schema-version 2.2.0 ~/github/thepetk/go-ps-script
[
{
"Name": "go",
"Language": "Go",
"ProjectType": "Go",
"Tags": [
"Go"
],
"Versions": [
{
"SchemaVersion": "2.2.0",
"Version": "1.1.1",
"Default": false
},
{
"SchemaVersion": "2.2.0",
"Version": "1.1.0",
"Default": false
}
]
}
] |
Created and added to epic the #1182 |
The last item which is still opened #1172 remains blocked and the EPIC is currently under TODO |
Moving #1172 outside of the EPIC in order to be treated as a standalone task for Q1/2024. As a result the current EPIC is completed |
/kind enhancement
/kind epic
Which area this feature is related to?
/area alizer
Issue details
With the release of devfile 2.2.0, the devfile spec brings a fair amount of new features, such as outerloop and multi version support. With this in mind, it is important to the consumers of alizer to have support for
2.2.x
schema versions.Related Issues
UPDATE: @thepetk
As this is transformed in an EPIC I'm including all children issues here:
The text was updated successfully, but these errors were encountered: