File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 18
18
Changes
19
19
=======
20
20
21
+ `2.3.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.2.0...v2.3.0 >`__ (2023-02-27)
22
+ -------------------------------------------------------------------------------------------------------
23
+
24
+ Bug Fixes
25
+ ~~~~~~~~~
26
+
27
+ - **cli: ** fix renku workflow visualize crashing for large graphs due
28
+ to a curses error
29
+ (`#3273 <https://github.com/SwissDataScienceCenter/renku-python/issues/3273 >`__)
30
+ (`5898cbb <https://github.com/SwissDataScienceCenter/renku-python/commit/5898cbb5756c86013c169e234e8002285e4e84a7 >`__)
31
+ - **core: ** metadata v10 migration fixes
32
+ (`#3326 <https://github.com/SwissDataScienceCenter/renku-python/issues/3326 >`__)
33
+ (`38aa53c <https://github.com/SwissDataScienceCenter/renku-python/commit/38aa53c3fa2a15976ff1cce68b5a21ca24df2078 >`__)
34
+ - **svc: ** properly use Redis sentinel
35
+ (`#3319 <https://github.com/SwissDataScienceCenter/renku-python/issues/3319 >`__)
36
+ (`4a52069 <https://github.com/SwissDataScienceCenter/renku-python/commit/4a5206971fb8212a399d06132fe811d948edb96f >`__)
37
+
38
+ Features
39
+ ~~~~~~~~
40
+
41
+ - **core: ** add support for ssh connections into sessions
42
+ (`#3318 <https://github.com/SwissDataScienceCenter/renku-python/issues/3318 >`__)
43
+ (`c024650 <https://github.com/SwissDataScienceCenter/renku-python/commit/c024650c96beef6d1ae2153b18b5b142171f2d80 >`__)
44
+
21
45
`2.2.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.1.0...v2.2.0 >`__ (2023-02-10)
22
46
-------------------------------------------------------------------------------------------------------
23
47
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.2 .0
6
+ version : 2.3 .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.2 .0"
100
+ tag : " v2.3 .0"
101
101
pullPolicy : IfNotPresent
102
102
v9 :
103
103
name : v9
You can’t perform that action at this time.
0 commit comments