Releases: projectcalico/netmodules-plugin
v0.1.6 - libcalico update
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
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
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
Dependencies
Go to the calico-docker repository to read our docs on installing Mesos with Calico Networking.
v0.1.2 - RPM Installation
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
Features:
- Workaround fix for Host affinity issues caused by socket Hostname - issue #39
- Fix issue where profiles weren't assigned to endpoints unless they were also being created
Dependencies:
Initial Release
WARNING: This release contains a breaking profile bug. Use v0.1.1
Dependencies: