Skip to content

Releases: lsibilla/runci

v0.2.1

13 Dec 16:04
Compare
Choose a tag to compare

Bugfix:

  • Fix installer packaging

v0.2.0

13 Dec 13:44
Compare
Choose a tag to compare

Core features:

  • Event logger
  • Terminal logger
  • Logger and runner basic inversion of control

New runners

  • compose-run
  • docker-build
  • docker-pull
  • target-run

Fixes:

  • Handle subprocess outputs using more than 4kb between line returns.

v0.1.0

03 Nov 18:56
Compare
Choose a tag to compare

This is the very first PoC release. It contains basic CLI and dependencies logic.

Features:

  • Basic CLI specifying input file and targets.
  • Target dependencies logic.
  • Possibility to run build steps in parallel.
  • docker-compose build runner.