Releases: lyft/cni-ipvlan-vpc-k8s
Releases · lyft/cni-ipvlan-vpc-k8s
v0.6.3
22 Apr 20:29
Compare
Sorry, something went wrong.
No results found
Fixes issues around bulk allocation and the registry
Cleanup links and iptables rules appropriately
21 Apr 20:38
Compare
Sorry, something went wrong.
No results found
This release garbage collects links and iptables rules.
v0.6.1
19 Mar 18:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Use the AWS API to retrieve instance network limits
Add IP allocation batching
v0.5.3
16 Dec 22:40
Compare
Sorry, something went wrong.
No results found
Support more instance families and types from AWS
v0.5.2
16 Dec 22:20
Compare
Sorry, something went wrong.
No results found
Allow building multi-arch images through the Makefile
v0.5.1
19 Nov 05:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add ENI limits for all new instance types (#54)
v0.4.0
24 Jul 00:05
Compare
Sorry, something went wrong.
No results found
move to chained CNI execution (#47)
* move to chained CNI execution
* update supported runtime docs