Skip to content

Commit 3da4a63

Browse files
committed
chore: release v2.9.2
1 parent e839e19 commit 3da4a63

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.9.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.1...v2.9.2>`__ (2024-02-06)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **cli:** don’t fail on workflows without inputs/outputs and print
28+
approriate warnings
29+
(`#3694 <https://github.com/SwissDataScienceCenter/renku-python/issues/3694>`__)
30+
(`33a29aa <https://github.com/SwissDataScienceCenter/renku-python/commit/33a29aa3ff1257ec41e35a36674bf53c8050cdea>`__)
31+
- **core:** migrate Dockerfile after metadata
32+
(`#3690 <https://github.com/SwissDataScienceCenter/renku-python/issues/3690>`__)
33+
(`e98f112 <https://github.com/SwissDataScienceCenter/renku-python/commit/e98f112284a7d9cecf5c16d03ac7db0cc5e88077>`__)
34+
- **service:** properly return cli_version in api version
35+
(`#3699 <https://github.com/SwissDataScienceCenter/renku-python/issues/3699>`__)
36+
(`50e20e1 <https://github.com/SwissDataScienceCenter/renku-python/commit/50e20e1d2f4d077ae3528351964d5f15b3d35d9b>`__)
37+
38+
Features
39+
~~~~~~~~
40+
41+
- **cli:** allow ignoring template rendering errors
42+
(`#3697 <https://github.com/SwissDataScienceCenter/renku-python/issues/3697>`__)
43+
(`088ce15 <https://github.com/SwissDataScienceCenter/renku-python/commit/088ce1543bc093ec462193e07f2d1d06e4a7cb68>`__)
44+
2145
`2.9.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.0...v2.9.1>`__ (2024-01-18)
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.9.1
6+
version: 2.9.2

helm-chart/renku-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ global:
88
versions:
99
latest:
1010
image:
11-
tag: v2.9.1
11+
tag: v2.9.2

0 commit comments

Comments
 (0)