-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow to specify 'latest' version of plugins in workspaces definitions #12937
Comments
A potential solution is to create "latest" folder which would always duplicate the highest version of the plugin |
@l0rd am I correct that plugin without version e.g. |
Yes you are correct |
For me, it looks like a relatively simple issue that can be delivered in the 2 steps manner (and even split into two issues):
@l0rd does this sound like a good plan? If yes, I would create 2 dedicated rh-che issues for the next sprint planning. |
@ibuziuk yes that looks like a good plan. Another thing you need to take care of are the versions of the exec and theia that are automatically added by wsmaster (when a user do not specify them in a Devfile). You should probably use version 'latest' for both and it could be part of the first task. |
A PR for |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Closing as the core issue here is out of date. Latest folders are included in the plugin registry now. |
Description
Although it's important to be able to specify a particular version of a plugin/editor to be included in a workspace or stack, in most cases we just need latest version.
This issue is to allow a definition of a workspace plugin without a specific version:
and with version
latest
:This should work for devfiles, workspaces json and stacks.
Subtasks created:
latest
folder for each plugin in the plugin registry that would allow to specify plugins with thelatest
version redhat-developer/rh-che#1395latest
redhat-developer/rh-che#1396The text was updated successfully, but these errors were encountered: