Releases: sing-group/compi
Releases · sing-group/compi
v1.5.2
v1.5.1
- Adds
COMPI_PIPELINE_VERSION
to tasks environment variables.
v1.5.0
- Allows specifying the name of the pipeline XML file in the
compi-dk build
command. - Removes iteration notifications from "dummy iterations" from emtpy foreachs.
- Adds custom
entrypoint.sh
to the Compi Docker images.
v1.4.2
Fixes bug when resuming a pipeline that didn't complete any task.
So far, when a pipeline finishes without completing any task, the resume of this pipeline raised an exception related to uninitialized resolver. This commit fixes this bug by forcing a save operation of the redo log just after the pipeline is started.
v1.4.1
Fixes Compi hang when loop iterations of binded foreach abort.
So far, when more than one loop iteration inside a foreach abort,he dependant binded iterations were not notified (only the dependants of the first one iteration), so they were waiting forever to start, tleading Compi to hang. This commit fixes this bug.
v1.4.0
- Creates empty Compi Hub files when running the
compi-dk new-project
command - When
--logs/-l
option is used in thecompi run
command,<task-id>.params
files with the parameter values of each task execution are created in the log directory. - Adds three new commands to the compi-dk CLI:
list-tasks
,list-params
, andcreate-metadata-skeleton
. - Improves documentation (adds SSH and AWS generic runners, etc.)
- Minor bug fixes.
v1.3.8
- Adds iteration value when a loop task is aborted.
v1.3.7
- Fixes configuration log messages.
v1.3.6
- Improves speed in dependencies checking.
v1.3.5
- Improves DAG perfomance in binded foreachs.