-
Notifications
You must be signed in to change notification settings - Fork 57
If the plugin version is not specified - fall back on latest
#1396
Comments
another use case is if the plugin version IS specified but doesn't exist. see eclipse-che/che-plugin-registry#319 for a workaround (hardcoding all the old versions of 7.y.z plugins in the master branch). So if you were running 7.3.3 and updated to 7.6/master you'd break because the new plugin reg would be missing 7.3.3 theia and machine-exec plugins. |
Closed in favour of eclipse-che/che#15447
@nickboldt please, create a separate upstream issue for that |
This issue is to allow a definition of a workspace plugin without a specific version:
id: che-machine-exec-plugin
- in this case, thelatest
version of the plugin should be used.the case should be tackled on wsmaster / plugin broker side (when version is missing always fall back on the latest).
Another thing we need to take care of are the versions of the
exec
andtheia
that are automatically added by wsmaster (when a user do not specify them in a Devfile).The text was updated successfully, but these errors were encountered: