File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `1.3.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.3.0...v1.3.1 >`__ (2022-05-23)
22
+ -------------------------------------------------------------------------------------------------------
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ - **ci: ** pin poetry-dynamic-versioning to 0.17.1
28
+ (`#2920 <https://github.com/SwissDataScienceCenter/renku-python/issues/2920 >`__)
29
+ (`239ef76 <https://github.com/SwissDataScienceCenter/renku-python/commit/239ef766c441ee534a850a965337d9a8126a1588 >`__)
30
+
31
+ Features
32
+ ~~~~~~~~
33
+
34
+ - **cli: ** show spinner when cloning repo for dataset import/update
35
+ (`#2914 <https://github.com/SwissDataScienceCenter/renku-python/issues/2914 >`__)
36
+ (`46508af <https://github.com/SwissDataScienceCenter/renku-python/commit/46508af8573dba967e8ac91420a69c2180d0d7c5 >`__)
37
+
21
38
`1.3.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.2.4...v1.3.0 >`__ (2022-05-20)
22
39
-------------------------------------------------------------------------------------------------------
23
40
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 : 1.3.0
6
+ version : 1.3.1
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ versions:
109
109
fullnameOverride : " "
110
110
image :
111
111
repository : renku/renku-core
112
- tag : " v1.3.0 "
112
+ tag : " v1.3.1 "
113
113
pullPolicy : IfNotPresent
114
114
v8 :
115
115
name : v8
You can’t perform that action at this time.
0 commit comments