Skip to content

Commit c32ebf0

Browse files
committed
chore: release v2.4.0
1 parent b582cc5 commit c32ebf0

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

CHANGES.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,65 @@
1818
Changes
1919
=======
2020

21+
`2.4.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.3.2...v2.4.0>`__ (2023-04-10)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** fix starting local session as user without uid 1000
28+
(`#3341 <https://github.com/SwissDataScienceCenter/renku-python/issues/3341>`__)
29+
(`a345346 <https://github.com/SwissDataScienceCenter/renku-python/commit/a3453463a5c4f61ab01195ec1a6be039fac63489>`__)
30+
- **cli:** limit commit message length when there is too many files
31+
(`#3375 <https://github.com/SwissDataScienceCenter/renku-python/issues/3375>`__)
32+
(`70cf36a <https://github.com/SwissDataScienceCenter/renku-python/commit/70cf36acfbe0b4fd4ed32a3476309661f93c5aa0>`__)
33+
- **cli:** start remote sessions from correct branch
34+
(`#3382 <https://github.com/SwissDataScienceCenter/renku-python/issues/3382>`__)
35+
(`8b4866f <https://github.com/SwissDataScienceCenter/renku-python/commit/8b4866f76075fd3a3c380e1b8a2354b138d97e9d>`__)
36+
- **core:** python 3.11 compatiblity and fix
37+
tests(`#3386 <https://github.com/SwissDataScienceCenter/renku-python/issues/3386>`__)
38+
(`6029ad2 <https://github.com/SwissDataScienceCenter/renku-python/commit/6029ad278e835afa4cdef05a34712e1ed0961374>`__)
39+
- **core:** v10 migration
40+
(`#3359 <https://github.com/SwissDataScienceCenter/renku-python/issues/3359>`__)
41+
(`f9da0be <https://github.com/SwissDataScienceCenter/renku-python/commit/f9da0be8585a692c49fbdaa19316b779a965db03>`__)
42+
- **service:** fix error message for invalid templates
43+
(`#3349 <https://github.com/SwissDataScienceCenter/renku-python/issues/3349>`__)
44+
(`6798b1a <https://github.com/SwissDataScienceCenter/renku-python/commit/6798b1a8d646c47918b53764c931c304241284ac>`__)
45+
46+
Features
47+
~~~~~~~~
48+
49+
- **cli:** add –force-build flag to docker session start
50+
(`#3369 <https://github.com/SwissDataScienceCenter/renku-python/issues/3369>`__)
51+
(`671d7e4 <https://github.com/SwissDataScienceCenter/renku-python/commit/671d7e46f18c5a6d741522f56fd3bf33887fb8c7>`__)
52+
- **cli:** allow setting local port on session docker provider
53+
(`#3350 <https://github.com/SwissDataScienceCenter/renku-python/issues/3350>`__)
54+
(`5fdac71 <https://github.com/SwissDataScienceCenter/renku-python/commit/5fdac715b26f3ec4d65dd913d6f63416bdabb60e>`__)
55+
- **cli:** remove CLI version check
56+
(`#3343 <https://github.com/SwissDataScienceCenter/renku-python/issues/3343>`__)
57+
(`3dcefb9 <https://github.com/SwissDataScienceCenter/renku-python/commit/3dcefb95974b515d7563ee540a1922206fe89342>`__)
58+
- **cli:** support rsync-style syntax using / in dataset add
59+
(`#3362 <https://github.com/SwissDataScienceCenter/renku-python/issues/3362>`__)
60+
(`57520c3 <https://github.com/SwissDataScienceCenter/renku-python/commit/57520c3b78b9c16510dedee24ea397e4f073522e>`__)
61+
- **core:** add contracts to code to check metadata
62+
(`#3356 <https://github.com/SwissDataScienceCenter/renku-python/issues/3356>`__)
63+
(`c8148d8 <https://github.com/SwissDataScienceCenter/renku-python/commit/c8148d80fdf4e6f3a92ebfe201cc96f405b013a0>`__)
64+
- **core:** default sensible flags for update and export
65+
(`#3342 <https://github.com/SwissDataScienceCenter/renku-python/issues/3342>`__)
66+
(`8bef1b9 <https://github.com/SwissDataScienceCenter/renku-python/commit/8bef1b9d2dd65bd0b678353363140cdf4a220027>`__)
67+
- **dataset:** external storage backend
68+
(`#3323 <https://github.com/SwissDataScienceCenter/renku-python/issues/3323>`__)
69+
(`2a461d4 <https://github.com/SwissDataScienceCenter/renku-python/commit/2a461d4908e346c356bffb4dd602088098736d67>`__)
70+
- **dataset:** parallel data download/upload
71+
(`#3358 <https://github.com/SwissDataScienceCenter/renku-python/issues/3358>`__)
72+
(`3f1e707 <https://github.com/SwissDataScienceCenter/renku-python/commit/3f1e707042214d819c56565b7eed61a472af9702>`__)
73+
- **dataset:** store s3 credentials per bucket
74+
(`#3339 <https://github.com/SwissDataScienceCenter/renku-python/issues/3339>`__)
75+
(`717a780 <https://github.com/SwissDataScienceCenter/renku-python/commit/717a780363746772b077d1494f3be2b36eea0c99>`__)
76+
- **template:** allow renaming templates by using aliases
77+
(`#3347 <https://github.com/SwissDataScienceCenter/renku-python/issues/3347>`__)
78+
(`b582cc5 <https://github.com/SwissDataScienceCenter/renku-python/commit/b582cc5d9ca86218b0c7b9645cd0c03b5e7cae00>`__)
79+
2180
`2.3.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.3.1...v2.3.2>`__ (2023-03-13)
2281
-------------------------------------------------------------------------------------------------------
2382

helm-chart/renku-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: renku-core
55
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6-
version: 2.3.2
6+
version: 2.4.0

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ versions:
9797
fullnameOverride: ""
9898
image:
9999
repository: renku/renku-core
100-
tag: "v2.3.2"
100+
tag: "v2.4.0"
101101
pullPolicy: IfNotPresent
102102
v9:
103103
name: v9

0 commit comments

Comments
 (0)