Releases: kestra-io/kestra
Releases · kestra-io/kestra
v0.15.10
Bug Fixes
- core: variable renderer handle properly raw tags when recursive rendering (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)
Chores
- upgrade to version 0.15.10 (Loïc Mathieu)
v0.15.9
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
v0.15.8
Bug Fixes
- webserver: override InputStream available method in NamespaceFileController.putNamespaceFile (brian.mulier)
Chores
- version: update to version 'v0.15.8' (brian.mulier)
v0.15.7
Chores
- upgrade to version v0.15.7 (Loïc Mathieu)
v0.15.6
Features
- core: add default inputs if not already set in variables (Loïc Mathieu)
Bug Fixes
- ui: ExecutionRoot marge issue (YannC)
- core: null label value can crash the executor (Loïc Mathieu)
- core: missing lombok annotation on new storage tasks (Ludovic DEHON)
- core: prevent flow validation from crashing (#3278) (brian-mulier-p)
Chores
- bump version to v0.15.6 (Florian Hussonnois)
v0.15.5
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
- deps: bump ui-libs to 0.0.39 (brian.mulier)
- version: update to version 'v0.15.5' (brian.mulier)
v0.15.4
Chores
- version: update to version 'v0.15.4' (brian.mulier)
v0.15.3
Features
- ui: add full-screen button on drawer (Ludovic DEHON)
- ui: change menu & icon layout (Ludovic DEHON)
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
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
Chores
- version: update to version 'v0.15.1'. (Ludovic DEHON)