Skip to content

Commit 62f69ab

Browse files
committed
chore: release v2.3.0
1 parent 9eb4f9a commit 62f69ab

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@
1818
Changes
1919
=======
2020

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+
2145
`2.2.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.1.0...v2.2.0>`__ (2023-02-10)
2246
-------------------------------------------------------------------------------------------------------
2347

helm-chart/renku-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: renku-core
55
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6-
version: 2.2.0
6+
version: 2.3.0

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ versions:
9797
fullnameOverride: ""
9898
image:
9999
repository: renku/renku-core
100-
tag: "v2.2.0"
100+
tag: "v2.3.0"
101101
pullPolicy: IfNotPresent
102102
v9:
103103
name: v9

0 commit comments

Comments
 (0)