Skip to content

Releases: projectcalico/bird

v0.3.2

19 Jan 18:44
d302aec
Compare
Choose a tag to compare

Includes fixes:
#53: Check interface index when scanning routes

v0.3.1

15 May 16:27
Compare
Choose a tag to compare

Fix for the tunneled route flapping issue documented in #37 and #38.

v0.3.0

04 Apr 10:55
Compare
Choose a tag to compare

Merge Calico's BIRD patches with the upstream BIRD 1.6.3 code.

Calico's BIRD fork was previously based on BIRD 1.5.0, so this merge brings in the following upstream BIRD changes (notes from http://bird.network.cz/?o_news).

  • 1.6.0 (29.4.2016) RIP protocol redesigned, new protocol babel, BGP multipath added.
  • 1.6.1 (22.9.2016) IPv6 ECMP support, several improvements in filters, kernel protocol, babel, memory leak in BGP multipath fixed.
  • 1.6.2 (29.9.2016) Fixed serious bug of the previous version.
  • 1.6.3 (22.12.2016) Large BGP communities, new authentication in BFD, RIP and OSPF.

Of particular interest for Calico is the BGP multipath and ECMP support - see the documentation for merge paths at http://bird.network.cz/?get_doc&f=bird-6.html#ss6.3. It means that if a deployment has multiple equal cost routes between its compute hosts, traffic between workloads on those hosts will be automatically balanced across the available routes.

v0.2.2-alpha2

24 Mar 10:38
Compare
Choose a tag to compare
v0.2.2-alpha2 Pre-release
Pre-release

Experimental alpha pre-release with merge of upstream BIRD v1.6.3 code.

v0.2.2-alpha1

16 Mar 18:38
Compare
Choose a tag to compare
v0.2.2-alpha1 Pre-release
Pre-release

Experimental alpha pre-release with merge of upstream BIRD v1.6.3 code.

v0.2.1

02 Mar 18:48
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Introduction of a versioned calico/routereflector image. The v0.2.1 image now supports ETCD_ENDPOINTS in preference to ETCD_AUTHORITY.

Bird binaries are identical to the v0.2.0 release.

v0.2.0-rc1

29 Nov 20:17
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release
Merge pull request #25 from projectcalico/pr-21-nj

kernel protocol: Backported two bugfix from BIRD upstream; fix with broken tunnel routes issue

v0.2.0: Merge pull request #25 from projectcalico/pr-21-nj

08 Dec 20:05
Compare
Choose a tag to compare
kernel protocol: Backported two bugfix from BIRD upstream; fix with broken tunnel routes issue

First "release" with IPIP functionality

18 Aug 17:22
Compare
Choose a tag to compare
Pre-release
Merge pull request #8 from projectcalico/rlb-add-docker-build-rr

Add route reflector clustering, including ability to assign a cluster ID per RR