Skip to content

Releases: mesosphere/marathon

marathon-0.5.0

23 May 16:27
Compare
Choose a tag to compare

New Features

Bug Fixes

Marathon 0.5.0 features a number of stability improvements and bug fixes. Check the full list of closed issues for details.

Changelog

Changelog from Marathon 0.4.1 to 0.5.0.

marathon-0.4.1

22 Apr 20:57
Compare
Choose a tag to compare

Bug fix release on the 0.4.x line.

Differences are visible here: marathon-0.4.0...marathon-0.4.1

Download 0.4.1

Download the release package: http://downloads.mesosphere.io/marathon/marathon-0.4.1.tgz

marathon-0.4.0

06 Mar 19:47
Compare
Choose a tag to compare

Download 0.4.0

Download the release package: http://downloads.mesosphere.io/marathon/marathon-0.4.0.tgz

marathon-0.3.0

08 Jan 23:50
Compare
Choose a tag to compare

What's new

  • UI lists Apps as a table with sortable columns
  • Clicking an App displays that App's Tasks
  • UI polls the Marathon status every 10 seconds and updates accordingly

Backbone.View Replaced with React JS

Facebook's React JS library makes rendering
state in UIs straightforward, and so we decided to replace Backbone's View with
React Components in this release. We have found React to be easy to understand
and less prone to odd DOM states that are difficult to debug in other libraries.

Bugs Fixed

Release Contributors

Download 0.3.0

Download the release package: http://downloads.mesosphere.io/marathon/marathon-0.3.0.tgz

marathon-0.2.1

23 Nov 23:43
Compare
Choose a tag to compare

Adds support for constraints, leader proxying, and rate limiting.