Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Releases: ContainerSolutions/minimesos

0.13.0

10 Mar 19:32
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.13.0'.

0.12.0

28 Feb 11:05
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.12.0'.

0.11.1

18 Jan 19:44
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.11.1'.

0.11.0

18 Jan 19:34
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.11.0'.

0.10.3

18 Jan 19:19
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.10.3'.

0.10.2

05 Aug 12:40
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.10.2'.

0.10.1

04 Aug 11:14
Compare
Choose a tag to compare
  • Set Mesos 1.0.0 as the default version #490

0.10.0

03 Aug 16:56
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.10.0'.

0.9.1

21 Jul 11:25
Compare
Choose a tag to compare

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

04 May 14:51
Compare
Choose a tag to compare

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