Skip to content

Changelog

This page provides a summary of releases. For detailed changes with commit links, see the full CHANGELOG.

Releases

v0.2.0 - 2026-04-25

Highlights:

  • Workflow compliance checking against reference repositories
  • Local filesystem collector for scanning without GitHub API
  • GitHub Action for CI/CD integration
  • Automated workflow remediation with template generation
  • Dashforge dashboard generation for visual compliance reporting

Breaking Changes:

  • Module path migrated from github.com/grokify/pipelineconductor to github.com/plexusone/pipelineconductor

v0.1.0 - 2026-01-31

Highlights:

  • Multi-org GitHub repository scanning with Cedar policy-as-code evaluation
  • Four output formats (JSON, Markdown, SARIF, CSV) with GitHub Security integration
  • Built-in rate limiting with exponential backoff for large-scale scans

Versioning

PipelineConductor follows Semantic Versioning. Given a version MAJOR.MINOR.PATCH:

  • MAJOR: Breaking changes
  • MINOR: New features (backwards compatible)
  • PATCH: Bug fixes (backwards compatible)

During the 0.x phase, minor versions may include breaking changes as the API stabilizes.