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

0.9.1

Compare
Choose a tag to compare
@frankscholten frankscholten released this 21 Jul 11:25
· 139 commits to master since this release

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