This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Releases: projectcalico/libcalico
Releases · projectcalico/libcalico
v0.19.0 - Handle new NODENAME environment in calico/node plus test enhancements
v0.18.0 - Custom BIRD Filter Support and Bugfixes
Allow TLS connections to etcdv3 clusters
Notable merges:
#142 Allow TLS connections to etcdv3 clusters
API CHANGE: Validation updates, Rules data does not require ID, Endpoint name maintained
API CHANGE - Next-tiers, IPAM enhancements, restructuring
Non back-compatible API changes
#105 Change get_host_ips to return IPAddress objs, not strings
Other changes
#111 Add and test new validate_port_str utility
#106 Add ipam directories to etcd when no pools defined
#102 Randomise selection order for new affine blocks
#108 Support next-tier action
#109 Disable felix status reporting by default
#112 Move test utils to libcalico
#114 Add prometheus client to dependencies
#116 Update to new CLA process
API CHANGE - Remove the need to set the next hop addresses on a host.
API Changes
- Remove get_default_next_hops() from DatastoreClient
- Remove .ipv4_gateway and .ipv6_gateway fields from Endpoint class.
- Change signature of netns.add_ns_default_route(). It now takes the name of the host end of the veth as the second argument instead of the next_hop IP.
All changes are in this commit ac3cbc4
Support selector based policy, ETCD_ENDPOINTS
This release provides the following:
- Build container changes - new python and frozen requirements
- Selector based policy
- ETCD_ENDPOINTS support
- Other misc fixes and improvements
IP Pool CIDR verification, improved IPAM error handling and use latest version of docker-py
This release provides the following:
- IP Pool CIDR verification to ensure CIDR network is at least a /23 as required for Calico IPAM.
- Improved error handling of etcd data connection issues with the Calico IPAM module
- Update docker-py to include API version that has Docker network inspection
Add build container
This release moves the calico/build container into this repo.