Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Releases: projectcalico/netmodules-plugin

v0.1.6 - libcalico update

27 Apr 22:16
Compare
Choose a tag to compare

This release updates calico-mesos to use the latest libcalico.

Dependencies

Installation guides have moved to the calico-containers Mesos Documentation section

v0.1.5 - Static IP Requesting with Labels, and libcalico update

19 Apr 07:32
Compare
Choose a tag to compare

This release updates calico-mesos to use the latest libcalico, restoring compatibility with the latest calico-node. Additionally, we've added label parsing, allowing users to request a static IP address for their task by providing labels in their app definition. For example, to request an app with an IP Address of 192.168.2.1:

{
    "id":"/calico-apps",
    "apps": [
        {
            "id": "hello-world-1",
            "cmd": "ip addr && sleep 30",
            "cpus": 0.1,
            "mem": 64.0,
            "ipAddress": {
                "groups": ["my-group-1"],
                "labels": {
                  "ipv4_addrs": "['192.168.2.1']"
                }
            }
        }
    ]
}

PRs in this release-
#65 - Static IP Request
#61 - Update libcalico

Dependencies

For installation guides, unit files, and Dockerfiles, see calico-mesos-deployments

v0.1.4 - docs release

18 Feb 19:50
Compare
Choose a tag to compare

This release is primarily a documentation reorg.

This repository is now the home of solely calico_mesos plugin code.

Installation guides, unit files, and Dockerfiles have been moved to
https://github.com/projectcalico/calico-mesos-deployments

Dependencies

v0.1.3 - libcalico & RPM Updates

23 Dec 01:27
Compare
Choose a tag to compare

Dependencies

Go to the calico-docker repository to read our docs on installing Mesos with Calico Networking.

v0.1.2 - RPM Installation

13 Nov 00:53
Compare
Choose a tag to compare

Features

  • Makefile includes option to create an RPM

Dependencies

Go to the calico-docker repository to read our docs on installing Mesos with Calico Networking.

v0.1.1 - Bugfixes

20 Oct 18:10
Compare
Choose a tag to compare

Features:

Dependencies:

Initial Release

17 Oct 00:09
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

WARNING: This release contains a breaking profile bug. Use v0.1.1

Dependencies: