Skip to content

Commit a355ac8

Browse files
author
Ralf Grubenmann
committed
Merge branch 'master' into develop
2 parents 4ed6bc8 + d2804d8 commit a355ac8

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGES.rst

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

21+
`2.4.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.4.0...v2.4.1>`__ (2023-05-12)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** export removed datasets in graph export –full
28+
(`#3422 <https://github.com/SwissDataScienceCenter/renku-python/issues/3422>`__)
29+
(`59771e5 <https://github.com/SwissDataScienceCenter/renku-python/commit/59771e5993d2a35de38e2407d47e9684b5361f0d>`__)
30+
- **core:** fix error in metadata loading and v10 migration
31+
(`#3399 <https://github.com/SwissDataScienceCenter/renku-python/issues/3399>`__)
32+
(`5c2cfb4 <https://github.com/SwissDataScienceCenter/renku-python/commit/5c2cfb40d8212a05e319967b4c206eeae4a4dde5>`__)
33+
- **core:** fix trying to pull external files from LFS, prohibit
34+
external files in workflows
35+
(`#3390 <https://github.com/SwissDataScienceCenter/renku-python/issues/3390>`__)
36+
(`0aac292 <https://github.com/SwissDataScienceCenter/renku-python/commit/0aac292e45df62489d92db142e8f843a05c06b80>`__)
37+
38+
Features
39+
~~~~~~~~
40+
41+
- **cli:** pretty session list output with additional fields
42+
(`#3397 <https://github.com/SwissDataScienceCenter/renku-python/issues/3397>`__)
43+
(`d8feb83 <https://github.com/SwissDataScienceCenter/renku-python/commit/d8feb8395052382018e0ad6c6a0f57bed77bde1d>`__)
44+
- **core:** do not update template if Dockerfile is modified
45+
(`#3396 <https://github.com/SwissDataScienceCenter/renku-python/issues/3396>`__)
46+
(`00a1963 <https://github.com/SwissDataScienceCenter/renku-python/commit/00a1963fe190f583e2b4a41935b7761a8ec588ed>`__)
47+
- **core:** raise proper errors when Renku metadata is corrupt
48+
(`#3393 <https://github.com/SwissDataScienceCenter/renku-python/issues/3393>`__)
49+
(`bb0a39a <https://github.com/SwissDataScienceCenter/renku-python/commit/bb0a39a60502688a9962876aac91f19e20900854>`__)
50+
- **dataset:** default dataset add action in configuration
51+
(`#3398 <https://github.com/SwissDataScienceCenter/renku-python/issues/3398>`__)
52+
(`4f10d5f <https://github.com/SwissDataScienceCenter/renku-python/commit/4f10d5faec461152be4cc790c0cfc780593fc2c4>`__)
53+
- **service:** allow setting default CLI version for project creation
54+
(`#3415 <https://github.com/SwissDataScienceCenter/renku-python/issues/3415>`__)
55+
(`9f16b0a <https://github.com/SwissDataScienceCenter/renku-python/commit/9f16b0a3fffaa3887ee869e104e9cebaa85de2b2>`__)
56+
2157
`2.4.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.3.2...v2.4.0>`__ (2023-04-10)
2258
-------------------------------------------------------------------------------------------------------
2359

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.4.0
6+
version: 2.4.1

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.4.0"
100+
tag: "v2.4.1"
101101
pullPolicy: IfNotPresent
102102
v9:
103103
name: v9

0 commit comments

Comments
 (0)