Skip to content

Chronos v3.0.2

Compare
Choose a tag to compare
@brndnmtthws brndnmtthws released this 24 Feb 03:01
· 4 commits to master since this release
v3.0.2

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.

Changelog

The full changelog is available from GitHub at: 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)