Skip to content

Releases: lyft/cni-ipvlan-vpc-k8s

v0.6.3

22 Apr 20:29
59cad49
Compare
Choose a tag to compare

Fixes issues around bulk allocation and the registry

Cleanup links and iptables rules appropriately

21 Apr 20:38
eaf76ae
Compare
Choose a tag to compare

This release garbage collects links and iptables rules.

v0.6.1

19 Mar 18:16
8e6f843
Compare
Choose a tag to compare
Handle unavailability of limits (#80)

Sometimes, the AWS API does not know about an instance type that
should exist, so lets make sure to always do "something" and not block
all pods and network activity.

v0.6.0

16 Mar 00:04
7d4634d
Compare
Choose a tag to compare
  • Use the AWS API to retrieve instance network limits
  • Add IP allocation batching

v0.5.3

16 Dec 22:40
b64dc4a
Compare
Choose a tag to compare
  • Support more instance families and types from AWS

v0.5.2

16 Dec 22:20
cfc3841
Compare
Choose a tag to compare
  • Allow building multi-arch images through the Makefile

v0.5.1

19 Nov 05:31
782697c
Compare
Choose a tag to compare
  • Migrate to Go modules on Go 1.13 (#72)
  • Allow specifying the maximum number of pods, not just the ENI limit (#69)
  • Inherit MTU from main interface (#66)
  • Updates ENI Limits (#71)

v0.5.0

25 Feb 23:42
Compare
Choose a tag to compare
  • New AWS instance support
  • Support node_port instances
  • Harden NAT rules

Thanks to all of our contributors!

v0.4.2

22 Aug 14:51
Compare
Choose a tag to compare
Add ENI limits for all new instance types (#54)

v0.4.0

24 Jul 00:05
2873a71
Compare
Choose a tag to compare
move to chained CNI execution (#47)

* move to chained CNI execution

* update supported runtime docs