• v0.1.21 b844d611d5

    v0.1.21 Stable

    gitea_admin 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
      selects src/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
      existing infrastructure/binfmt DaemonSet'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