• v1.4.20-alpha e272923908

    v1.4.20-alpha
    All checks were successful
    Publish / detect-release (push) Successful in 5s
    CI / lint (push) Successful in 12s
    CI / security (push) Successful in 8s
    Publish / tag (push) Successful in 5s
    CI / test (push) Successful in 18s
    Publish / publish-forgejo (push) Successful in 12s
    Publish / publish-npm (push) Successful in 10s
    Publish / promote-release (push) Successful in 2s
    Publish / publish-container (push) Successful in 26s
    Pre-release

    Gravity Bot released this 2026-02-16 08:13:34 +00:00 | 68 commits to main since this release

    Bug Fixes

    • Docker sidecar setup: add hostname prompt — The setup wizard now interactively prompts for the OpenProject domain instead of silently auto-detecting OPENPROJECT_HOST__NAME from the compose file. The detected value is offered as a default. The resolved external URL is used as OPENPROJECT_URL in the generated sidecar YAML, ensuring the correct Host header is sent and OpenProject accepts API requests. Previously, the hardcoded internal Docker URL (http://openproject:80) caused Invalid host_name configuration errors.

    Tests

    • 7 new tests for hostname extraction from compose content and generateMcpServiceYaml() with external URL parameter
    • 238 total tests passing
    Downloads