v0.16.0
Features
- add plugin group documentation #87 (Loïc Mathieu)
- small enhancements #87 (Loïc Mathieu)
- fail from the output #87 (Loïc Mathieu)
- allow to set custom Pod name #88 (Loïc Mathieu)
- script runner #95 (Loïc Mathieu)
- use ScriptService shared methods #100 (Loïc Mathieu)
- handle namespace file #102 (Loïc Mathieu)
- script runner refactoring (#103) #103 (Loïc Mathieu)
- runner: working outputDir #105 (brian.mulier)
- doc for task runners #107 (Loïc Mathieu)
- add an icon for the KubernetesTaskRunner (Loïc Mathieu)
- add missing plugin icon (Loïc Mathieu)
Bug Fixes
- wrong waitUntill condition #87 (Loïc Mathieu)
- outputFiles didn't work #87 (Loïc Mathieu)
- upload each input file one by one #89 (Loïc Mathieu)
- slow file upload #91 (Loïc Mathieu)
- missing connection property on the Kubernetes script runner #96 (Loïc Mathieu)
- pod failure was not correclty handled #97 (Loïc Mathieu)
- use a much simplier config object for connection #98 (Loïc Mathieu)
- outputs by using the log consumer of the script runner #99 (Loïc Mathieu)
- runner: output dir property as a guard #108 (brian.mulier)
Chores
- version: update snapshot version 'v0.16.0-SNAPSHOT'. (YannC)
- version: update minimal kestra version to '0.16'. (YannC)
- runner: rename ScriptRunner to TaskRunner #105 (brian.mulier)
- deps: bump org.apache.commons:commons-compress #92 (dependabot[bot])
- deps: bump io.fabric8:kubernetes-client from 6.10.0 to 6.11.0 #101 (dependabot[bot])
- upgrade depdencies (Loïc Mathieu)
- version: update to version 'v0.16.0'. (YannC)
Commits
- remove the containerImage of the first example (Loïc Mathieu)