• v1.6.6 20a25557d6

    eblume released this 2026-02-11 17:57:59 -08:00 | 259 commits to main since this release

    BlumeOps release v1.6.6

    What's Changed

    Features

    • Simplify Forgejo runner image (Dagger Phase 3): remove Node.js, Docker CLI, buildx, skopeo, gnupg, lsb-release, and xz-utils. Add tzdata and flyctl. All build tools now live inside Dagger containers.

    Bug Fixes

    • Restore Docker CLI to Forgejo runner image — Dagger shells out to docker to provision its BuildKit engine.
    • Restore Node.js to Forgejo runner image — required by actions/checkout@v4 and other JavaScript Actions that were broken by the Phase 3 simplification.

    Documentation

    Download docs-v1.6.6.tar.gz and configure the quartz container with:

    DOCS_RELEASE_URL=https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.6.6/docs-v1.6.6.tar.gz
    
    Downloads