✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
clickhouse
data-engineering
data-generation
devops
elasticsearch
fake-data
+11 more
load-testing
log-generator
logs
mock-data
observability
python
siem
sre
synthetic-data
test-data
time-series
Summary
AI summaryFixed Docker image startup failure due to missing dependencies and broken venv.
Full changelog
🛠️ 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 directorydue to issues in the Dockerfile:uv syncran before the full source was copied, so the CLI entry point script was never generated. Fixed by splitting intouv sync --no-install-project(dependencies only) followed byuv syncafter 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 missingCOPYlayer.
Full Changelog: https://github.com/eventum-generator/eventum/compare/v2.3.0...v2.3.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Eventum
Data generation platform for producing synthetic event streams with complex correlations.
Related context
Beta — feedback welcome: [email protected]