Releases and Supply Chain¶
The Wiki documents only the current stable release. Historical configuration contracts remain available through Git tags and GitHub Releases, not parallel Wiki trees.
Release process¶
- Merge a reviewed PR into
masterafter CI passes. - Create an annotated SemVer tag such as
v1.0.0from the verifiedmastercommit. - The tag-triggered Release workflow validates SemVer and installs pinned tools.
- Trivy scans every image platform for HIGH and CRITICAL findings.
- Buildx publishes the multi-architecture image with provenance and SBOM.
- Cosign signs the image manifest digest with GitHub Actions keyless identity.
- Helm packages and pushes the OCI chart, then cosign signs its digest.
- GoReleaser builds archives, generates SPDX JSON SBOM files and checksums, and creates a Draft Release.
- A maintainer independently verifies signatures and assets before publishing the Draft.
For v1 releases, the workflow also uploads a sanitized release-audit-input
artifact after GoReleaser completes. It contains the real tag, source SHA,
workflow URL, image and chart digests, 13 release asset names, cosign version,
certificate identity and issuer policy, and Trivy result. It is an input to
maintainer verification, not a substitute for independent cosign verify.
The repository-tracked v1.0.0 checklist and verification record separate completed automated and supply-chain evidence from the 24-hour stability, real AWS, and upgrade/rollback exercises explicitly deferred by the maintainer. Deferred gates are not reported as passed.
The release workflow has contents: write, packages: write, and id-token: write; normal PR CI remains read-only.
v1.0.0¶
- GitHub Release
- Verification record
- Image:
ghcr.io/sakuya1998/aws-cost-exporter:1.0.0 - Chart:
ghcr.io/sakuya1998/charts/aws-cost-exporter:1.0.0
The record fixes the source commit, CI runs, 13 release assets, VEX disposition, attestations, certificate policy, and verified image/chart digests.
Historical evidence¶
- GitHub Release
- Verification record
- Image:
ghcr.io/sakuya1998/aws-cost-exporter:0.3.0 -
Chart:
ghcr.io/sakuya1998/charts/aws-cost-exporter:0.3.0 - v0.1 release checklist
- All GitHub Releases
Historical records are immutable audit evidence. They are not current installation or configuration guidance.
Consumer verification¶
Validate checksums for downloaded archives. For OCI artifacts, use cosign with the exact release workflow identity and GitHub Actions OIDC issuer from the release record. Pin the verified digest where tag mutability is unacceptable.