File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1818Changes
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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
33description : A Helm chart for Kubernetes
44name : renku-core
55icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6- version : 2.9.1
6+ version : 2.9.2
Original file line number Diff line number Diff line change 88versions :
99 latest :
1010 image :
11- tag : v2.9.1
11+ tag : v2.9.2
You can’t perform that action at this time.
0 commit comments