Releases: kestra-io/kestra
v0.23.8
Changelog
📘 Subtasks
flows
- 8355eb1 show small execution charts on flow listing
version
- ffa33b1 version 0.23.8
🐛 Bug Fixes
cli
core
- af9129f compilation issue
- 177ba35 🚨 amend misc label-related issues (#10044) - *switched from first to last label value override
BREAKING CHANGE: preventing empty key/value labels
BREAKING CHANGE: preventing whitespace in key
-
fix(core): reflect feedback
-
Deduplicated a list inside the
Labels
task. -
Worked around label mutation at
Worker
. -
Attempted to deduplicate labels within
Execution
as possible. -
fix(core): remove irrelevant changes*, closes #10044
- ccd7b43 fix search filtering based on endDate field (kestra-io/kestra-ee#4446)
- 50f72f8 check null uri (#10309), closes #10309
executions
- 162764f flow concurrency limit not honors when executions are created at a high rate, closes #10167
- 53f881e race condition inside nested ForEach with concurrency, closes #10167
- 0759aae update query parameter for state filtering (#10315), closes #10315
- fc8b389 make sure outputs do not overflow over right drawer (#10238), closes #10232 #10238
namespaces
- 5585e9d make sure the namespace parameter is properly passed when reading a file (#10384), closes #10363 #10384
system
- b99946d avoid potential NPE in ServiceLivenessManager (#10338), closes #10338
- 19428ad ignore state transition failure for indexer
triggers
global
Contributors
We'd like to thank the following people for their contributions:
Bart Ledoux, Florian Hussonnois, Loïc Mathieu, MilosPaunovic, Miloš Paunović, Nicolas K., Piyush Bhaskar, Piyush-r-bhaskar, Roman Acevedo, YannC, YannC., nKwiatkowski, yuri
v0.22.21
Breaking Changes
- core: amend misc label-related issues (#10044) (Loïc Mathieu)
Bug Fixes
- executions: race condition inside nested ForEach with concurrency (Loïc Mathieu)
- executions: flow concurrency limit not honors when executions are created at a high rate (Loïc Mathieu)
- core: amend misc label-related issues (#10044) (Loïc Mathieu)
- core: compilation issue (Loïc Mathieu)
- set postgres and mysql queue offset as a bigint (#10344) (YannC)
- triggers: bulk action on triggers did not take into account this is async (#10307) (Roman Acevedo)
- core: add translations (brian.mulier)
- test: wrong URL in test (Loïc Mathieu)
- tests: wrong URL (Loïc Mathieu)
Chores
- version: version 0.22.21 (Loïc Mathieu)
Commits
- 890bb8f: Revert "fix(executions): flow concurrency limit not honors when executions are created at a high rate" (Loïc Mathieu)
v0.21.19
Features
- cicd: #4006 migrate sonatype to maven central (#9803) (Nicolas K.)
- cicd: #4006 migrate to maven central (#9807) (Nicolas K.)
- cicd: migrate to maven central (nKwiatkowski)
Bug Fixes
- system: wait for grace period before reemitting tasks for terminated_forced workers (Florian Hussonnois)
Chores
- version: update to version 'v0.21.19' (Florian Hussonnois)
v0.23.7
Changelog
🚀 Features
flows
- a8584a8 add setting to disable hovers in editor
📘 Subtasks
version
- bc1a08b bump to version '0.23.7'
🐛 Bug Fixes
executions
logs
pebble
tests
- 45ad1f6 strengthen awaitExecution predicate
triggers
- 8359bfc ensure clearing the selection. (#10245), closes #10245
- 5737216 only updates the trigger that matches both flowId and triggerId (#10156), closes #10156
global
- a243c56 fix(namespaces)*: prevent overwriting namespace file content with undefined string
- 5121ceb system: compilation issue
- 1dae994 fix(executions)*: restart with finally or afterExecution, closes #10155
Contributors
We'd like to thank the following people for their contributions:
Bart Ledoux, Florian Hussonnois, GitHub, Loïc Mathieu, MilosPaunovic, Nicolas K., Piyush Bhaskar, Piyush-r-bhaskar, YannC., nKwiatkowski
v0.22.20
Bug Fixes
- triggers: only updates the trigger that matches both flowId and triggerId (#10156) (Piyush Bhaskar)
- executions: support unicode file name inside the internal storage (Loïc Mathieu)
- remove old test (YannC.)
- handle label filter with and instead or for flow (YannC.)
- pebble: #8953 add more flexible day number conversion method (#10205) (Nicolas K.)
- test: fix ScriptServiceTest (Florian Hussonnois)
Chores
- version: bump to version '0.22.20' (Florian Hussonnois)
Commits
- 610586c: fix(executions)*: restart with finally or afterExecution (Loïc Mathieu)
- system: compilation issue (Loïc Mathieu)
v0.23.6
Changelog
📘 Subtasks
version
- 747c424 upgrade to v0.23.6
🐛 Bug Fixes
core
- 33bfc97 trim expressions in select & multiselect to be able to use '|' instead of '>-' (#10017), closes #10016 #10017
Contributors
We'd like to thank the following people for their contributions:
YannC., brian-mulier-p, brian.mulier
v0.22.19
Features
- system: add NoopCache (Loïc Mathieu)
Bug Fixes
- core: trim expressions in select & multiselect to be able to use '|' instead of '>-' (#10017) (brian-mulier-p)
- use correct field instead of null in the filter (YannC.)
Chores
- system: rename FlowExecutorInterface to FlowMetaStoreInterface (Loïc Mathieu)
- version: upgrade to v0.22.19 (YannC.)
v0.23.5
Changelog
🚀 Features
cicd
- 5c45bd5 #4006 add javadoc and sources to cli release, closes #4006
- 0f3c745 #4006 change signing method (#9854), closes #4006 #9854
📘 Subtasks
version
- 58ceb66 upgrade to v0.23.5
🐛 Bug Fixes
system
taskrunner
- a082665 fix(webserver)*: bulk set labels remove existing labels, closes #9764
- fdf1262 fix(namespaces)*: take pagination into account when browsing namespace flows (#9849), closes #9805 #9849
Contributors
We'd like to thank the following people for their contributions:
François Delbrayelle, Loïc Mathieu, MilosPaunovic, Miloš Paunović, Nicolas K., nKwiatkowski
v0.22.18
Features
- cicd: #4006 change signing method (#9854) (Nicolas K.)
- cicd: #4006 add javadoc and sources to cli release (nKwiatkowski)
Bug Fixes
- revert test changes (YannC.)
- system: force running after execution tasks even if the execution is killed (Loïc Mathieu)
- failing test (nKwiatkowski)
- failing unit test (nKwiatkowski)
Chores
- version: upgrade to v0.22.17 (YannC.)
- version: upgrade to v0.22.18 (nKwiatkowski)
Commits
v0.22.17
Features
- cluster: persist maintenance mode in the database (Loïc Mathieu)
- triggers: avoid clearing selection when refreshing in triggers list (YannC.)
- cicd: #4006 migrate sonatype to maven central (#9803) (Nicolas K.)
- cicd: #4006 migrate to maven central (#9807) (Nicolas K.)
Bug Fixes
- avoid failure to deserialize json objects that have unknown fields with http client (#9668) (brian-mulier-p)
- executions: added greater than and lower than for start/end date in supportedOp (YannC.)
- triggers: correctly replace the update triggers when disabling (YannC.)
- ui: use correct key in filter query (YannC.)
- revert test changes (YannC.)
Chores
- version: upgrade to v0.22.17 (YannC.)