Renku CLI v0.9.0 released

Renku CLI (aka renku-python) v0.9.0 has been released!

This is maybe our biggest incremental release yet - many bug-fixes and UX improvements. We focused very heavily on making the datasets feature function more smoothly. We also smoothed out many wrinkles with error handling and user feedback.

In addition, there were many “hidden” improvements to how we handle the metadata that will enable the next phase of renku development.

For a full list of features and fixes, please see the release notes.

Upgrading

To upgrade your clients in your renkulab (or other hosted) environments - edit your Dockerfile and add this line at the bottom:

RUN pip install -U pipx && pipx install --force renku==0.9.0

When you commit this change, a new image will automatically be built for you with the new version of renku inside.

If you are running renku locally and you installed it with pipx you can do simply:

$ pipx install --force renku==0.9.0