@@ -24,19 +24,19 @@ Changes
24
24
Bug Fixes
25
25
~~~~~~~~~
26
26
27
- - **cli: ** fix starting local session as user without uid 1000
27
+ - **cli: ** fix starting local sessions as user without user id 1000
28
28
(`#3341 <https://github.com/SwissDataScienceCenter/renku-python/issues/3341 >`__)
29
29
(`a345346 <https://github.com/SwissDataScienceCenter/renku-python/commit/a3453463a5c4f61ab01195ec1a6be039fac63489 >`__)
30
- - **cli: ** limit commit message length when there is too many files
30
+ - **cli: ** limit commit message length when there are too many files
31
31
(`#3375 <https://github.com/SwissDataScienceCenter/renku-python/issues/3375 >`__)
32
32
(`70cf36a <https://github.com/SwissDataScienceCenter/renku-python/commit/70cf36acfbe0b4fd4ed32a3476309661f93c5aa0 >`__)
33
33
- **cli: ** start remote sessions from correct branch
34
34
(`#3382 <https://github.com/SwissDataScienceCenter/renku-python/issues/3382 >`__)
35
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 >`__)
36
+ - **core: ** python 3.11 compatibility
37
+ (`#3386 <https://github.com/SwissDataScienceCenter/renku-python/issues/3386 >`__)
38
38
(`6029ad2 <https://github.com/SwissDataScienceCenter/renku-python/commit/6029ad278e835afa4cdef05a34712e1ed0961374 >`__)
39
- - **core: ** v10 migration
39
+ - **core: ** fix issue with v10 dataset migration
40
40
(`#3359 <https://github.com/SwissDataScienceCenter/renku-python/issues/3359 >`__)
41
41
(`f9da0be <https://github.com/SwissDataScienceCenter/renku-python/commit/f9da0be8585a692c49fbdaa19316b779a965db03 >`__)
42
42
- **service: ** fix error message for invalid templates
@@ -46,28 +46,28 @@ Bug Fixes
46
46
Features
47
47
~~~~~~~~
48
48
49
- - **cli: ** add – force-build flag to docker session start
49
+ - **cli: ** add ` -- force-build` flag to docker session start
50
50
(`#3369 <https://github.com/SwissDataScienceCenter/renku-python/issues/3369 >`__)
51
51
(`671d7e4 <https://github.com/SwissDataScienceCenter/renku-python/commit/671d7e46f18c5a6d741522f56fd3bf33887fb8c7 >`__)
52
- - **cli: ** allow setting local port on session docker provider
52
+ - **cli: ** allow setting local port on docker session provider
53
53
(`#3350 <https://github.com/SwissDataScienceCenter/renku-python/issues/3350 >`__)
54
54
(`5fdac71 <https://github.com/SwissDataScienceCenter/renku-python/commit/5fdac715b26f3ec4d65dd913d6f63416bdabb60e >`__)
55
55
- **cli: ** remove CLI version check
56
56
(`#3343 <https://github.com/SwissDataScienceCenter/renku-python/issues/3343 >`__)
57
57
(`3dcefb9 <https://github.com/SwissDataScienceCenter/renku-python/commit/3dcefb95974b515d7563ee540a1922206fe89342 >`__)
58
- - **cli: ** support rsync-style syntax using / in dataset add
58
+ - **cli: ** support rsync-style syntax using / in ` renku dataset add`
59
59
(`#3362 <https://github.com/SwissDataScienceCenter/renku-python/issues/3362 >`__)
60
60
(`57520c3 <https://github.com/SwissDataScienceCenter/renku-python/commit/57520c3b78b9c16510dedee24ea397e4f073522e >`__)
61
- - **core: ** add contracts to code to check metadata
61
+ - **core: ** add contracts to code to check metadata in ` renku.core `
62
62
(`#3356 <https://github.com/SwissDataScienceCenter/renku-python/issues/3356 >`__)
63
63
(`c8148d8 <https://github.com/SwissDataScienceCenter/renku-python/commit/c8148d80fdf4e6f3a92ebfe201cc96f405b013a0 >`__)
64
- - **core: ** default sensible flags for update and export
64
+ - **core: ** set default sensible flags for ` renku update` and `renku graph export``
65
65
(`#3342 <https://github.com/SwissDataScienceCenter/renku-python/issues/3342 >`__)
66
66
(`8bef1b9 <https://github.com/SwissDataScienceCenter/renku-python/commit/8bef1b9d2dd65bd0b678353363140cdf4a220027 >`__)
67
- - **dataset: ** external storage backend
67
+ - **dataset: ** add external storage backend
68
68
(`#3323 <https://github.com/SwissDataScienceCenter/renku-python/issues/3323 >`__)
69
69
(`2a461d4 <https://github.com/SwissDataScienceCenter/renku-python/commit/2a461d4908e346c356bffb4dd602088098736d67 >`__)
70
- - **dataset: ** parallel data download/upload
70
+ - **dataset: ** support parallel data download/upload
71
71
(`#3358 <https://github.com/SwissDataScienceCenter/renku-python/issues/3358 >`__)
72
72
(`3f1e707 <https://github.com/SwissDataScienceCenter/renku-python/commit/3f1e707042214d819c56565b7eed61a472af9702 >`__)
73
73
- **dataset: ** store s3 credentials per bucket
0 commit comments