v0.16.0
github-actions
released this
11 Apr 16:16
·
130 commits
to master
since this release
Features
- add support for StsAssumeRoleCredentialsProvider (#348) #389 (Florian Hussonnois)
- core: add labels to triggers (Ludovic DEHON)
- script-runner: introduce AWS Batch Script Runner (#401) #401 (brian-mulier-p)
- runner: handle output dir + labels + better use of core script runners' steps (#409) #409 (brian-mulier-p)
- doc for task runners #414 (Loïc Mathieu)
- add a warning for the working directory being root (Loïc Mathieu)
Bug Fixes
- icons: add AwsBatchScriptRunner icon (brian.mulier)
- runner: add region to CloudWatch client (brian.mulier)
- runner: ecs properties properly injected even when not specifying outputFiles (brian.mulier)
- runner: outputs from logs properly parsed (brian.mulier)
- runner: main container only has dependency if there is some inputFiles (brian.mulier)
- tests: breaking change on core for Worker creations (brian.mulier)
- runner: rename jobRoleArn to taskRoleArn for better comprehensiveness (brian.mulier)
- runner: remove unwanted duplicate leading slash when moving to relative paths on S3 (brian.mulier)
- tests: use core DefaultLogConsumer instead of script one (brian.mulier)
- runner: add WORKING_DIR environment variable (brian.mulier)
- runner: output dir property as a guard #416 (brian.mulier)
Chores
- version: update snapshot version 'v0.16.0-SNAPSHOT'. (YannC)
- version: update to version 'v0.15.0'. (YannC)
- version: update minimal kestra version to '0.16'. (YannC)
- upgrade to version 'v0.16.0-SNAPSHOT' (Florian Hussonnois)
- refactor to use AWS SDK httpClientBuilder #389 (Florian Hussonnois)
- migrate to new kestra storage API #389 (Florian Hussonnois)
- runner: rename ScriptRunner to TaskRunner #410 (brian.mulier)
- upgrade depdencies (Loïc Mathieu)
- version: update to version 'v0.16.0'. (YannC)
Commits
- remove the containerImage of the first example (Loïc Mathieu)