• v0.1.141 9ae59f263a

    v0.1.141 Stable

    pipeline-bot released this 2026-07-12 09:23:46 +00:00 | 649 commits to main since this release

    Changed

    • promote runs on the baked debian-repo-signer image (Phase 2c). The TRUSTED
      deb+rpm repo-build+GPG-sign+publish step (pipeline-promote) moves off the project's
      compile builderImage onto a dedicated debian-repo-signer:v2 image with
      apt-ftparchive + createrepo-c + rpm + gnupg + jq + git + mc all baked — deleting the
      runtime apt-get install gnupg jq. Single-responsibility: project builders compile,
      this image builds+signs the repo. This also decouples promote from the builder so the
      next step (bumping zdns/zig builders to AlmaLinux, which lacks apt-ftparchive on the
      compile path) can't break deb/rpm repo-signing. Image validated end-to-end (apt Release
      clearsign/detach, createrepo_c indexes real rpm headers, all promote coreutils present).

    Included changes (v0.1.140 -> v0.1.141)

    • 2645a005c4ff feat(promote): run release step on baked debian-repo-signer (Phase 2c)
    Downloads