• v0.1.124 c20645cbb8

    v0.1.124 Stable

    pipeline-bot released this 2026-07-10 11:40:17 +00:00 | 723 commits to main since this release

    • provision.sh: mc via apk add (no dl.min.io). The provisioner Job runs provision.sh on
      alpine/k8s (external overlay image) and already apk-adds gnupg; switch its dead dl.min.io mc fetch
      to apk add mc (Alpine mirror). templates/base is now fully off dl.min.io.

    • pkg-install: mc via a baked initContainer (no dl.min.io). The native-install test legs run
      stock distro images (debian/alma) that fetched mc from the now-dead dl.min.io. A pipeline-tools
      initContainer now copies baked mc into a shared /mcbin volume on the leg PATH. Last CWT off dl.min.io.

    Included changes (v0.1.123 -> v0.1.124)

    • 50eb579fddff fix(provisioner): provision.sh gets mc via apk, not dead dl.min.io
    • 78c0892c31b5 fix(pkg-install): provide mc via a pipeline-tools initContainer (drop dl.min.io)
    Downloads