Releases: verifyica-team/pipeliner
Releases · verifyica-team/pipeliner
0.15.0 - Obsolete
New
- Added the ability to run an
--extension
directive to execute a local or remote extension- extension are cached during a pipeliner instance of execution
- extensions can be validated using an SHA-256 checksum
- See Pipeliner Extensions
- See examples/extensions.yaml
0.14.0 - Obsolete
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
Fixed
- Fixed
NullPointerException
when reporting disabled or skipped pipeline, jobs, and/or steps
0.13.1 - Obsolete
Fixed
- Fixed execution of when
shell
isnone
and arguments are provided
0.13.0 - Obsolete
New
- Added command line option
--with
to set a property- equivalent to
-P
- equivalent to
- Added command line option
--env
to set an environment variable- equivalent to
-E
- equivalent to
- 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
Security
- Changed code to fix IPC properties files security vulnerability
0.12.0 - Obsolete / SECURITY ADVISORY
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
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
Fixed
- Fixed a scenario where properties were stored with invalid scopes (
null
) in pipelines where ids are not defined
0.10.1 - Obsolete
Fixed
- Fixed validation of enabled and run