Skip to content

Releases: kestra-io/kestra

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)

v0.15.12

22 Apr 16:14
Compare
Choose a tag to compare

Bug Fixes

  • scheduler: better handling of locked triggers (#3603) (YannC)

Continuous Integration

  • set plugin version via a variable to allow easily changing it (Loïc Mathieu)

Chores

  • upgrade to version 0.15.12 (YannC)

v0.16.1

15 Apr 16:03
Compare
Choose a tag to compare

Features

  • ui: set plugins menu back in the UI (#3558) (YannC)
  • ui: click anywhere on the row to open logs of a task in Gantt vue (YannC)

Bug Fixes

  • downgrade Micronaut (Loïc Mathieu)
  • validate: restore ability to run validate command without any configuration (brian.mulier)
  • ui: use new Monaco API for decorations to prevent editor from disappearing (brian.mulier)

Chores

  • version: update to version 'v0.16.1' (YannC)

v0.16.0

11 Apr 15:00
Compare
Choose a tag to compare

Features

Read more

v0.15.11

04 Apr 14:59
Compare
Choose a tag to compare

Bug Fixes

  • core: variable renderer handle properly raw tags when recursive rendering (brian.mulier)
  • core: add getName() to input to have soft deprecation (brian.mulier)
  • webserver: Triggers page crash when a trigger is deleted (Loïc Mathieu)
  • core: MapUtils performance (Loïc Mathieu)
  • core: improve Execution.findChilds() (Loïc Mathieu)
  • core: fix stats webserver (#3408) (Florian Hussonnois)
  • core: properly handle deprecation for input's name property to prevent false warnings (brian.mulier)
  • core: skip directory and un-readable file on WorkingDirectory post action (Loïc Mathieu)
  • webserver: ability to turn off basic authentication through configuration (brian.mulier)
  • ui: no more editor shrink due to localStorage value missing (brian.mulier)
  • ui: allow backfill with not required inputs (YannC)
  • webserver: set paused to success if not subtask (#3458) (YannC)
  • test: test does not pass during release (YannC)

Chores