Skip to content

Commit cc6d251

Browse files
RenkuBotleaftyPanaetiusolevski
authored
release 0.67.1 (#3972)
* chore: create release 0.67.1 * build: bump renku-ui to 3.53.0 (#3973) Co-authored-by: Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch> * fix: linking data connectors from projects (#3974) * fix: upgrade data services to 0.37.1 * fix: upgrade renku-ui to 3.53.1 --------- Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch> Co-authored-by: Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch> Co-authored-by: Tasko Olevski <tasko.olevski@sdsc.ethz.ch>
1 parent ca9d9a2 commit cc6d251

2 files changed

Lines changed: 32 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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+
330
0.67.0
431
------
532

helm-chart/renku/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ ui:
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.
@@ -719,7 +719,7 @@ ui:
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:
15971597
secretsStorage:
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

0 commit comments

Comments
 (0)