Releases: kestra-io/kestra
Releases · kestra-io/kestra
v0.20.24
Bug Fixes
- flows: flow with path now have the tenant id (nKwiatkowski)
Chores
- version: upgrade version to v0.20.24 (YannC.)
Commits
- b875ea0: fix(system)*: reset the trigger into the KafkaScheduler instead of the ExecutorMain (Loïc Mathieu)
v0.19.24
v0.18.20
v0.17.26
v0.15.38
v0.22.7
Bug Fixes
- system: avoid catching JVM fatal error on Worker (Florian Hussonnois)
- executions: avoid to stop following execution too early leading to UI display shifting from actual state (#8718) (brian.mulier)
Chores
- version: version 0.22.7 (brian.mulier)
Commits
- 634b6b2: fix(namespaces)*: send proper parameter for namespace on file creation/update (#8706) (Miloš Paunović)
- executions: remove flakiness on some tests around sleep (brian.mulier)
v0.22.6
Bug Fixes
- flows: ForEach concurrency should not be over the number of values (Loïc Mathieu)
- editor: check isFlow when displaying NoCode in legacy editor (#8645) (Barthélémy Ledoux)
Chores
- version: version 0.22.6 (Loïc Mathieu)
Commits
- 6f874b9: fix(dashboards)*: SQL errors on logs data chart (Loïc Mathieu)
v0.22.5
Bug Fixes
- executions: unqueing execution must remove the execution queued (Loïc Mathieu)
- system: restrict the JdbcConcurrencyLimitService to the JDBC runner (Loïc Mathieu)
- jdbc: add service_id index on service_instance table (杨利伟)
- core: change incorrectly used search parameter (#8534) (Nicolas K.)
- namespaces: namespaceFiles with same name are wrongly overwritten (#8562) (Nicolas K.)
- namespaces: namespaceFiles with same name are wrongly overwritten (nKwiatkowski)
- executions: fix execution failure due to UnsupportedOperationException (#8563) (Florian Hussonnois)
Tests
- core: fix InputsTest (Florian Hussonnois)
Chores
- core: localize to languages other than english (#8568) (github-actions[bot])
- version: update to version '0.22.5' (Florian Hussonnois)
Commits
v0.22.4
Features
- system: add index to commonly queried fields in the WHERE conditions of the triggers table (weibo1)
Bug Fixes
- add missing indices for service instance table (Florian Hussonnois)
- ui: correct path for namespace files on namespace page (YannC.)
- ui: add new property in filters (#8444) (YannC)
Chores
- version: upgrade to 0.22.3 (YannC.)
- version: upgrade to 0.22.4 (nKwiatkowski)
Commits
- ff7c106: feat(core)*: implement redirection to flow creation page on skipping tutorial (#8333) (Karuna Tata)
- 9a00274: chore(dashboards)*: amend hover color of table top buttons on dashboard (#8388) (Satvik Kushwaha)
- e28a8ec: feat(core)*: allow moving of entire panels (#8377) (Karuna Tata)
- c90baa7: fix(core)*: allow horizontal scrolling of tabs in multi panel view (#8414) (Miloš Paunović)
- e53c1f1: chore(core)*: deboucing task validation from no code editor (#8418) (Karuna Tata)
- fb3d7af: chore(core)*: make sure that notifications with large message text are closeable (#8431) (Sayed Murtadha Ahmed)
v0.22.3
Features
- Unit Tests: add assertj dependency (nKwiatkowski)
Bug Fixes
- ui: allow tab button to take effect while using editor (MilosPaunovic)
- core: bring back documentation on some plugins (#8354) (brian-mulier-p)
Chores
- ci: modify publish docker to align on EE (YannC)
- ui: remove reorder buttons when there's only one value in no code arrays (#8266) (Karuna Tata)
- ui: amend scrollbar issue on the no code editor fields (#8216) (Piyush Bhaskar)
- ui: improve the filter label colors on hover (#8141) (Piyush Bhaskar)
- version: update changelog.md with details for v0.22.2 (MilosPaunovic)
- version: upgrade to 0.22.3 (YannC.)
Commits
- ci changes (#8217) (YannC)
- 6d079e0: fix(core)!: prevent failing execution in case of duplicate label upon inheritance (brian.mulier)
- 5a14b59: feat(core)*: close code tab if file is deleted (#8331) (Miloš Paunović)
- a9eace9: chore(flows)*: hide horizontal scroll on editor based inputs (#8347) (Miloš Paunović)
- 9e3372d: feat(core)*: introduce a dropdown menu for each panel (#8351) (Miloš Paunović)
- 805c4d4: chore(translations)*: localize to languages other than english (#8353) (github-actions[bot])
- 9abf19e: feat(core)*: allow closing all tabs at once in a single panel (#8360) (Miloš Paunović)
- b6c0ac3: fix(flows)*: amend text color problem in no code editor on firefox (#8367) (Satvik Kushwaha)