Unclaimed project
Are you a maintainer of chronos? Claim this project to take control of your public changelog and roadmap.
Changelog
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
This is a maintenance release of Chronos, which only contains a few bug fixes. Notably, it fixes a bug in auth due to an API change in libmesos.
The full changelog is available from GitHub at: https://github.com/mesos/chronos/compare/v3.0.1...v3.0.2
Shortlist:
in ~/dev/chronos
± |master ✗| → git shortlog v3.0.1..HEAD | cat
Brenden Matthews (7):
Remove note about IRC channel, as it's not staffed
Fix for exception w/ month+ periods. (#800)
Update README.md
Replace 'slave' with 'agent' in docs.
Set auth params as bytes, instead of string. (#802)
Update image regex in UI. (#806)
Fix for nanosUntilNextJob() edge case. (#808)
Lionel Nicolas (1):
Add missing MESOS_TASK_ID environment variable (#804)