Skip to content

Releases: projectcalico/libcalico-go

v1.1.3

15 Mar 22:45
42a36f7
Compare
Choose a tag to compare

Changes since last release
Handle missing node better #362
Always update k8s backend label cache (fixes #368) #369

v1.1.2

08 Mar 18:02
5fb0239
Compare
Choose a tag to compare

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

28 Feb 23:07
Compare
Choose a tag to compare

#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

10 Feb 17:55
Compare
Choose a tag to compare

Add subnet to per-node BGP config (#308)
Fix that get of host config returned nil instead of error. (#339)

v1.1.0-rc1

07 Feb 14:22
Compare
Choose a tag to compare
v1.1.0-rc1 Pre-release
Pre-release
  • Add subnet to per-node BGP config (#308)
  • Fix that get of host config returned nil instead of error. (#339)

v1.0.3

07 Feb 15:18
Compare
Choose a tag to compare

Fix that get of host config returned nil instead of error. (#339)

v1.0.2

31 Jan 00:59
Compare
Choose a tag to compare

#331: Graceful handling of invalid Namespace annotations.
#332: Fix egress from selected pods.
#335: Fix bad handling of multiple rules.

v1.0.1

24 Jan 06:31
Compare
Choose a tag to compare

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

14 Dec 23:52
Compare
Choose a tag to compare

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

13 Dec 23:45
Compare
Choose a tag to compare
v1.0.0-rc6 Pre-release
Pre-release
  • Fix label key/value validation