- Nothing changed yet.
####Backwards Incompatible
- Removes interpolation of environment variables into the bash command by python.
####New Features
- Docker: --docker_parameters for asking mesos to pass params to
docker run
- --mesos_checkpoint option to enable framework-level checkpointing
- Adds ability to define environment variables into warmer and cooler tasks
- Docker: adds --net BRIDGE|HOST|NONE option
- Support for defining --uris
- Docker: --force_pull_image
####Bugs
- relay.mesos fails if --uris and --volumes are not defined
####Backwards Incompatible
- RELAY_DOCKER_IMAGE and RELAY_TASKS_RESOURCES are now RELAY_MESOS_DOCKER_IMAGE and RELAY_MESOS_TASK...
####New Features / Bugs
- Docker: support for --volumes
- Demo: Uses docker-compose (latest version from github) to run demo
- Solves some timing issues between relay and mesos event loops
- Solves a terrible MV calculation bug that causes Relay.Mesos to diverge in some cases