- Enhancement - Migrate to Go modules. #113
- Feature - Support multiple IP (v4 and v6) addresses per interface. #98
- Enhancement - Add
MTU
field into ENI config. #95 - Enhancement - Add
stay-down
config to ENI plugin. #94
- Bug - Fixed race condition in ecs-bridge plugin. #90
- Enhancement - Remove dependency on DHCP client. #83
- Enhancement - Reduced the ENI plugin execution time by removing the
dependency on instance metadata service (by adding the
subnetgateway-ipv4-address
config flag). #81
- Bug - Fixed an issue where container wasn't able to talk to agent endpoint. #73
- Enhancement - Use the
CNI_IFNAME
inecs-eni
plugin as the ENI interface name. #59
- Enhancement - Increase the timeout to 1 minute for
ecs-eni
to retrieve MAC address of eni from instance metadata. #69
- Enhancement - Increase the timeout for
ecs-eni
to retrieve MAC address of eni from instance metadata. #66
- Bug - Add retry in
ecs-eni
for retrieving MAC address of eni from ec2 instance metadata. #62
- Feature - Implement
ecs-eni
,ecs-bridge
andecs-ipam
plugins to provision ENIs for containers.