Releases: manascb1344/modal-github-runner
Releases · manascb1344/modal-github-runner
v0.6.0
What Changed
🐛 Bug Fixes
- Fixed bash syntax error in SANDBOX_CMD — trailing
&before&&caused syntax error preventing runner from starting. Runner now starts without the dockerd wait blocking.
⚡ Performance
- Backgrounded dockerd startup — runner starts immediately without waiting for Docker daemon. Non-Docker jobs skip the 60s dockerd wait entirely.
🔧 Other Fixes
- Fixed label contention —
test.ymlnow uses unique label for 1:1 JIT runner binding. Prevents runners from picking up wrong jobs. - Fixed image build crash —
ip6tables-legacyalternative registration error tolerated.
📚 Documentation
- AGENTS.md, CHANGELOG.md, README.md, DEPLOY.md updated with all fixes and new patterns.