Skip to content

v0.16.5

Choose a tag to compare

@github-actions github-actions released this 30 Apr 15:40
· 8102 commits to develop since this release

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