and a new RenkuLab Dashboard!
Would you like to work on your Renku project from the comfort of your own local
computer? Use the Renku CLI to start an SSH session on RenkuLab, and open that
session in your local terminal or even your IDE, such as VSCode. Check out the
"Connect with SSH" option in the Session Start menu to get started, or see our
`docs <https://renku.readthedocs.io/en/stable/how-to-guides/renkulab/ssh-into-sessions.html>`__.
*Note that SSH functionality must be enabled by your administrator and may not be
available on all RenkuLab deployments.*
And, your RenkuLab Dashboard now has a snazzy new look that puts your most used
projects, sessions, and datasets at your fingertips. Quickly pick up where you
left off: connect to your already-running sessions, start a new session on a
recently visited project, or access your datasets- all from a single page!
Read on for a full breakdown of all improvements and bug fixes included in this
release.
User-Facing Changes
~~~~~~~~~~~~~~~~~~~
**๐ New Features**
* โจ๏ธ **Renku CLI**: Enable connecting to RenkuLab sessions via SSH
(`3318 <https://github.com/SwissDataScienceCenter/renku-python/pull/3318>`_).
* ๐ **UI**: Show instructions on how to connect to RenkuLab sessions via SSH from the
Session Start menu
(`2376 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2376>`_).
* ๐งโ๐ป **UI**: Add a new dashboard for logged-in users, showing running sessions, last
accessed projects, and own datasets
(`2332 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2332>`_).
**โจ Improvements**
* **Sessions**: Fail when injecting env vars that already exist in session
(`1396 <https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1396>`_)
* ๐ **UI**: Show commit messages in the commit selection dropdown when
starting a session from a specific commit
(`2362 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2362>`_).
* ๐ **UI**: Make searches shareable by storing parameters in the URL
(`2351 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2351>`_).
* ๐ธ **UI**: Customize avatars when creating a project
(`2331 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2331>`_).
**๐ Bug Fixes**
* **Gateway**: Use offline access tokens for automated access from within sessions.
(`632 <https://github.com/SwissDataScienceCenter/renku-gateway/pull/632>`_).
* **Sessions**: Propagate environment variables for R-Studio sessions
(`1339 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1339>`_).
* **UI**: Fix markdown problems with underscores in links and math formulas
(`2374 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2374>`_).
* **UI**: Restore session autostart when connecting from the notebook preview page
(`2344 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2344>`_).
* **UI**: Improve dataset pages
(`2318 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2318>`_,
`2357 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2357>`_).
* **UI**: Sort commits by date to prevent random order
(`2347 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2347>`_).
Internal Changes
~~~~~~~~~~~~~~~~
**Improvements**
* **Core Service**: Metadata v10 support
* **Knowledge Graph** Add support for the new Renku Metadata Schema v10.
* **Knowledge Graph** Enable the Cross-Entity Search API to allow multiple sort parameters.
* **Knowledge Graph** Remove deprecated GraphQL API
* **Knowledge Graph**: Upgrade Jena to 4.7.0
* **Sessions**: Show if ssh is enabled in /version of notebook service
(`1407 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1407>`_).
* **Sessions**: Introduce experimental Azure Blob storage support
(`1374 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1374>`_).
* **Sessions**: Enable SSH access via jump host
(`1389 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1389>`_).
**Bug Fixes**
* **Sessions**: Cloning the correct SHA for anonymous user sessions
(`1406 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1406>`_).
Individual components
~~~~~~~~~~~~~~~~~~~~~~