Skip to content

Releases: kestra-io/kestra

v0.20.24

20 May 11:50
Compare
Choose a tag to compare

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

20 May 11:55
Compare
Choose a tag to compare

Chores

  • version: upgrade version to v0.19.24 (YannC.)

Commits

  • f0acc68: fix(system)*: reset the trigger into the KafkaScheduler instead of the ExecutorMain (Loïc Mathieu)

v0.18.20

20 May 12:50
Compare
Choose a tag to compare

Chores

  • version: upgrade version to v0.18.20 (YannC.)

Commits

  • 980efcd: fix(system)*: reset the trigger into the KafkaScheduler instead of the ExecutorMain (Loïc Mathieu)

v0.17.26

20 May 13:03
Compare
Choose a tag to compare

Chores

  • version: upgrade version to v0.17.26 (YannC.)

Commits

  • 0143fae: fix(system)*: reset the trigger into the KafkaScheduler instead of the ExecutorMain (Loïc Mathieu)

v0.15.38

20 May 08:05
Compare
Choose a tag to compare

Chores

  • version: upgrade version to v0.15.38 (YannC.)

Commits

  • 0c4f94a: fix(system)*: reset the trigger into the KafkaScheduler instead of the ExecutorMain (Loïc Mathieu)

v0.22.7

13 May 15:25
Compare
Choose a tag to compare

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

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

06 May 13:41
Compare
Choose a tag to compare

Bug Fixes

Chores

Commits

  • 6f874b9: fix(dashboards)*: SQL errors on logs data chart (Loïc Mathieu)

v0.22.5

29 Apr 15:13
2da00f9
Compare
Choose a tag to compare

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

Chores

Commits

  • e0f8318: fix(execution)*: decode and hide nested inputs of type SECRET (Loïc Mathieu)
  • 0016657: chore(triggers)*: properly handle switches for triggers disabled from within flow source (#8106) (Piyush Bhaskar)
  • ebba956: feat(system)*: decrease defaut JDBC queue poll size (Loïc Mathieu)

v0.22.4

22 Apr 14:20
Compare
Choose a tag to compare

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

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

15 Apr 09:11
Compare
Choose a tag to compare

Features

Bug Fixes

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)