Releases

All acc releases and changelogs

Release 0.3.2 See [CHANGELOG.md](https://github.com/cloudcwfranck/acc/blob/main/CHANGELOG.md) for details. ## Installation Download the appropriate binary for your platform and verify the checksum: **Linux (AMD64):** ```bash curl -LO "https://github.com/cloudcwfranck/acc/releases/downl...

Release 0.3.1 See [CHANGELOG.md](https://github.com/cloudcwfranck/acc/blob/main/CHANGELOG.md) for details. ## Installation Download the appropriate binary for your platform and verify the checksum: **Linux (AMD64):** ```bash curl -LO "https://github.com/cloudcwfranck/acc/releases/downl...

v0.3.0 - Attestation Verification

v0.3.0December 22, 2025

Release 0.3.0 See [CHANGELOG.md](https://github.com/cloudcwfranck/acc/blob/main/CHANGELOG.md) for details. ## Installation Download the appropriate binary for your platform and verify the checksum: **Linux (AMD64):** ```bash curl -LO "https://github.com/cloudcwfranck/acc/releases/downl...

Release 0.2.7 See [CHANGELOG.md](https://github.com/cloudcwfranck/acc/blob/main/CHANGELOG.md) for details. ## Installation Download the appropriate binary for your platform and verify the checksum: **Linux (AMD64):** ```bash curl -LO "https://github.com/cloudcwfranck/acc/releases/downl...

v0.2.6 - Website Release

v0.2.6December 21, 2025

### Added - Website & Documentation #### Official Website Launch (Vercel + GitHub Releases Backend) **Summary**: Launched official acc website with auto-updating release information, deployed on Vercel with GitHub Releases as the backend. **What's New:** - ✅ **Official website** - Next.j...

### Fixed - Documentation Accuracy #### Post-Release Verification & Documentation Refresh **Summary**: Corrected stale documentation references and verified all test tiers pass reliably after v0.2.3/v0.2.4 regression fixes. **What Changed:** - Updated CONTRIBUTING.md to remove outdated "kn...

### Fixed - Test Infrastructure & Documentation Quality #### Test Script Quality - ShellCheck Compliance **Summary**: Fixed all ShellCheck INFO warnings (SC2086, SC2317) in test scripts without changing acc behavior or test assertions. **What Changed:** - Test scripts now use array-based c...

### Fixed - acc build CLI Regressions **This release fixes critical bugs in acc build that broke backward compatibility and SBOM generation guarantees.** **Critical Fixes:** 1. **Positional argument handling** - acc build now accepts image reference as positional argument - **Bug**: `ac...

### Fixed - Final Gate Consistency & SBOM Workflow **This release implements a single authoritative final gate for verify decision consistency.** **Critical Fixes:** 1. **Final gate consistency** - Implemented single authoritative decision gate - **Bug**: `status:"fail"` could occur whi...

### Fixed - v0.2.0 Regression Bugs **This release fixes 5 critical bugs found in v0.2.0 testing.** 1. **verify status inconsistency** - Fixed verify returning `status:"fail"` when `allow:true` and no violations - **Bug**: verify checked violation count instead of `PolicyResult.Allow` field...

View all releases on GitHub