Releases: projectcalico/libcalico-go
Releases · projectcalico/libcalico-go
v1.1.3
Changes since last release
Handle missing node better #362
Always update k8s backend label cache (fixes #368) #369
v1.1.2
Changes since last release:
#365 Changing k8s cluster type name
#363 Add validation for backend Rules.
#364 Default port protocol to TCP when converting k8s rules to backend rules.
v1.1.1
#341 Additional logging in K8s datastore driver
#343 Prevent tight loop due to repeated net errors
#344 Validate IPIP mode
#347 Validate API data
#350 Don’t send hostNetwork pods through in snapshots
#352 Additional logging when Node name is missing in k8s snapshot
#353 Fix List processing of IP pools in k8s driver, and add e2e UTs
v1.1.0
Add subnet to per-node BGP config (#308)
Fix that get of host config returned nil instead of error. (#339)
v1.1.0-rc1
- Add subnet to per-node BGP config (#308)
- Fix that get of host config returned nil instead of error. (#339)
v1.0.3
Fix that get of host config returned nil instead of error. (#339)
v1.0.2
#331: Graceful handling of invalid Namespace annotations.
#332: Fix egress from selected pods.
#335: Fix bad handling of multiple rules.
v1.0.1
0b0d4b9 Support for ipPools with k8s backend.
7c09c32 Global init process for backends.
6253276 [bugfix] for policies not working because of /
in the labels.
And, various other minor bugfixes and improvements
v1.0.0 - Introducing libcalico-go
Libcalico-go is Calico's new, supported golang library used by calicoctl
, calico-cni
, felix
, and calico/node
to communicate with etcd and perform basic networking operations. This v1.0.0 release notably introduces data-structures used in the new resource-based calicoctl
tool.
v1.0.0-rc6
- Fix label key/value validation