File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
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
+
21
41
`2.0.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.0.0...v2.0.1 >`__ (2023-01-04)
22
42
-------------------------------------------------------------------------------------------------------
23
43
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
3
3
description : A Helm chart for Kubernetes
4
4
name : renku-core
5
5
icon : 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:
97
97
fullnameOverride : " "
98
98
image :
99
99
repository : renku/renku-core
100
- tag : " v2.0.1 "
100
+ tag : " v2.1.0 "
101
101
pullPolicy : IfNotPresent
102
102
v9 :
103
103
name : v9
You can’t perform that action at this time.
0 commit comments