File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `1.8.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.8.0...v1.8.1 >`__ (2022-10-26)
22
+ -------------------------------------------------------------------------------------------------------
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ - **service: ** don't change working directory, as it isn't thread-safe
28
+ (`#3182 <https://github.com/SwissDataScienceCenter/renku-python/issues/3182 >`__)
29
+ (`909b001 <https://github.com/SwissDataScienceCenter/renku-python/commit/909b001fb0a0ac3e6deb2d03f5f9218a7ee7d42e >`__)
30
+
31
+ Features
32
+ ~~~~~~~~
33
+
34
+ - **dataset: ** support non-AWS S3 URI
35
+ (`#3159 <https://github.com/SwissDataScienceCenter/renku-python/issues/3159 >`__)
36
+ (`b81bbe5 <https://github.com/SwissDataScienceCenter/renku-python/commit/b81bbe58b65ac0cd1048a05fae87550d3db4e991 >`__)
37
+
21
38
`1.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.7.1...v1.8.0 >`__ (2022-10-14)
22
- =======================================================================================================
39
+ -------------------------------------------------------------------------------------------------------
23
40
24
41
Bug Fixes
25
42
~~~~~~~~~
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.8.0
6
+ version : 1.8.1
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ versions:
96
96
fullnameOverride : " "
97
97
image :
98
98
repository : renku/renku-core
99
- tag : " v1.8.0 "
99
+ tag : " v1.8.1 "
100
100
pullPolicy : IfNotPresent
101
101
v8 :
102
102
name : v8
Original file line number Diff line number Diff line change 24
24
except ImportError :
25
25
from importlib_metadata import distribution # type: ignore
26
26
27
- __version__ = "1.8.0 "
27
+ __version__ = "1.8.1 "
28
28
__template_version__ = "0.3.1"
29
29
__minimum_project_version__ = "1.7.0"
30
30
You can’t perform that action at this time.
0 commit comments