Releases: lyft/cni-ipvlan-vpc-k8s
Releases · lyft/cni-ipvlan-vpc-k8s
v0.3.1
- Fix an issue with nil pointers when VPC peering connections are parsed.
v0.3.0
Fixes #23, #14, #22, #21
- Add delayed GC support by running the -tool with a new registry-gc option and using deferred deallocation in the IPAM plugin.
- Workaround bugs on some C5 and M5 class hardware with the AWS metadataservice
- Support routing to VPC peers through the VPC IPvlan interface.
v0.2.1
Fix #15 - use the primary IP on newly made ENI adapters
v0.2.0
- Fixes issues relating to Docker free-IP detection
- No longer loses the source IP address when using kube-proxy based service IPs.
v0.1.8
This release includes a new tool
flag to filter subnets when creating interfaces. This is useful to pre-warm a secondary interface when launching a new kubelet.
Syntax:
cni-ipvlan-vpc-k8s-tool new-interface --subnet_filter=tagKey=tagValue sg-12345678...
v0.1.7
Initial public release. This version is based on Lyft's internal version.