@@ -24,19 +24,19 @@ Changes
2424Bug Fixes
2525~~~~~~~~~
2626
27- - **cli: ** fix starting local session as user without uid 1000
27+ - **cli: ** fix starting local sessions as user without user id 1000
2828 (`#3341 <https://github.com/SwissDataScienceCenter/renku-python/issues/3341 >`__)
2929 (`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
3131 (`#3375 <https://github.com/SwissDataScienceCenter/renku-python/issues/3375 >`__)
3232 (`70cf36a <https://github.com/SwissDataScienceCenter/renku-python/commit/70cf36acfbe0b4fd4ed32a3476309661f93c5aa0 >`__)
3333- **cli: ** start remote sessions from correct branch
3434 (`#3382 <https://github.com/SwissDataScienceCenter/renku-python/issues/3382 >`__)
3535 (`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 >`__)
3838 (`6029ad2 <https://github.com/SwissDataScienceCenter/renku-python/commit/6029ad278e835afa4cdef05a34712e1ed0961374 >`__)
39- - **core: ** v10 migration
39+ - **core: ** fix issue with v10 dataset migration
4040 (`#3359 <https://github.com/SwissDataScienceCenter/renku-python/issues/3359 >`__)
4141 (`f9da0be <https://github.com/SwissDataScienceCenter/renku-python/commit/f9da0be8585a692c49fbdaa19316b779a965db03 >`__)
4242- **service: ** fix error message for invalid templates
@@ -46,28 +46,28 @@ Bug Fixes
4646Features
4747~~~~~~~~
4848
49- - **cli: ** add – force-build flag to docker session start
49+ - **cli: ** add ` -- force-build` flag to docker session start
5050 (`#3369 <https://github.com/SwissDataScienceCenter/renku-python/issues/3369 >`__)
5151 (`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
5353 (`#3350 <https://github.com/SwissDataScienceCenter/renku-python/issues/3350 >`__)
5454 (`5fdac71 <https://github.com/SwissDataScienceCenter/renku-python/commit/5fdac715b26f3ec4d65dd913d6f63416bdabb60e >`__)
5555- **cli: ** remove CLI version check
5656 (`#3343 <https://github.com/SwissDataScienceCenter/renku-python/issues/3343 >`__)
5757 (`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`
5959 (`#3362 <https://github.com/SwissDataScienceCenter/renku-python/issues/3362 >`__)
6060 (`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 `
6262 (`#3356 <https://github.com/SwissDataScienceCenter/renku-python/issues/3356 >`__)
6363 (`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``
6565 (`#3342 <https://github.com/SwissDataScienceCenter/renku-python/issues/3342 >`__)
6666 (`8bef1b9 <https://github.com/SwissDataScienceCenter/renku-python/commit/8bef1b9d2dd65bd0b678353363140cdf4a220027 >`__)
67- - **dataset: ** external storage backend
67+ - **dataset: ** add external storage backend
6868 (`#3323 <https://github.com/SwissDataScienceCenter/renku-python/issues/3323 >`__)
6969 (`2a461d4 <https://github.com/SwissDataScienceCenter/renku-python/commit/2a461d4908e346c356bffb4dd602088098736d67 >`__)
70- - **dataset: ** parallel data download/upload
70+ - **dataset: ** support parallel data download/upload
7171 (`#3358 <https://github.com/SwissDataScienceCenter/renku-python/issues/3358 >`__)
7272 (`3f1e707 <https://github.com/SwissDataScienceCenter/renku-python/commit/3f1e707042214d819c56565b7eed61a472af9702 >`__)
7373- **dataset: ** store s3 credentials per bucket
0 commit comments