Releases: projectcalico/calico-bgp-daemon
Releases · projectcalico/calico-bgp-daemon
v0.2.2
Features added in this release:
- Improved logging with log levels specified by the env variable CALICO_BGP_LOGSEVERITYSCREEN (284afd5)
- Ability for the IPAM cache to be updated with nested nodes (93d37c3)
- Updated GoBGP to version
v1.22
v0.2.1
Bugfix: Reinject BGP routes when local interface address is updated ( b598771 )
v0.2.0
Features added in this release:
- Support for IP-in-IP (86e0706)
- Support workloads across multiple hosts using same /26 (e61c9ca)
- Support for AS dot notation (081cbb5)
- And some bugfixes.
This version should have feature parity with BIRD backend
Version command
This release adds the -v
flag to report the version
v0.1.1
Merge pull request #10 from gunjan5/pin-libcalico100rc6
pin libcalico-go v1.0.0-rc6
v0.1.1-rc3
Update to use libcalico-go v1.0.0-rc6
Update to use the latest libcalico-go
662bd25 Use libcalico-go v1.0.0-rc2
Changes required for the new calicoctl + etcd connection bugfix
- a2071c3 Changes required for the new Go calicoctl (v1.0.0) node status command support
- 5799754 Bugfix: handle ETCD_ENDPOINTS (calico-bgp-daemon wouldn't detect etcd when it's started with calicoctl node run)