• admin released this 2026-05-18 14:34:20 -06:00 | 1 commits to main since this release

    Changes since v2.9.13

    • Docs: DEV_WORKFLOW.md now reflects the 5-image build pipeline (api, admin, media-api, nginx, ccp-agent) instead of the outdated 4-image description.
    • UI: Public campaigns list card layout — title moved below the cover photo instead of overlaying it, so titles remain legible when no cover image is set.

    Images

    All 5 service images published to gitea.bnkops.com/admin:

    • changemaker-api:3f6102c + :latest
    • changemaker-admin:3f6102c + :latest
    • changemaker-media-api:3f6102c + :latest
    • changemaker-nginx:3f6102c + :latest
    • changemaker-ccp-agent:3f6102c + :latest

    Third-party image mirrors unchanged from previous release.

    Install

    curl -fsSL https://gitea.bnkops.com/admin/changemaker.lite/raw/branch/main/scripts/install.sh | bash
    

    Upgrade existing install

    ./scripts/upgrade.sh                  # source install
    ./scripts/upgrade.sh --use-registry   # fast path: pull pre-built images
    
    Downloads