This is a patch release on top of v0.14.0.
🐛 Bug fixes
- Frontend image: restore
/tmpon the publishedcopacetic-frontendimage. v0.14.0'sFROM scratchrootfs caused every patch run via the BuildKit frontend to fail withstat /tmp: no such file or directory. Switched togcr.io/distroless/static-debian12:nonrootplus a defense-in-depthensureTempDir(). E2E now builds the realfrontend.Dockerfileso this regression class cannot recur. (#1597) - Preserve original manifest annotations on patched images. Same-tag patches silently dropped
org.opencontainers.image.{source,revision,version,title}. Now captured pre-patch and forwarded to both single-platform and multi-platform export paths, withimage.versionrewritten consistently. (#1605)