File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ `2.1.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.0.1...v2.1.0 >`__ (2023-01-18)
22+ -------------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **cli: ** check for image in registry before pulling and improve error messages
28+ (`#3265 <https://github.com/SwissDataScienceCenter/renku-python/issues/3265 >`__)
29+ (`d81a487 <https://github.com/SwissDataScienceCenter/renku-python/commit/d81a487b993e0f5ef3e09d8d2a3fc5bc0508d268 >`__)
30+ - **workflow: ** failure when re-/executing a subset of workflow file steps
31+ (`#3263 <https://github.com/SwissDataScienceCenter/renku-python/issues/3263 >`__)
32+ (`7d2094e <https://github.com/SwissDataScienceCenter/renku-python/commit/7d2094e13e951748a7d346ed49c429e120e999bc >`__)
33+
34+ Features
35+ ~~~~~~~~
36+
37+ - **dataset: ** support for azure blob storage
38+ (`#3257 <https://github.com/SwissDataScienceCenter/renku-python/issues/3257 >`__)
39+ (`47fa194 <https://github.com/SwissDataScienceCenter/renku-python/commit/47fa194fd706079946fa756eb41b53272a134319 >`__)
40+
2141`2.0.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.0.0...v2.0.1 >`__ (2023-01-04)
2242-------------------------------------------------------------------------------------------------------
2343
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
33description : A Helm chart for Kubernetes
44name : renku-core
55icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6- version : 2.0.1
6+ version : 2.1.0
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ versions:
9797 fullnameOverride : " "
9898 image :
9999 repository : renku/renku-core
100- tag : " v2.0.1 "
100+ tag : " v2.1.0 "
101101 pullPolicy : IfNotPresent
102102 v9 :
103103 name : v9
You can’t perform that action at this time.
0 commit comments