Releases: sing-group/compi
Releases · sing-group/compi
v1.3.4
- Fix graph creation to avoid duplicated node links.
v1.3.3
- Fixes bug when running empty foreachs.
v1.3.2
v1.3.1
- Create logs dir if it does not exist.
v1.3.0
- Adds "binded foreachs" feature. See docs.
- Adds Compi
resume
command. Withresume
, a pipeline which has not been finished can be resumed by simply invoking:compi resume -p pipeline.xml
. - Adds Compi configuration variables as task parameters and, thus, they can be accessed from any task as any other parameter.
- Show iteration values on
<foreach>
tasks iteration starts and ends. - Adds
--tag-version
parameter to the DKbuild
command so that when this flag is present the build command also tags the Docker image with the pipeline version (in addition to the latest tag created by default). - Adds the
--docker-remove-dangling
parameter to the DKbuild
to allow users to make this command to remove the dangling docker images after building the Compi image. - Adds FAQ section to documentation.
- Bug fixes.
v1.2.3
- Allow flags to be defined without value in parameters file.
- Fixes bug skipped tasks aborts if they have if and no-flag parameters.
v1.2.2
- Fixes missing Docker build output.
v1.2.1
- Fixes a bug when finding the compi-cli JAR file.