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

Releases: ContainerSolutions/minimesos

0.8.0

30 Mar 09:41
Compare
Choose a tag to compare

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. Set minimesos.mapAgentSandboxVolume=true in minimesosFile
  • Faster build of minimesos docker image
  • Possibility to execute Marathon tasks by adding minimesos.marathon.app elements to minimesosFile
  • Created by minimesos init cluster configuration includes Weave Scope https://www.weave.works/products/weave-scope/, which becomes available on port 4040 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

14 Mar 15:13
Compare
Choose a tag to compare

The major changes from the previous major release:

  • Using minimesosFile with Groovy DSL to configure parameters of the cluster
  • New minimesos init command to generate minimesosFile 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

09 Mar 13:01
Compare
Choose a tag to compare

The major changes from the previous release:

  • Using minimesosFile with Groovy DSL to configure parameters of the cluster
  • New minimesos init command to generate minimesosFile 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

19 Feb 13:17
Compare
Choose a tag to compare

The major changes from the previous release:

  • minimesos install command for running Marathon tasks from CLI
  • minimesos 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

19 Feb 12:14
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

pre-release

0.5.0

04 Dec 13:50
Compare
Choose a tag to compare

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

15 Oct 12:45
Compare
Choose a tag to compare
0.4.0-rc1 Pre-release
Pre-release

Release candidate for 0.4.0

  • Marathon support
  • Minor fixes

0.4.0

15 Oct 14:37
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Marathon support
  • Minor fixes in cli

0.3.0

13 Oct 13:17
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

This release contains the minimesos CLI command and a refactoring to move from Docker-in-Docker to a flat container structure.

0.2.9

09 Sep 15:35
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release
  • MesosCluster has a builder method for configuring the cluster