Chronos v3.0.1
Notable changes
- Numerous bug fixes (and regression fixes)
- Added support for UCR, CNI, and external volumes
- Support fetcher's
output_file
parameter - Stability improvements
Changelog
The full changelog is available from GitHub at: v3.0.0...v3.0.1
Shortlist:
in ~/dev/chronos
± |master ✗| → git shortlog v3.0.0..HEAD | cat
Arnout Engelen (1):
Remove 'Asynchronous Jobs' section from ToC (#775)
Balthazar Rouberol (1):
Make chronos the PID 1 (#795)
Brenden Matthews (19):
Remove unused file.
Updated docs markdown engine.
Update doc highlighter.
Update docs on job name regex.
Fix mainLoop() link in docs.
How does markdown work ?
Remove remaining references to async jobs. (#761)
Bump version.
Don't double enqueue tasks. (#762)
Reformat redirect error. (#765)
Fetcher should extract by default, if not defined. (#766)
Add new network type to UI. (#768)
Properly handle `None` type. (#774)
Support fetcher output_file parameter. (#788)
Fix for regression of finite recurrence jobs. (#789)
Fix for overdue jobs with finite recurrences. (#790)
Allow start dates after 1970. (#791)
Less flaky tests (#796)
Don't persist additional job arguments. (#797)
Craig Wickesser (1):
Update UI to allow periods in container image name (#786)
Gastón Kleiman (1):
Made `changelog.md` point to the releases page. (#755)
Romain Di Giorgio (1):
- job command is now optional (#778)
vixns (2):
Unified containers, cni networks and external volume support (#763)
add missing ui build dependencies (#769)