Renku

Latest version: v2.9.4

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 47 of 70

0.24.3

------

Renku ``0.24.3`` resolves bugs in the UI and in the Knowledge Graph backend processes.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**๐Ÿž Bug Fixes**

* ๐Ÿ”— **UI**: Resolve an issue where the Connect button on the Dashboard leads to a broken link
(`2444 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2444>`_).

Internal Changes
~~~~~~~~~~~~~~~~

**Improvements**

* **UI**: Retrieve project metadata from the KG on project access
(`2414 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2414>`_).

**Bug Fixes**

* **KG**: Resolve problems causing particular flows to terminate prematurely,
as well as improve the quality of logging within the Activation API.


Individual components
~~~~~~~~~~~~~~~~~~~~~~

0.24.2

finding your projects in other namespaces. Now, all projects show up in the Knowledge Graph
activation page so you can add them to your dashboard.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**โœจ Improvements**

* โŒ **Knowledge Graph**: Add a new API to delete projects.
* ๐Ÿ”˜ **UI**: Provide the same options on the session dropdown buttons across the
dashboard and the project page.
(`2393 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2393>`_).
* ๐Ÿ“– **UI**: Make the browser column and file content column sticky when scrolling
long files on the file viewer.
(`2412 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2412>`_).
* ๐Ÿงพ **UI**: Improve the feedback for sessions ending in an error state.
(`2411 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2411>`_).

**๐Ÿž Bug Fixes**

* **Core Service**: Fix a crash when migrating to v10 metadata
(`3359 <https://github.com/SwissDataScienceCenter/renku-python/pull/3359>`__).
* **Knowledge Graph**: Expand the Knowledge Graph Project Activation page to list all
projects where the user is a member, not only owned projects.
* **Sessions**: Fixed bug where sessions from one project would appear under another project
(`1423 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1423>`_).
* **UI**: Prevent listing projects twice on the dashboard
(`2408 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2408>`_).
* **UI**: Start sessions with base images when pinned images are missing
(`2410 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2410>`_).

Internal Changes
~~~~~~~~~~~~~~~~

**Improvements**

* **Knowledge Graph**: A new functionality to capture Project viewing events

Individual components
~~~~~~~~~~~~~~~~~~~~~~

0.24.1

------

Renku ``0.24.1`` introduces bug fixes.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**๐Ÿž Bug Fixes**

* **Core Service**: Correctly update Dockerfile on migration
(`3351 <https://github.com/SwissDataScienceCenter/renku-python/issues/3351>`__).
* **Renku CLI**: Fix git credentials helper setup in ``renku login``
(`3348 <https://github.com/SwissDataScienceCenter/renku-python/issues/3348>`__).
* **Sessions**: Sessions crashing when automated token refresh runs in background
(`1416 <https://github.com/SwissDataScienceCenter/renku-notebooks/pull/1416>`_).

Internal Changes
~~~~~~~~~~~~~~~~

**Bug Fixes**

* **Knowledge Graph**: Fixes and improvements to the schema v10 migration

Individual components
~~~~~~~~~~~~~~~~~~~~~~

0.24.0

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
~~~~~~~~~~~~~~~~~~~~~~

0.23.1

0.23.0

on Renku. You can write out your workflow in this easy-to-use YAML file, and execute it with `renku run workflow.yml`. Add a workflow
to your Renku project with our docs `here <https://renku.readthedocs.io/en/stable/topic-guides/workflows/workflow-file.html>`_!

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**๐ŸŒŸ New Features**

* ๐Ÿ“ **Renku CLI**: Add support for workflow files which can be executed directly, greatly improving the UX
around workflows
(`3176 <https://github.com/SwissDataScienceCenter/renku-python/pull/3176>`_).

**โœจ Improvements**

* โš™๏ธ **Renku CLI**: Made `toil` the default workflow backend instead of `cwl`
(`3220 <https://github.com/SwissDataScienceCenter/renku-python/issues/3220>`_).
* ๐Ÿ’จ **Knowledge Graph**: Performance improvements for Cross-Entities Search and Project Details APIs.
* ๐Ÿ”Œ **UI**: Change text on the quick-start session button from "start" to
"connect" when a session is running
(`2268 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2268>`_).

**๐Ÿž Bug Fixes**

* **Renku CLI**: Fixed ``toil`` dependency not being installed correctly.
* **Renku core service**: Fix issue with project templates being cached and users being unable to create projects
based on the newest version of a template
(`3243 <https://github.com/SwissDataScienceCenter/renku-python/issues/3243>`_).
* **UI**: Restrict visibility options to be compatible with namespace and
parent project in fork dialog
(`2299 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2299>`_).

Internal Changes
~~~~~~~~~~~~~~~~

**Improvements**

* **Infrastructure Components**: ``redis`` has been upgraded from version ``6.0.5`` to ``7.0.7``
* **Knowledge Graph**: New provisioning process managing data to be used in the future for further performance improvements of the search APIs.

Individual components
~~~~~~~~~~~~~~~~~~~~~~

Page 47 of 70

Links

Releases

Has known vulnerabilities

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.