Skip to content

Releases: projectcalico/libnetwork-plugin

v1.1.3

30 May 16:48
bc9dade
Compare
Choose a tag to compare

Changelog

  • f57ee3c Adding support for ppc64le.
  • cb53424 Update docker target to use DIND_IMAGE variable.
  • bfdb669 Changing dist-$ARCH to dist/$ARCH to be consistent with cni and bgb.
  • 2984a71 Pin version of docker
  • 1f34da8 Pin docker version
  • 1c1e627 Update libcalico
  • c29718d Update GOBUILD to v0.12
  • 07c6951 IPAM: allocate when docker network has subnet
  • 9617cb2 WIP: Add test case to prove IPAM is fixed

libnetwork-plugin v1.1.2

20 Dec 22:56
12419e6
Compare
Choose a tag to compare

libnetwork-plugin: v1.1.2:

  • MTU of veth endpoints created by calico-libnetwork can now be configured using CALICO_LIBNETWORK_VETH_MTU - #164

v1.1.2-rc

15 Dec 01:02
12419e6
Compare
Choose a tag to compare
v1.1.2-rc Pre-release
Pre-release

Pre-release for testing purposes only.

v1.1.1

22 Nov 23:09
dac3a40
Compare
Choose a tag to compare

v1.1.1

v1.1.0

18 Jan 22:56
Compare
Choose a tag to compare

Documentation for this release can be viewed at http://docs.projectcalico.org/v2.0/getting-started/docker

Notable Features

  • Added endpoint labeling feature (thanks @rtoma)
  • User provided MAC address support (thanks @bjwbell)
  • Return errors if users try to pass the --internal or --gateway flags when creating a network (these have no meaning when using Calico)

Plus a number of small fixes and build improvements.

Full list of changes - v1.0.0...v1.1.0

v1.0.0 - Golang!

15 Dec 00:31
Compare
Choose a tag to compare

Documentation for this release can be viewed at http://docs.projectcalico.org/v2.0/getting-started/docker

Notable Features

Go rewrite

06 Nov 04:54
Compare
Choose a tag to compare
Go rewrite Pre-release
Pre-release

Rewrite of libnetwork plugin in Go.

This removes support for a couple of things

  • IPv6 (though we expect to add this back in soon)
  • Support for using a non-Calico IPAM driver

There is also another important change - the calico IPAM driver is renamed from calico to calico-ipam.

To create networks
docker network create --driver=calico --ipam-driver=calico-ipam network_name

Allow the plugin to installed with pip

28 Oct 20:48
Compare
Choose a tag to compare

Add setup.py to make the plugin pip installable

v0.9.0...v0.10.0

Use ETCD_ENDPOINTS when specified

12 Aug 23:17
Compare
Choose a tag to compare

Use latest libcalico - fixes ETCD_ENDPOINTS not being used.

v0.8.0...v0.9.0

Allow docker run to specify a container IP

01 Mar 03:24
Compare
Choose a tag to compare

Fix the plugin to allow a specific IP to be used for a container (--ip option on docker run).

ST updates to re-enable SSL etcd.

v0.7.0...v0.8.0