Releases: dcos/metronome
v0.4.1
Bugs and Tracking
- METRONOME-222 CMD or Docker is Required.
- METRONOME-236 Additional CRON validation to prevent system lock up.
Diff 0.4.0-0.4.1
v0.3.5
Bugs and Tracking
- METRONOME-236 Additional CRON validation to prevent system lock up.
Diff 0.3.4-0.3.5
v0.4.0
Features
- METRONOME-190 Added authorized launch queue
- METRONOME-194 Support FORBID Concurrency Policy
Bugs and Tracking
- METRONOME-100 Metronome Restarts causes duplication of jobruns
- METRONOME-191 Implement Start Deadline Timeout
Diff 0.3.4-0.4.0
The launch queue (/v1/queue
) provides a way to see jobs which have been scheduled to launch but are still not launched on the cluster.
This is usually because there is not enough resources or constraints are not met.
The FORBID concurrency policy allows "concurrencyPolicy": "FORBID"
to be added a schedule. This restricts the launching of a scheduled
jobrun based on it's schedule. It will not launch nor will be queued to launch. The job will be rescheduled for the next CRON time.
v0.3.4
v0.3.3
Version 0.3.3
Diff 0.3.2-0.3.3
Bugs and Tracking
- METRONOME-188 Updated to Protocol Buffers v.3.3.0
- METRONOME-196 ForcePullImage should not be required
v0.3.2
Added New Features
- taskKillGracePeriod - METRONOME-151 Allow for a configurable number of seconds for a task to die before a SIGKILL is sent.
- forcePullImage for Docker images - METRONOME-148 Ensures that an image is pulled regardless if it exists locally
Bug fixes
- Security issue - METRONOME-185 non superuser was not able to retrieve a job run based on runid
Full change diff: v0.3.1...v0.3.2
v0.3.1
Build is now based on a released version of Marathon 1.3.13.
- PR150 Added
/info
endpoint - MARATHON_EE-1717 60s min between reschedules
- MARATHON_EE-1725
- MARATHON_EE-1726 Upgrade Marathon libraries and dependencies
v0.3.0
Features
- Upgraded to a released version of Marathon Lib v1.3.13
- Updates to dependencies (including an Akka update to fix schedule time wrap around bug)
- Added
/info
end point for metronome version information
Bugs and Tracking
- #150 Added
/info
endpoint - MARATHON_EE-1717 60s min between reschedules
- MARATHON_EE-1725
- MARATHON_EE-1726 Upgrade Marathon libraries and dependencies
Download
https://s3.amazonaws.com/downloads.mesosphere.io/metronome/releases/0.3.0/metronome-0.3.0.tgz
sha: f1a85ee638bc5b31dcd5594da4e84ca3e7a36451
v0.2.4
Bugfix release:
- Fix COPS-1814 cron-utils 6.0.3 fixes a number of cron expressions. Several examples expressed in the cron-utils issue 228