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
@dgolovin so in Che if we have a project with a devfile v1 in, will this change allow a user to create a new component with s2i? Or does odo still detect there's a devfile and still try and fail to apply it (schema validation)?
@sympatheticmoose I was not thinking about che at all. Good point. Was actually thinking to backup the devfile v1 and create devfile component after that. This obviously is not going to work well for che.
For components like this we can just show the warning message instead of letting odo to fail. Would that work?
As odo and OpenShift DevSpaces all uses devfile v2. The extension should show the error message that occurs when an older version devfile (v1) is used.
New Component is using devfile.yaml silently without checking what is actually inside it. That approach fails for devfiles v < 2.0.0.
The text was updated successfully, but these errors were encountered: