File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `1.9.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.0...v1.9.1 >`__ (2022-11-07)
22
+ -------------------------------------------------------------------------------------------------------
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ - **service: ** fix import of private datasets with gitlab cloud native
28
+ deployments
29
+ (`#3193 <https://github.com/SwissDataScienceCenter/renku-python/issues/3193 >`__)
30
+ (`5fbc8d2 <https://github.com/SwissDataScienceCenter/renku-python/commit/5fbc8d23df03642e5c12ebae456891e33b5537bb >`__)
31
+ - **service: ** remove project cache directory before clone
32
+ (`#3195 <https://github.com/SwissDataScienceCenter/renku-python/issues/3195 >`__)
33
+ (`e046b3a <https://github.com/SwissDataScienceCenter/renku-python/commit/e046b3a2cbafa731f8c5e836152f5b1429d5cf0f >`__)
34
+
35
+ Features
36
+ ~~~~~~~~
37
+
38
+ - **dataset: ** copy data to s3
39
+ (`#3163 <https://github.com/SwissDataScienceCenter/renku-python/issues/3163 >`__)
40
+ (`bb326d2 <https://github.com/SwissDataScienceCenter/renku-python/commit/bb326d2a38a455d4e120719d5e54ab11721d4e0e >`__)
41
+
21
42
`1.9.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.8.1...v1.9.0 >`__ (2022-11-03)
22
43
-------------------------------------------------------------------------------------------------------
23
44
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.9.0
6
+ version : 1.9.1
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 : " v1.9.0 "
100
+ tag : " v1.9.1 "
101
101
pullPolicy : IfNotPresent
102
102
v8 :
103
103
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.9.0 "
27
+ __version__ = "1.9.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