18
18
Changes
19
19
=======
20
20
21
- `2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1 ...v2.7.0 >`__ (2023-08-09 )
21
+ `2.7.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.2 ...v2.7.0 >`__ (2023-09-27 )
22
22
-------------------------------------------------------------------------------------------------------
23
23
24
24
Bug Fixes
25
25
~~~~~~~~~
26
26
27
+ - **cli: ** do not freeze/unfreeze plan view model
28
+ (`#3599 <https://github.com/SwissDataScienceCenter/renku-python/issues/3599 >`__)
29
+ (`3c48cff <https://github.com/SwissDataScienceCenter/renku-python/commit/3c48cffe116db5c246beca2003c2f282fc38b465 >`__)
30
+ - **cli: ** ssh setup and key usage
31
+ (`#3615 <https://github.com/SwissDataScienceCenter/renku-python/issues/3615 >`__)
32
+ (`3fa737a <https://github.com/SwissDataScienceCenter/renku-python/commit/3fa737ab6cd6126047098957ff2e5f179e939339 >`__)
33
+ - **core: ** setting non-existing config property to null
34
+ (`#3595 <https://github.com/SwissDataScienceCenter/renku-python/issues/3595 >`__)
35
+ (`e0ff587 <https://github.com/SwissDataScienceCenter/renku-python/commit/e0ff587f507d049eeeb873e8488ba8bb10ac1a15 >`__)
36
+ - **core: ** skip fast cache migrations check for anonymous users
37
+ (`#3577 <https://github.com/SwissDataScienceCenter/renku-python/issues/3577 >`__)
38
+ (`9ee3176 <https://github.com/SwissDataScienceCenter/renku-python/commit/9ee3176ce379dd80d2955e858f5e11e1fb32b464 >`__)
39
+ - **service: ** normalize git url to avoid duplicate cache entries
40
+ (`#3606 <https://github.com/SwissDataScienceCenter/renku-python/issues/3606 >`__)
41
+ (`19142c6 <https://github.com/SwissDataScienceCenter/renku-python/commit/19142c6f58713cb9990b71f9ed738990987c3e16 >`__)
27
42
- **cli: ** adapt to changes in KG api for importing datasets
28
43
(`#3549 <https://github.com/SwissDataScienceCenter/renku-python/issues/3549 >`__)
29
44
(`020434a <https://github.com/SwissDataScienceCenter/renku-python/commit/020434a7dd6449755644a2e9ca849b8821900f72 >`__)
30
- - **cli: ** fix overwriting dataset tags
31
- (`#3497 <https://github.com/SwissDataScienceCenter/renku-python/issues/3497 >`__)
32
- (`17a49ae <https://github.com/SwissDataScienceCenter/renku-python/commit/17a49aebc7207901986c38fd30afc58baf40be1f >`__)
33
45
- **service: ** add branch to service cache path
34
46
(`#3562 <https://github.com/SwissDataScienceCenter/renku-python/issues/3562 >`__)
35
47
(`3800a38 <https://github.com/SwissDataScienceCenter/renku-python/commit/3800a3823515763c207b1b15f348df3b0cdd9831 >`__)
@@ -48,6 +60,41 @@ Features
48
60
(`#3534 <https://github.com/SwissDataScienceCenter/renku-python/issues/3534 >`__)
49
61
(`a9994a8 <https://github.com/SwissDataScienceCenter/renku-python/commit/a9994a8cb2541527ca9be731037cc60b03d62cea >`__)
50
62
63
+ `2.6.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1...v2.6.2 >`__ (2023-08-23)
64
+ -------------------------------------------------------------------------------------------------------
65
+
66
+ Bug Fixes
67
+ ~~~~~~~~~
68
+
69
+ - **cli: ** correct bad plan ID format
70
+ (`#3594 <https://github.com/SwissDataScienceCenter/renku-python/issues/3594 >`__)
71
+ (`c418c17 <https://github.com/SwissDataScienceCenter/renku-python/commit/c418c178d03a5caac126d14cc089064ee13f2747 >`__)
72
+ - **cli: ** fix overwriting dataset tags
73
+ (`#3497 <https://github.com/SwissDataScienceCenter/renku-python/issues/3497 >`__)
74
+ (`ef6d214 <https://github.com/SwissDataScienceCenter/renku-python/commit/ef6d214e165ba877b5acc26427d5663366aaaa29 >`__)
75
+ - **cli: ** parse security_opt as list not tuple so that session launches from the CLI work
76
+ (`#3587 <https://github.com/SwissDataScienceCenter/renku-python/issues/3587 >`__)
77
+ (`d74d35f <https://github.com/SwissDataScienceCenter/renku-python/commit/d74d35ff3428118945a1df1b2f52eebcfcf31132 >`__)
78
+ - **core: ** properly formatted dataset image IDs
79
+ (`#3596 <https://github.com/SwissDataScienceCenter/renku-python/issues/3596 >`__)
80
+ (`f624b2b <https://github.com/SwissDataScienceCenter/renku-python/commit/f624b2bf261d97b07c88243f674f544613753e28 >`__)
81
+ - **service: ** speed up cache.migration_check endpoint
82
+ (`#3597 <https://github.com/SwissDataScienceCenter/renku-python/issues/3597 >`__)
83
+ (`20b5589 <https://github.com/SwissDataScienceCenter/renku-python/commit/20b5589ea2639b4ff017fc390a9b685842c9685d >`__)
84
+ - **service: ** serialize project versions as integer
85
+ (`#3591 <https://github.com/SwissDataScienceCenter/renku-python/issues/3591 >`__)
86
+ (`5624573 <https://github.com/SwissDataScienceCenter/renku-python/commit/5624573160c2820770093f8752d1975a18e785e6 >`__)
87
+
88
+ `2.6.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.6.1...v2.6.2 >`__ (2023-07-13)
89
+ -------------------------------------------------------------------------------------------------------
90
+
91
+ Bug Fixes
92
+ ~~~~~~~~~
93
+
94
+ - **service: ** fixes issues with the scaling of the core service
95
+ (`#3555 <https://github.com/SwissDataScienceCenter/renku-python/pull/3555 >`__)
96
+ (`4288ada <https://github.com/SwissDataScienceCenter/renku-python/commit/4288ada0b4ec658089b25d12add8a1d16955498a >`__)
97
+
51
98
`2.6.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.5.0...v2.6.0 >`__ (2023-06-20)
52
99
-------------------------------------------------------------------------------------------------------
53
100
0 commit comments