Skip to content

Commit cccb90f

Browse files
committed
chore: release v1.2.4
1 parent 11a69d7 commit cccb90f

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGES.rst

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

21+
`1.2.4 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.2.3...v1.2.4>`__ (2022-05-06)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** fix using float values in renku workflow iterate
28+
(`#2875 <https://github.com/SwissDataScienceCenter/renku-python/issues/2875>`__)
29+
(`07934a8 <https://github.com/SwissDataScienceCenter/renku-python/commit/07934a8df49a4b8a7a4c25eddaae93b97943ac59>`__)
30+
- **service:** set oauth token when using gitlab APIs
31+
(`#2884 <https://github.com/SwissDataScienceCenter/renku-python/issues/2884>`__)
32+
(`11a69d7 <https://github.com/SwissDataScienceCenter/renku-python/commit/11a69d71fc08854a03bf3e524f0d68d3e86a5685>`__)
33+
34+
Features
35+
~~~~~~~~
36+
37+
- **core:** preserve staged files when editing renku config
38+
(`#2871 <https://github.com/SwissDataScienceCenter/renku-python/issues/2871>`__)
39+
(`3c3cc66 <https://github.com/SwissDataScienceCenter/renku-python/commit/3c3cc66a426c71d742d13b5fb394791d8425a5c6>`__)
40+
2141
`1.2.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.2.2...v1.2.3>`__ (2022-04-29)
2242
-------------------------------------------------------------------------------------------------------
2343

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: 1.2.3
6+
version: 1.2.4

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ versions:
109109
fullnameOverride: ""
110110
image:
111111
repository: renku/renku-core
112-
tag: "v1.2.3"
112+
tag: "v1.2.4"
113113
pullPolicy: IfNotPresent
114114
v8:
115115
name: v8

0 commit comments

Comments
 (0)