File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `1.10.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.3...v1.10.0 >`__ (2022-11-28)
22
+ =========================================================================================================
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ - **workflow: ** list composite plans
28
+ (`#3218 <https://github.com/SwissDataScienceCenter/renku-python/issues/3218 >`__)
29
+ (`98a4b22 <https://github.com/SwissDataScienceCenter/renku-python/commit/98a4b22b3c5f1ab56255811f9f36ea89ede026d6 >`__)
30
+
31
+ Features
32
+ ~~~~~~~~
33
+
34
+ - **core: ** inform users about push in renku save
35
+ (`#3194 <https://github.com/SwissDataScienceCenter/renku-python/issues/3194 >`__)
36
+ (`2f7f936 <https://github.com/SwissDataScienceCenter/renku-python/commit/2f7f936b35161469d18817b9016d0a5802842a3f >`__)
37
+ - **service: ** add workflow export endpoint
38
+ (`#3212 <https://github.com/SwissDataScienceCenter/renku-python/issues/3212 >`__)
39
+ (`bb50f86 <https://github.com/SwissDataScienceCenter/renku-python/commit/bb50f86f1adf1e24cec601d689d3bb8aa2ddaeb5 >`__)
40
+
21
41
`1.9.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.2...v1.9.3 >`__ (2022-11-17)
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 : 1.9.3
6
+ version : 1.10.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 : " v1.9.3 "
100
+ tag : " v1.10.0 "
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.3 "
27
+ __version__ = "1.10.0 "
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