• v0.1.193 10c1e3ac15

    v0.1.193 Stable

    pipeline-bot released this 2026-07-18 22:00:36 +00:00 | 429 commits to main since this release

    Fixed

    • Kernel bake: carry PKG_CACHE into the node-bootc BuildRun. pipeline-build-kernel reconstructs
      the node-bootc BuildRun's build-args, and since Shipwright build-args is one array param that an
      override REPLACES wholesale, only restating KERNEL_IMG+ZFS_IMG silently DROPPED the Build's
      PKG_CACHE. node-bootc's dnf installs then went direct to packages.hetzner.com — a SPOF that 404'd
      on hc-utils-0.0.9 when Hetzner removed that RPM, breaking every release-mode kernel bake cluster-wide.
      Now also read PKG_CACHE from the node-bootc Build (like ZFS_IMG) and restate it (fail loud if
      absent), so node-bootc keeps routing through the pkg-cache proxy.

    Included changes (v0.1.192 -> v0.1.193)

    • 164a2f65c0c9 fix(kernel): carry PKG_CACHE into the node-bootc BuildRun
    Downloads