This repository has been archived by the owner on Jun 22, 2018. It is now read-only.
Releases: ContainerSolutions/minimesos
Releases · ContainerSolutions/minimesos
0.13.0
0.12.0
[Gradle Release Plugin] - creating tag: '0.12.0'.
0.11.1
[Gradle Release Plugin] - creating tag: '0.11.1'.
0.11.0
[Gradle Release Plugin] - creating tag: '0.11.0'.
0.10.3
[Gradle Release Plugin] - creating tag: '0.10.3'.
0.10.2
[Gradle Release Plugin] - creating tag: '0.10.2'.
0.10.1
0.10.0
[Gradle Release Plugin] - creating tag: '0.10.0'.
0.9.1
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 theMANIFEST.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
The major changes from the previous major release:
minimesos ps
andminimesos 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 forminimesos
box- Bug fixes
See installation and building instructions on http://minimesos.readthedocs.org/en/0.9.0/ and http://minimesos.org