marathon-0.7.0-RC1
Pre-releaseTarball:
http://downloads.mesosphere.io/marathon/v0.7.0-RC1/marathon-0.7.0-RC1.tgz
SHA:
http://downloads.mesosphere.io/marathon/v0.7.0-RC1/marathon-0.7.0-RC1.tgz.sha256
CentOS/RHEL6:
http://downloads.mesosphere.io/marathon/v0.7.0-RC1/marathon-0.7.0-0.1.RC1.x86_64.rpm
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
There are many new features available in this RC, notably:
- Compatibility with the native docker containerizer in Mesos
0.20.0
- Application groups
- Rolling deployments
- Artifact cache
- Executor health checks
Perhaps equally exciting, read all about Marathon's capabilities
on the all-new docs site: https://mesosphere.github.io/marathon/docs
Some fun statistics since 0.6.1
:
- 769 commits across 284 files by 15 contributors
- 52 issues closed
- 88 pull requests merged
Changelog:
Changelog from Marathon 0.6.1 to 0.7.0-RC1.