Releases
All acc releases and changelogs
v0.3.2 — Remote Attestation Support
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...
v0.3.1 — Trust Enforcement for Run and Push
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
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...
v0.2.7 — Trust & Attestation Hardening
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
### 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...
v0.2.5 - Documentation Accuracy & Post-Release Verification
### 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...
v0.2.4 — Quality, Verification & CI Hardening
### 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...
v0.2.3 — acc build CLI Regressions
### 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...
v0.2.2 — Fix acc SBOM workflow and decision consistency (no policy changes)
### 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...
v0.2.1 — Regression Fixes for Policy Profiles & Trust Status
### 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