Skip to content

7.0.0

Choose a tag to compare

@fontebasso fontebasso released this 23 Apr 02:18
· 27 commits to main since this release
a3913e3

❌ Breaking Changes

  • Nginx access logs are no longer sent to stdout, improving container cleanliness. If you relied on access logs in your orchestrator, please adapt accordingly.
  • The multi-arch build process now uses GitHub Actions matrix strategy, producing separate architecture images in parallel and merging them via buildx imagetools.
  • The final image is cryptographically signed using Sigstore via GitHub OIDC — no keys or secrets required.

✅ Highlights

  • Parallel multi-arch builds with native ubuntu-24.04 and ubuntu-24.04-arm runners
  • Cosign signing + provenance attestation (SLSA format)
  • Public verifiability via Rekor Transparency Log
  • Updated documentation including README, badges, and verification instructions