• v1.2.3 2a5fe3a802

    v1.2.3
    All checks were successful
    CI / docker-build (push) Successful in 2s
    CI / build-and-test (push) Successful in 1m51s
    Stable

    joeyr released this 2026-07-12 21:56:07 -05:00 | 35 commits to main since this release

    CI infrastructure only — no change to the bot's runtime, image, or command surface.

    Changed

    • docker-build CI moves to a repo-scoped runner. The job now runs on a dedicated aufhocker-docker runner (registered scoped to just this repo) that mounts the host Docker socket into its job containers, instead of the shared ubuntu-latest runner. The shared runner no longer passes the socket into any job, so other repos' workflows can no longer reach the host Docker daemon — only this repo's (trusted) docker-build job gets host-daemon access. Closes the socket-isolation item; the second runner service lives in the forgejo-runner.yaml Swarm stack.
    Downloads