Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 20:16
37b161d

1.1.0 (2026-07-05)

Features

Bug Fixes

  • explicitly set platform for prek COPY --from (f8ad1f9)
  • handle missing gh attestations in Dockerfile (c0b72b4)
  • move PREK_IMAGE ARG to global scope before first FROM (d1d4564)
  • pin prek to multi-arch index digest (e10c53f)
  • replace process substitution with pipe for POSIX sh compatibility (295ab43)
  • run test.sh with bash instead of relying on execute permissions and sudo (64d177d)
  • use multi-stage build for prek with explicit platform (4c77ba4)

Reverts

  • remove intermediate prek-stage to avoid circular dependency (2f14e43)