Releases: ContainerSolutions/minimesos
0.8.0
The major changes from the previous major release:
Consul
&Registrator
are default parts of the cluster to enable service discovery- Possibility to map Agents' sandboxes to
.minimesos
folder. Setminimesos.mapAgentSandboxVolume=true
inminimesosFile
- Faster build of
minimesos
docker image - Possibility to execute Marathon tasks by adding
minimesos.marathon.app
elements tominimesosFile
- Created by
minimesos init
cluster configuration includes Weave Scope https://www.weave.works/products/weave-scope/, which becomes available on port4040
of the docker host - Bug fixes
See installation and building instructions on http://minimesos.readthedocs.org/en/0.8.0/ and http://minimesos.org
0.7.1
The major changes from the previous major release:
- Using
minimesosFile
with Groovy DSL to configure parameters of the cluster - New
minimesos init
command to generateminimesosFile
with default values - Although version of Apache Mesos, which is used by default, remains 0.25, versions 0.26 and 0.27 are supported too
- Cleaner handling of problems to find required docker images
- Configurable Mesos logging level. Either on entire cluster level or per master and agent
- Marathon 15.3 is used by default
- To match terminology of Apache Mesos, Slaves are replaced by Agents through entire code and configuration
- Bug fixes
- Working with minimesos from directories with spaces in the path
See installation and building instructions on http://minimesos.readthedocs.org/en/0.7.1/ and http://minimesos.org
0.7.0
The major changes from the previous release:
- Using
minimesosFile
with Groovy DSL to configure parameters of the cluster - New
minimesos init
command to generateminimesosFile
with default values - Although version of Apache Mesos, which is used by default, remains 0.25, versions 0.26 and 0.27 are supported too
- Cleaner handling of problems to find required docker images
- Configurable Mesos logging level. Either on entire cluster level or per master and agent
- Marathon 15.3 is used by default
- To match terminology of Apache Mesos, Slaves are replaced by Agents through entire code and configuration
See installation and building instructions on http://minimesos.readthedocs.org/en/0.7.0/ and http://minimesos.org
0.6.1
The major changes from the previous release:
minimesos install
command for running Marathon tasks from CLIminimesos state
command for retrieving state of Mesos Master or Agent- Parameterized ZooKeeper image
- Browsable on host content of Mesos sandboxes
- Configurable in CLI number of Mesos Agents
- Configurable timeout for cluster startup time
- Strict naming convention for members of minimesos cluster
- Improved minimesos shell script
- Code refactoring, cleaner Java API
- Resolved large number of issues
- Installation without
sudo
- Tested with frameworks from http://mesosframeworks.com/
See installation and building instructions on http://minimesos.readthedocs.org/en/latest/ and http://minimesos.org
0.6.0
pre-release
0.5.0
The major changes from the previous release:
- changed installation procedure,
- running short-living
minimesos
process in Docker container, - support for building and running with Docker Machine,
- compatible with Docker 1.8 and 1.9,
- refactoring of the cluster configuration code,
- adding Marathon as standard component of the cluster,
- support for running multiple clusters from different directories,
- reporting Mesos and Marathon URLs after starting the cluster
and fixes for a number of issues
See installation and building instructions on http://minimesos.readthedocs.org/en/latest/
0.4.0-rc1
Release candidate for 0.4.0
- Marathon support
- Minor fixes
0.4.0
- Marathon support
- Minor fixes in cli
0.3.0
This release contains the minimesos CLI command and a refactoring to move from Docker-in-Docker to a flat container structure.
0.2.9
- MesosCluster has a builder method for configuring the cluster