Skip to content

Releases: kestra-io/kestra

v0.16.8

23 May 18:04
Compare
Choose a tag to compare

Chores

v0.16.7

20 May 12:16
Compare
Choose a tag to compare

Code Refactoring

  • core: don't expose multiple entry on collector service (Ludovic DEHON)

Chores

  • upgrade to version 0.16.7 (YannC)

v0.15.15

20 May 11:15
Compare
Choose a tag to compare

Code Refactoring

  • core: don't expose multiple entry on collector service (Ludovic DEHON)

Chores

  • upgrade to version 0.15.15 (YannC)

v0.16.6

02 May 16:18
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.16.5

30 Apr 15:40
Compare
Choose a tag to compare

Features

  • script: move plugin-script library to Kestra itself (Loïc Mathieu)

Bug Fixes

  • ui: use index instead of title for v-for key (YannC)
  • core: working directory are not passing the tenantId to child tasks (Ludovic DEHON)
  • core: fix DeduplicateItems for item containing Instant (#3615) (Florian Hussonnois)
  • core: task runner can now transform relative to absolute paths (based on wdir) + changed ProcessTaskRunner wdir & outputDir var type (brian.mulier)
  • core: type-safe TaskRunner.toAbsolutePath (brian.mulier)
  • script: add missing AbstractExecScript task (Loïc Mathieu)
  • sript: remove the annotation processor as it's only on 0.17 (Loïc Mathieu)

Chores

v0.16.4

25 Apr 14:13
Compare
Choose a tag to compare

Chores

Commits

  • eb489bc: Revert "chore: upgrade to Micronaut 4.3.8" (Loïc Mathieu)

v0.16.3

25 Apr 13:28
Compare
Choose a tag to compare

Bug Fixes

  • core/jdbc: add missing sort mapping for ServiceInstanceRepositoryInterface (Florian Hussonnois)

Chores

v0.15.14

25 Apr 16:55
Compare
Choose a tag to compare

Bug Fixes

  • webserver: prevent non-webserver from crashing due to lacking BasicAuthService (brian.mulier)

Chores

v0.15.13

23 Apr 09:35
Compare
Choose a tag to compare

Bug Fixes

Chores

  • upgrade to version 0.15.13 (YannC)

v0.16.2

22 Apr 17:24
Compare
Choose a tag to compare

Bug Fixes

  • core: VariableRenderer should expose alternativeRender (Florian Hussonnois)
  • tests: add real launch to outputDirDisabled test for task runners (brian.mulier)
  • ui: prevent editor shrink on loading task runner doc (brian.mulier)
  • ui: Gantt clicks are working again (brian.mulier)
  • ui: flow full revision is truncated (Ludovic DEHON)
  • cli: API commands work against a pre-micronaut-upgrade server (brian.mulier)
  • core: handle secret in trigger (Ludovic DEHON)
  • scheduler: better handling of locked triggers (#3603) (YannC)

Chores

Commits

  • core: mandate that both key and value are present for labels (Loïc Mathieu)