-
v1.2.0 Stable
released this
2026-03-21 23:15:26 +00:00 | 0 commits to main since this release[1.2.0] - 2026-03-21
Breaking
Added
- Extracted
coverage-gateaction and tool from Cue for reuse across Æther projects. - Coverage gate now available as reusable composite action with JSON metrics output (
passes,total_coverage,packages_checked,packages_failed). - Support for per-package coverage threshold policy via JSON configuration in
coverage-gatetool.
Changed
Removed
Fixed
- Hardened
coverage-gatefile input handling by validating and normalizing policy/profile paths before opening files, resolvingG304findings incoverage-gate/parse.go. - Made release binary builds resilient by installing UPX via
crazy-max/ghaction-upx@v3and falling back to uncompressed artifacts when UPX is still unavailable in bothrelease.ymlandupdate-release.yml.
Downloads
- Extracted