Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.8 KB

2020.09.0

  • Feature - Support multiple IP (v4 and v6) addresses per interface. #98

2019.10.0

  • Enhancement - Add MTU field into ENI config. #95
  • Enhancement - Add stay-down config to ENI plugin. #94

2019.06.0

  • Bug - Fixed race condition in ecs-bridge plugin. #90

2018.10.0

  • Enhancement - Remove dependency on DHCP client. #83

2018.08.0

  • Enhancement - Reduced the ENI plugin execution time by removing the dependency on instance metadata service (by adding the subnetgateway-ipv4-address config flag). #81

2018.02.0

  • Bug - Fixed an issue where container wasn't able to talk to agent endpoint. #73
  • Enhancement - Use the CNI_IFNAME in ecs-eni plugin as the ENI interface name. #59

2018.01.1

  • Enhancement - Increase the timeout to 1 minute for ecs-eni to retrieve MAC address of eni from instance metadata. #69

2018.01.0

  • Enhancement - Increase the timeout for ecs-eni to retrieve MAC address of eni from instance metadata. #66

2017.10.1

  • Bug - Add retry in ecs-eni for retrieving MAC address of eni from ec2 instance metadata. #62

2017.10.0

  • Feature - Implement ecs-eni, ecs-bridge and ecs-ipam plugins to provision ENIs for containers.