Skip to content

Releases: dcos/metronome

v0.4.1

06 Mar 13:16
b4a9cc1
Compare
Choose a tag to compare

Bugs and Tracking

Diff 0.4.0-0.4.1

Metronome v0.4.1 Download

v0.3.5

02 Mar 21:29
3e11519
Compare
Choose a tag to compare

Bugs and Tracking

  • METRONOME-236 Additional CRON validation to prevent system lock up.

Diff 0.3.4-0.3.5

Metronome v0.3.5 Download

v0.4.0

12 Feb 16:49
cf053c5
Compare
Choose a tag to compare

Features

Bugs and Tracking

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.

Metronome v0.4.0 Download

v0.3.4

19 Jan 16:48
Compare
Choose a tag to compare

Diff 0.3.3-0.3.4

Bugs and Tracking

v0.3.3

03 Jan 19:09
Compare
Choose a tag to compare

Version 0.3.3

Diff 0.3.2-0.3.3

Bugs and Tracking

v0.3.2

20 Dec 15:30
1f7b232
Compare
Choose a tag to compare

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

20 Dec 15:01
Compare
Choose a tag to compare

Build is now based on a released version of Marathon 1.3.13.

v0.3.0

05 Dec 21:58
9d798c1
Compare
Choose a tag to compare

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

v0.2.4...v0.3.0

Download

https://s3.amazonaws.com/downloads.mesosphere.io/metronome/releases/0.3.0/metronome-0.3.0.tgz
sha: f1a85ee638bc5b31dcd5594da4e84ca3e7a36451

v0.2.4

10 Oct 21:04
Compare
Choose a tag to compare

Bugfix release:

v0.2.3

20 Apr 13:02
Compare
Choose a tag to compare

Bugfix release:

  • f63f56c Fix DCOS-14866 by escaping html tags in the error messages.