Releases: projectcalico/libcalico-go
Releases · projectcalico/libcalico-go
v1.5.0
This release of libcalico-go includes the following main features:
- Add support of the remaining BGP configuration type to the Kubernetes API datastore backend
- Introduce new Nets fields to profile and policy rules to allow specification of multiple CIDRs. Old Net fields are considered deprecated.
- Addition of pre-DNAT option in policy.
v1.4.5
- Fix validation of IP Pools when requesting IP addresses using Calico IPAM #456
v1.4.4
Fix accidental breakage of selector interface. Found when trying to build Felix against 1.4.3.
v1.4.3
- Fix that a nil IP address on a node was translated to an interface containing a nil instead of a nil interface. (#450)
v1.4.2
KDD: Fix that node updates did not trigger HostConfig updates.
v1.4.1
Fix that KeyToDefaultPath()
failed to undo /
escaping.
v1.4.0
- Update KDD to use NetworkPolicy v1 semantics instead of v1beta1 #441
- Update KDD to resync individual resources #443
- Update SystemNetworkPolicy to alpha apigroup #444
v1.3.0
- KDD: Add SystemNetworkPolicy
- KDD: Restart watches when they timeout without needing a full resync
- KDD: Update client-go pin
- IP Pool validation improvements
v1.2.2
#420 Close watches in KDD when resyncing
v1.2.1
[Bugfix] list WEP and Policy should return empty KVP lists
[Bugfix] return ErrorResourceDoesNotExist when pod is not ready to be displayed #416