Skip to content

Releases: kestra-io/kestra

v0.15.10

28 Mar 16:44
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.15.9

25 Mar 14:37
Compare
Choose a tag to compare

Bug Fixes

  • topology: fixed a bug where having a subflow with a trigger with same id than current flow would lead to wrong graph (brian.mulier)
  • topology: fixed some edge cases where graph uids were wrong (brian.mulier)
  • ui: remove additional warnings (brian.mulier)
  • core: remove ScheduleBackfill, Condition & ScheduleCondition from defs (brian.mulier)
  • ui: remove Axios' default URL to prevent duplicate context path in called URL (brian.mulier)
  • webserver: no longer decrypt secret inputs & outputs when doing an evaluate for an execution taskrun (brian.mulier)
  • core: prevent crashing if secret input is null (brian.mulier)
  • core: runContext decrypt method as public (brian.mulier)
  • ui: translate enable auth message (YannC)
  • ui: boolean input label (YannC)
  • editor: editor won't fully shrink anymore (brian.mulier)

Chores

  • ui: fix various Vue dev warnings (yuri1969)
  • ui: split languages in multiples files (#3313) (YannC)
  • version: update to version 'v0.15.9' (YannC)

v0.15.8

15 Mar 18:32
Compare
Choose a tag to compare

Bug Fixes

  • webserver: override InputStream available method in NamespaceFileController.putNamespaceFile (brian.mulier)

Chores

v0.15.7

15 Mar 13:13
Compare
Choose a tag to compare

Chores

v0.15.6

14 Mar 13:46
Compare
Choose a tag to compare

Features

  • core: add default inputs if not already set in variables (Loïc Mathieu)

Bug Fixes

Chores

v0.15.5

12 Mar 15:26
Compare
Choose a tag to compare

Bug Fixes

  • ui: revision author is now fetched only once we know which revision to display to prevent inconsistencies (brian.mulier)
  • ui: grayed-out triggers when disabled (in source or through API) in topology (brian.mulier)
  • webserver: rollback to http 1.1 (brian.mulier)
  • webserver: change cookie decoder to netty one (brian.mulier)
  • core: create dependency between forEachItem task and subflow (#3256) (YannC)
  • core: Avoid creating empty files when splitting (#3254) (YannC)
  • core: Pause task properly handled in restart (brian.mulier)
  • set timeout to sse and now display loading/error on UI (#3259) (YannC)
  • ui: add top margin in tabs components (YannC)

Chores

v0.15.4

08 Mar 15:39
Compare
Choose a tag to compare

Chores

v0.15.3

07 Mar 16:30
Compare
Choose a tag to compare

Features

Bug Fixes

  • controller: return 404 when flow not found in follow API (#3219) (YannC)
  • core: validate task default (#3224) (YannC)
  • core: DocumentationGeneratorTest.ech() test assertion (Loïc Mathieu)
  • ui: don't save settings on page load (Ludovic DEHON)
  • ui: make dependencies expand more clear (#3222) (YannC)
  • quickwins (#3215) (YannC)
  • ui: manage panel for SuperAdmin without tenant (#3225) (YannC)
  • core: take timezone into account for new schedule triggers (#3230) (YannC)
  • core: pebble render function must render boolean (#3218) (Florian Hussonnois)
  • webserver: multi-cookies in a single header decoder (brian.mulier)

Tests

  • core: DocumentationGeneratorTest, deprecated message (YannC)

Chores

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

v0.15.2

04 Mar 17:35
Compare
Choose a tag to compare

Bug Fixes

  • controller: fix 404 issue when flow of a trigger has been deleted (#3209) (YannC)
  • ui: change editor width storage key (YannC)
  • ui: missing check permission to display flow CREATE and EXECUTE button (Loïc Mathieu)

v0.15.1

01 Mar 23:22
Compare
Choose a tag to compare

Chores