Minimesos Versions Save

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!

0.13.0

7 years ago

0.12.0

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.10.3

7 years ago

0.10.2

7 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.9.1

7 years ago

This is a bugfix release

  • Support for Docker 1.12
  • Master no longer resolves hostnames. The hostname of a minimesos container is its container ID so it cannot be resolved. This can cause problems for instance during redirects. We have added --hostname_lookup false to the Master startup flags so when it redirects it uses the container's IP address instead of the hostname.
  • minimesos version command which prints version from the MANIFEST.MF file
  • Refactoring of Gradle files. Lot of duplicated code has been removed
  • Upgrade to Docker Java 3.0.0

See installation and building instructions on http://minimesos.readthedocs.org/en/0.9.0/ and http://minimesos.org

0.9.0

8 years ago

The major changes from the previous major release:

  • minimesos ps and minimesos uninstall commands
  • possibility to use tokens, which are printed by minimesos info, in JSON files for Marathon
  • paths to configuration and Marathon JSON files can be relative, absolute or URLs
  • minimesos up does not start cluster unless configuration file is available
  • Java API starts cluster based on configuration file too
  • minimesos builds are moved to Travis CI http://container-solutions.com/moved-ci-jenkins-travis/
  • Vagrantfile with prepared for minimesos box
  • Bug fixes

See installation and building instructions on http://minimesos.readthedocs.org/en/0.9.0/ and http://minimesos.org