Skip to content
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 minimum_renku_version on project metadata and raise a warning #2810

Closed
Panaetius opened this issue Apr 6, 2022 · 0 comments · Fixed by #2840
Closed

add minimum_renku_version on project metadata and raise a warning #2810

Panaetius opened this issue Apr 6, 2022 · 0 comments · Fixed by #2840
Assignees

Comments

@Panaetius
Copy link
Member

Sometimes we have changes that break forward compatibility of older versions without changing the metadata version. In these cases, a user doesn't need to run a migration but they do have to update their renku version to be compatible.

We should add a minimum_renku_version on project metadata that we can set in code (and update if a write command is run with a newer renku version). Probably a CommandBuilder to set this makes sense.

Then we should check this when running any renku command and warn the user if their renku version is lower than project.minimum_renku_version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant