Skip to content

Eventum 2.3.1

Choose a tag to compare

@rnv812 rnv812 released this 24 Mar 15:20
· 274 commits to master since this release
e52ab28

🛠️ Patch release

A patch release fixing the broken Docker image.

🐛 Bug fixes

  • Fix Docker image startup — the container failed with exec /app/.venv/bin/eventum: no such file or directory due to issues in the Dockerfile:
    • uv sync ran before the full source was copied, so the CLI entry point script was never generated. Fixed by splitting into uv sync --no-install-project (dependencies only) followed by uv sync after copying the complete source.
    • The uv-managed free-threaded Python runtime (/root/.local/share/uv/python/) was not copied to the final Docker stage, leaving the venv's Python symlink dangling. Added the missing COPY layer.

Full Changelog: v2.3.0...v2.3.1