Version v0.8.0 New libnetwork plugin integration
Pre-releaseThis release updates calico-docker
to utilize the latest libnetwork-plugin that uses the latest libnetwork and IPAM APIs that are part of the current Docker 1.9 development. The latest libnetwork plug-in image is reduced to just containing the libnetwork plugin, and no longer wrpas up the plug in with the calico-node (felix, bird and confd).
calicoctl node --libnetwork
now spins up both the calico/node and calico/libnetwork-node containers together.
If you plan on using Calico with libnetwork, an development Docker build is required to make use of the new libnetwork architecture.
The changes in the Project Calico fork of python-etcd have now been upstreamed to the core etcd repo. This release now uses the upstream version of etcd (>=v4.2)
Notable Merges:
- #494: Upgrade calico-kubernetes to
[email protected]
- #469: Rework confd templates to reduce confd churn
- #508: Adding auto_assigning IP logic to calicoctl container
- #510: Add new calicoctl ipam commands
- #516: calicoctl node starts/stops libnetwork plugin as separate container
- #526: Use upstream etcd
- #528: Add route aggregation based on IPAM
Project Calico module updates: