Changelog

Product updates, improvements, and fixes.

v0.1.0

Depllo v1 — CI/CD for your GitHub repos

  • Connect a GitHub repo and Depllo registers a push + pull-request webhook automatically.
  • GitLab-CI-compatible .depllo-ci.yml: stages, needs DAG, rules, only/except, extends, YAML anchors, artifacts, cache, retry, timeout, and manual jobs.
  • Jobs run in isolated Docker containers on Depllo's own runners with masked secrets and predefined CI_* variables.
  • Live log streaming (SSE) with ANSI colors and collapsible sections, plus a stage-column pipeline graph.
  • GitHub commit statuses under the 'depllo' context and public SVG status badges for your README.
  • Per-project variables (masked / protected / file-type), artifacts with expiry, keyed build cache, and cron schedules.
  • depllo CLI: projects, pipeline run/list/cancel/logs, runners, and local .depllo-ci.yml validation.
  • Converter (scripts/gha-to-depllo.mjs) turns your GitHub Actions workflows into one .depllo-ci.yml.