Skip to content

Releases: verifyica-team/pipeliner

0.15.0 - Obsolete

21 Dec 14:10
Compare
Choose a tag to compare

New

  • Added the ability to run an --extension directive to execute a local or remote extension

0.14.0 - Obsolete

19 Dec 13:53
Compare
Choose a tag to compare

New

  • Added timeout-minutes to define the maximum number of minutes to run
    • valid for pipeline, jobs, and steps

Fixed

  • Fixed invalid error message when using options --help or -h

0.13.2 - Obsolete

16 Dec 16:58
Compare
Choose a tag to compare

Fixed

  • Fixed NullPointerException when reporting disabled or skipped pipeline, jobs, and/or steps

0.13.1 - Obsolete

16 Dec 04:42
Compare
Choose a tag to compare

Fixed

  • Fixed execution of when shell is none and arguments are provided

0.13.0 - Obsolete

15 Dec 04:30
Compare
Choose a tag to compare

New

  • Added command line option --with to set a property
    • equivalent to -P
  • Added command line option --env to set an environment variable
    • equivalent to -E
  • Added command line option --with-file to load a properties file
  • Added support to define an environment variable using a property
  • Added support for running processes directly without a shell (shell: none)

0.12.1 - Obsolete

13 Dec 21:31
Compare
Choose a tag to compare

Security

  • Changed code to fix IPC properties files security vulnerability

0.12.0 - Obsolete / SECURITY ADVISORY

13 Dec 20:06
Compare
Choose a tag to compare

Security Advisory

  • IPC properties files are created world readable
  • Upgrade to 0.12.1 or later

New

  • Added two-way file-based IPC
    • Pass properties to an application
    • Capture properties from an application

0.11.0 - Obsolete / SECURITY ADVISORY

13 Dec 06:25
Compare
Choose a tag to compare

Security Advisory

  • IPC properties files are created world readable
  • Upgrade to 0.12.1 or later

Fixed

  • Fixed scoped properties processing when ids are not used to prevent properties with null prefixes
  • Fixed status to correctly report DISABLED if disabled and previous errors occurred

Changed

  • Changed option --version to emit the raw version number

New

  • Added properties file-based IPC to pass all properties to a run command
  • Added option --info to print the Pipeliner @info information banner

0.10.2 - Obsolete

11 Dec 17:33
Compare
Choose a tag to compare

Fixed

  • Fixed a scenario where properties were stored with invalid scopes (null) in pipelines where ids are not defined

0.10.1 - Obsolete

11 Dec 04:47
Compare
Choose a tag to compare

Fixed

  • Fixed validation of enabled and run