Releases: aws/amazon-ecs-agent
Releases · aws/amazon-ecs-agent
Amazon ECS Agent - v1.54.1 - 20210726
1.54.1
- Enhancement - Get container's exit code from docker event in case we receive a container die event, but fail to inspect the container. Previously the container's exit code was left as null in this case. #2940
Amazon ECS Agent - v1.54.0 - 20210708
1.54.0
- Feature - ECS EC2 task networking for Windows tasks #2915
- Bug - Upgrading the amazon-vpc-cni plugins submodule to address a bug on Windows Server 2004 and Windows Server 20H2 platforms #2930
Amazon ECS Agent - v1.53.1 - 20210624
1.53.1
- Bug - Fix broken DataDir/Checkpoint file configuration #2897
- Enhancement - Update Docker Library to v19.03.11 #2905
Amazon ECS Agent - v1.53.0 - 20210614
1.53.0
- Bug - Revert change that registered Windows ECS Instances using specific OSFamilyType #2859 to address #2881
- Bug - Fix an edge case that could incorrectly mark a task as STOPPED when Docker crashes while stopping a container #2885
Amazon ECS Agent - v1.52.2 - 20210519
1.52.2
- Enhancement - Validate agent config file path permission on Windows #2866
- Bug - Fix potential goroutine leak when closing websocket connections #2854
- Bug - Fix a bug where a task can be stuck in RUNNING indefinitely when a container can't be stopped due to an unresolved docker bug (see also the open PR in moby to fix the bug).
Amazon ECS Agent - v1.52.1 - 20210514
1.52.1
- Enhancement - Register Windows ECS Instances using specific OSFamilyType #2859
- Enhancement - Add retries while retrieving instance-id using EC2 Instance metadata service api #2861
Amazon ECS Agent - v1.52.0 - 20210429
1.52.0
- Enhancement - Support for ECS EXTERNAL launch type (ECS Anywhere) #2849
- Enhancement - Add support for ECS agent to acknowledge server heartbeat messages #2837
Amazon ECS Agent - v1.51.0 - 20210402
- Enhancement - Add configurable agent healthcheck localhost ip env var. #2834
- Bug - Fix bug that could incorrectly clean up pause container before other containers. #2838
- Bug - Fix task's network stats by omitting pause container in the network metrics calculation. #2836
Amazon ECS Agent - v1.50.3 - 20210317
1.50.3
- Enhancement - Eliminate benign docker stats "context canceled" warning messages from logs #2813
- Bug - Fix bug where pause container was not always cleaned up #2824
Amazon ECS Agent - v1.50.2 - 20210222
1.50.2
- Bug - Fix potential deadlock when task updates collide with seelog's string marshalling of tasks #2811