Skip to content

Releases: kestra-io/kestra

v0.23.8

29 Jul 08:34
Compare
Choose a tag to compare

Changelog

📘 Subtasks

flows

  • 8355eb1 show small execution charts on flow listing

version

🐛 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

executions

namespaces

system

  • b99946d avoid potential NPE in ServiceLivenessManager (#10338), closes #10338
  • 19428ad ignore state transition failure for indexer

triggers

  • a5b4ec3 bulk action on triggers did not take into account this is async (#10307), closes #10307

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

29 Jul 13:09
Compare
Choose a tag to compare

Breaking Changes

Bug Fixes

Chores

Commits

  • 890bb8f: Revert "fix(executions): flow concurrency limit not honors when executions are created at a high rate" (Loïc Mathieu)

v0.21.19

25 Jul 14:56
623f978
Compare
Choose a tag to compare

Features

Bug Fixes

  • system: wait for grace period before reemitting tasks for terminated_forced workers (Florian Hussonnois)

Chores

v0.23.7

22 Jul 16:19
bc1a08b
Compare
Choose a tag to compare

Changelog

🚀 Features

flows

  • a8584a8 add setting to disable hovers in editor

📘 Subtasks

version

🐛 Bug Fixes

executions

  • 26a82fc support unicode file name inside the internal storage, closes #9550

logs

pebble

tests

  • 45ad1f6 strengthen awaitExecution predicate

triggers

global

  • 30a8081 handle label filter with and instead or for flow, closes #4390

  • 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

22 Jul 14:48
d888977
Compare
Choose a tag to compare

Bug Fixes

Chores

Commits

  • 610586c: fix(executions)*: restart with finally or afterExecution (Loïc Mathieu)
  • system: compilation issue (Loïc Mathieu)

v0.23.6

15 Jul 13:15
Compare
Choose a tag to compare

Changelog

📘 Subtasks

version

🐛 Bug Fixes

core

Contributors

We'd like to thank the following people for their contributions:
YannC., brian-mulier-p, brian.mulier

v0.22.19

15 Jul 12:52
Compare
Choose a tag to compare

Features

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

08 Jul 14:00
Compare
Choose a tag to compare

Changelog

🚀 Features

cicd

📘 Subtasks

version

🐛 Bug Fixes

system

  • d5d5f45 force running after execution tasks even if the execution is killed, closes #9852

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

08 Jul 15:12
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

Commits

  • a16c7f2: Merge remote-tracking branch 'origin/releases/v0.22.x' into releases/v0.22.x (nKwiatkowski)
  • d74f39b: fix(webserver)*: bulk set labels remove existing labels (Loïc Mathieu)

v0.22.17

02 Jul 09:08
Compare
Choose a tag to compare

Features

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.)

Commits

  • 52c383c: feat(executions)*: add tasks to set and unset execution variables (Loïc Mathieu)
  • 481b6d0: fix(system)*: mitigate possible deadlock for execution delay and SLA (Loïc Mathieu)
  • bedf507: Merge remote-tracking branch 'origin/releases/v0.22.x' into releases/v0.22.x (nKwiatkowski)