-
v0.1.21 Stable
released this
2026-07-03 13:49:14 +00:00 | 1247 commits to main since this release- feat(zerotea): the release path now RUN-VERIFIES the cross-compiled binaries per
arch (Guard 5), not just links them.build.sh's RELEASE section runs the
ReleaseSafe+musl test suite for amd64 (natively on the all-amd64 cluster) and for
arm64 under the cluster's host qemu-aarch64 binfmt with-Dcpu=baseline+aes, which
selectssrc/crypto/aes.zig's ARMv8 Crypto-Extension HwCore (aese/aesmc) — the
only hardware SIMD crypto path, and one never previously run in CI (all nodes are
amd64; the baseline musl legs resolve to SoftCore). No image or infra change: the
existinginfrastructure/binfmtDaemonSet's F-flag registration makes the aarch64
test binary exec transparently in the unprivileged, egress-locked build pod. Proven
KAT-clean in-cluster (1233/1233 tests incl. the HwCore-vs-SoftCore parity KAT).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- feat(zerotea): the release path now RUN-VERIFIES the cross-compiled binaries per