Skip to content

Commit 0c55581

Browse files
author
Ralf Grubenmann
committed
Merge branch 'master' into develop
2 parents e895b4e + b2dd070 commit 0c55581

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGES.rst

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

21+
`2.3.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.3.0...v2.3.1>`__ (2023-03-10)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** set git credentials helper correctly on git clone
28+
(`#3348 <https://github.com/SwissDataScienceCenter/renku-python/issues/3348>`__)
29+
(`ac21c32 <https://github.com/SwissDataScienceCenter/renku-python/commit/ac21c3266246f011ec0bfd785e53fd03a553eee4>`__)
30+
- **core:** update template checksum when updating Dockerfile
31+
(`#3351 <https://github.com/SwissDataScienceCenter/renku-python/issues/3351>`__)
32+
(`24407e5 <https://github.com/SwissDataScienceCenter/renku-python/commit/24407e5857faab0fe4d20883039f2a831977b15c>`__)
33+
- **core:** parallelize dataset add to improve performance
34+
(`#3338 <https://github.com/SwissDataScienceCenter/renku-python/issues/3338>`__)
35+
(`85ab141 <https://github.com/SwissDataScienceCenter/renku-python/commit/85ab14199c83815f6d3a63fd6dc721638b3b4c95>`__)
36+
2137
`2.3.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.2.0...v2.3.0>`__ (2023-02-27)
2238
-------------------------------------------------------------------------------------------------------
2339

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.3.0
6+
version: 2.3.1

helm-chart/renku-core/values.yaml

Lines changed: 2 additions & 2 deletions
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.3.0"
100+
tag: "v2.3.1"
101101
pullPolicy: IfNotPresent
102102
v9:
103103
name: v9
@@ -106,7 +106,7 @@ versions:
106106
fullnameOverride: ""
107107
image:
108108
repository: renku/renku-core
109-
tag: "v1.11.2"
109+
tag: "v1.11.3"
110110
pullPolicy: IfNotPresent
111111
podSecurityContext:
112112
runAsUser: 1000

renku/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from importlib_metadata import distribution, version # type: ignore
2626

2727
__version__ = version("renku")
28-
__template_version__ = "0.4.1"
28+
__template_version__ = "0.5.0"
2929
__minimum_project_version__ = "2.1.0"
3030

3131

0 commit comments

Comments
 (0)