0.60.0
Renku 0.60.0 squashes an issue that has been tripping up many users when connecting their GitHub
account, as well as various UX polish and bug fixes.
NOTE to administrators: Upgrading the csi-rclone
component will unmount all cloud storage for all
active or hibernated sessions. Therefore, we recommend notifying your users ahead of time when you
deploy this version of Renku and also if possible deploying the upgrade when there are fewer
sessions that use cloud storage or just fewer sessions in general. Once the upgrade is complete
users will be able to mount cloud storage as usual.
User-Facing Changes
✨ Improvements
- UI: Allow for changing the role of members of groups, and hide membership edit buttons for
users with insufficient permissions on project and group settings pages (#3374). - UI: Improve UX for data connector side sheets and modals (#3368).
🐞 Bug Fixes
- UI & Data services: Direct users to complete the GitHub integration by installing the Renku app in the desired namespace (#3332).
- UI: Avoid unexpected redirects when clicking on the 2.0 dashboard session buttons (#3378).
Internal Changes
Improvements
- UI: Update the Admin page to set up Connected services (#3332).
- Gateway: Add support for enabling debug logs from the gateway (#730).
Bug Fixes
- csi-rclone: Do not log potentially sensitive data in error messages.
- csi-rclone: Properly handle encrypted secrets with the new annotation-based storage class.