Releases: lyft/cni-ipvlan-vpc-k8s
Releases · lyft/cni-ipvlan-vpc-k8s
v0.6.3
Fixes issues around bulk allocation and the registry
Cleanup links and iptables rules appropriately
This release garbage collects links and iptables rules.
v0.6.1
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
- Use the AWS API to retrieve instance network limits
- Add IP allocation batching
v0.5.3
- Support more instance families and types from AWS
v0.5.2
- Allow building multi-arch images through the Makefile
v0.5.1
- 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
- New AWS instance support
- Support node_port instances
- Harden NAT rules
Thanks to all of our contributors!
v0.4.2
Add ENI limits for all new instance types (#54)
v0.4.0
move to chained CNI execution (#47)
* move to chained CNI execution
* update supported runtime docs