Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.54.1 - 20210726

27 Jul 18:29
Compare
Choose a tag to compare

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

12 Jul 17:52
Compare
Choose a tag to compare

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

28 Jun 23:46
Compare
Choose a tag to compare

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

11 Jun 22:02
Compare
Choose a tag to compare

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

21 May 22:40
Compare
Choose a tag to compare

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

15 May 19:14
Compare
Choose a tag to compare

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

30 Apr 00:14
Compare
Choose a tag to compare

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

01 Apr 18:36
Compare
Choose a tag to compare
  • 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

19 Mar 23:17
Compare
Choose a tag to compare

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

22 Feb 22:50
Compare
Choose a tag to compare

1.50.2

  • Bug - Fix potential deadlock when task updates collide with seelog's string marshalling of tasks #2811