Skip to content

marathon-0.7.0-RC4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ConnorDoyle ConnorDoyle released this 19 Sep 23:27
· 5024 commits to master since this release

This RC fixes the following problems:

  • When upgrading from a version of Marathon older than 0.5.0 the UI could not display the tasks returned by the REST API because they lacked a version.
  • Various minor issues regarding the assignment of default values for optional parameters in the REST API.

Tarball:
http://downloads.mesosphere.io/marathon/v0.7.0-RC4/marathon-0.7.0-RC4.tgz

SHA:
http://downloads.mesosphere.io/marathon/v0.7.0-RC4/marathon-0.7.0-RC4.tgz.sha256

CentOS/RHEL6:
http://downloads.mesosphere.io/marathon/v0.7.0-RC4/marathon-0.7.0-0.4.RC4.x86_64.rpm

Debian/Ubuntu 14.04:
http://downloads.mesosphere.io/marathon/v0.7.0-RC4/marathon_0.7.0-0.4.RC4_amd64.deb

Debian/Ubuntu 14.04 packages are also available via the Mesosphere testing
repositories.

Debian 7:
deb http://repos.mesosphere.io/debian wheezy-testing main

Ubuntu 14.04:
deb http://repos.mesosphere.io/ubuntu trusty-testing main

See: http://mesosphere.io/2014/07/17/mesosphere-package-repositories

Setup:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF 
DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]') 
CODENAME=$(lsb_release -cs) 

Add the repository:

echo "deb http://repos.mesosphere.io/${DISTRO} ${CODENAME}-testing main" | \ 
sudo tee /etc/apt/sources.list.d/mesosphere.list 
sudo apt-get -y update 

Install or upgrade Marathon package:

sudo apt-get -y install marathon 

Changelog from Marathon 0.7.0-RC3 to 0.7.0-RC4:
v0.7.0-RC3...v0.7.0-RC4