Releases: aws/amazon-ecs-agent
Releases · aws/amazon-ecs-agent
Amazon ECS Agent - v1.44.3 - 20200904
Amazon ECS Agent - v1.44.2 - 20200828
Amazon ECS Agent - v1.44.1 - 20200827
- Bug - Fixes a bug where ENI is attached before Agent starts and there is a delay in acknowledgement of ENI attachment by Agent #2581
- Bug - Fixes a deadlock scenario when the agent restores the state from its data file and the tasks are using environment files feature #2580
- Bug - Fixed a bug that can cause stats endpoint to return empty response to container that just starts up #2578
- Bug - Fixed a bug where parsing logic from env var parsing was introducing error depending on the value #2573
Amazon ECS Agent - v1.44.0 - 20200820
- Feature - Add support for customers to configure the destination for the Agent container logs, by setting a Docker-supported logging driver in the Agent config file - #2548
- Enhancement - Agent's internal state management mechanism is changed from a custom json state file to boltdb. This change is made to reduce its resource consumption especially under high task density/mutation rate - #2562
Amazon ECS Agent - v1.43.0 - 20200807
- Feature - Collect network stats for awsvpc network mode and display network rate stats for bridge and awsvpc network mode through v4 metadata endpoint - #2545
Amazon ECS Agent - v1.42.0 - 20200730
Amazon ECS Agent - v1.41.1 - 20200709
Amazon ECS Agent - v1.41.0 - 20200625
Amazon ECS Agent - v1.40.0 - 20200604
- Enhancement - Agent's default stats gathering is changing from docker streaming stats to polling. This should not affect the metrics that customers ultimately see in cloudwatch, but it does affect how the agent gathers the underlying metrics from docker. This change was made for considerable performance gains. Customers with high CPU loads may see their cluster utilization increase; this is a good thing because it means the containers are utilizing more of the cluster, and agent/dockerd/containerd are utilizing less #2452
- Enhancement - Adds a jitter to this so that we don't query docker for every container's state all at the same time #2444
- Bug - Register custom logger before it gets used to ensure that the formatter is initiated before it is loaded #2438
Amazon ECS Agent - v1.39.0 - 20200402
- Feature - Add support for bulk loading env vars through environmentFiles field in task definition #2420
- Feature - Add v4 task metadata endpoint, which includes additional network information compared to v3 #2396
- Bug - Fixed an edge case that can cause task failed to start when using container ordering success condition #2404.