Skip to content

Releases: kestra-io/plugin-scripts

v0.19.0

01 Oct 14:46
Compare
Choose a tag to compare

Features

Bug Fixes

  • missing dash on refresh dependencies options (YannC)
  • use containerImage istead of DEFAULT_IMAGE when no image in options (Loïc Mathieu)
  • docs: add full examples for remaining plugin-scripts (#173) #173 (Shruti Mantri)
  • image: fix the image for jbang and its tasks #178 (Shruti Mantri)
  • EvalTest: make thread.sleep() longer to avoid flakyness (YannC)

Documentation

Chores

Commits

  • improve JBang doc and example (Loïc Mathieu)
  • a18a218: Update plugin-script-shell/src/main/java/io/kestra/plugin/scripts/shell/Commands.java (Anna Geller) #177

v0.18.1

08 Aug 11:29
Compare
Choose a tag to compare

Bug Fixes

  • use containerImage istead of DEFAULT_IMAGE when no image in options (Loïc Mathieu)

Chores

v0.18.0

06 Aug 20:47
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Code Refactoring

Chores

Commits

  • 04ccc18: Update plugin-script-groovy/src/main/java/io/kestra/plugin/scripts/groovy/FileTransform.java (Anna Geller) #152

v0.17.0

04 Jun 09:55
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

Builds

Chores

Commits

v0.16.1

30 Apr 16:43
Compare
Choose a tag to compare

Features

Bug Fixes

  • scripts: use taskRunner to move created script file relative path to absolute path + changed wdir & outputDir vars type for DockerTaskRunner (brian.mulier)
  • add Jackson dependency (Loïc Mathieu)

Chores

v0.16.0

11 Apr 15:33
Compare
Choose a tag to compare

Features

Bug Fixes

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'. #114 (YannC)
  • version: update minimal kestra version to '0.16'. (YannC)
  • runner: rename ScriptRunner to TaskRunner #131 (brian.mulier)
  • upgrade depdencies (Loïc Mathieu)
  • version: update to version 'v0.16.0'. (YannC)

Commits

  • fb8cc33: Correct python script examples (Shruti Mantri) #114
  • 5d66bbd: Merge branch 'master' into correct_python_examples (Anna Geller) #114

v0.15.4

04 Apr 08:29
Compare
Choose a tag to compare

Bug Fixes

  • plugin-script-powershell: wrong powershell interpreter (Loïc Mathieu)

Chores

v0.15.3

03 Apr 20:59
Compare
Choose a tag to compare

Bug Fixes

  • build: prevent slf4j to be included on shadowjar (Ludovic DEHON)

Chores

v0.15.2

15 Mar 11:03
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.15.1

12 Mar 09:28
Compare
Choose a tag to compare

Chores

  • upgrade version to 0.15.1 (YannC)

Commits

  • FileTransform: improved examples for FileTransform task (YannC)