File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.. _changelog :
22
3+ 0.67.1
4+ ------
5+
6+ Renku 0.67.1 fixes several issues related to data connectors that are owned by projects.
7+
8+ User-Facing Changes
9+ ~~~~~~~~~~~~~~~~~~~
10+
11+ **✨ Improvements **
12+
13+ - **UI **: Creating a project from a group page now has the group as the owner by default.
14+ - **UI **: Show session start link in the session off-canvas (i.e. the sidebar element in the UI).
15+
16+ **🐞 Bug Fixes **
17+
18+ - **UI **: Fix an issue when creating a Data Connector inside a project. The owner field is now correctly populated.
19+ - **UI **: Fix an issue that prevented linking data connectors that are owned by projects.
20+ - **Data services **: Add missing endpoint required to find a data connector owned by a project by its slug.
21+ - **Data services **: Fix an issue that prevented listing data connectors with uppercase letters in their slugs.
22+
23+ Individual components
24+ ~~~~~~~~~~~~~~~~~~~~~~
25+
26+ - `renku-ui 3.53.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.53.0 >`_
27+ - `renku-ui 3.53.1 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.53.1 >`_
28+ - `renku-data-services 0.37.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.37.1 >`_
29+
3300.67.0
431------
532
Original file line number Diff line number Diff line change 530530 replicaCount : 1
531531 image :
532532 repository : renku/renku-ui
533- tag : " 3.52.0 "
533+ tag : " 3.53.1 "
534534 pullPolicy : IfNotPresent
535535 # # Optionally specify an array of imagePullSecrets.
536536 # # Secrets must be manually created in the namespace.
719719 keepCookies : []
720720 image :
721721 repository : renku/renku-ui-server
722- tag : " 3.52.0 "
722+ tag : " 3.53.1 "
723723 pullPolicy : IfNotPresent
724724 imagePullSecrets : []
725725 nameOverride : " "
@@ -1510,14 +1510,14 @@ dataService:
15101510 create : true
15111511 image :
15121512 repository : renku/renku-data-service
1513- tag : " 0.37.0 "
1513+ tag : " 0.37.1 "
15141514 pullPolicy : IfNotPresent
15151515 backgroundJobs :
15161516 events :
15171517 resources : {}
15181518 image :
15191519 repository : renku/data-service-background-jobs
1520- tag : " 0.37.0 "
1520+ tag : " 0.37.1 "
15211521 pullPolicy : IfNotPresent
15221522 total :
15231523 resources : {}
@@ -1597,7 +1597,7 @@ authz:
15971597secretsStorage :
15981598 image :
15991599 repository : renku/secrets-storage
1600- tag : " 0.37.0 "
1600+ tag : " 0.37.1 "
16011601 pullPolicy : IfNotPresent
16021602 service :
16031603 type : ClusterIP
You can’t perform that action at this time.
0 commit comments