Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.31.0 - 2019-09-19

19 Sep 18:13
Compare
Choose a tag to compare
  • Feature - Add support for showing container's ImageDigest Pulled from ECR in ECS DescribeTasks #2201
  • Enhancement - Add more functionalities to firelens (log router) feature: allow including external config from s3 and local file; add fluent logger support for bridge and awsvpc network mode; add health check support for aws-for-fluent-bit image
  • Enhancement - Add support for Windows Named Pipes in volumes @ericdalling #2185

Amazon ECS Agent - v1.30.0 - 2019-08-22

22 Aug 23:29
Compare
Choose a tag to compare
  • Feature - Add log router support (beta)
  • Feature - Add elastic inference support
  • Feature - Add support for showing container's Docker ID in ECS DescribeTasks and StopTask APIs #2138

Amazon ECS Agent - v1.29.1 - 2019-07-11

12 Jul 22:22
Compare
Choose a tag to compare
  • Enhancement - Update task cleanup wait logic to clean task resources immediately instead of waiting 3 hours #2084
  • Bug - Fixed Agent reporting incorrect capabilities on Windows #2070
  • Bug - Fixed a bug where Agent fails to invoke IPAM DEL command when cleaning up AWSVPC task #2085
  • Bug - Fixed a bug where task resource unmarshal error was ignored rather than returned #2098
  • Bug - Update amazon-vpc-plugins that allows AWSVPCTrunking to work without ec2-net-utils #2093

Amazon ECS Agent - v1.29.0 - 2019-06-13

13 Jun 16:51
Compare
Choose a tag to compare
  • Feature - Adds container network and storage metrics as part of ongoing work #2072

Amazon ECS Agent - v1.28.1 - 2019-06-06

06 Jun 20:32
Compare
Choose a tag to compare
  • Enhancement - Non-ECS images cleanup: clean up dangling images with image ID #2023
  • Bug - Pick up latest version of amazon-vpc-cni-plugins and amazon-ecs-cni-plugins to include recent bug fixes (f09fd7c, d90eebe, 06cbba2)
  • Bug - Fixed error detection case when image that is being deleted does not exist @bendavies #2008
  • Bug - Fixed a bug where docker volume deletion resulted in nullpointer #2059

Amazon ECS Agent - v1.28.0 - 2019-05-16

16 May 22:04
Compare
Choose a tag to compare
  • Feature - Introduce high density awsvpc tasks support
  • Enhancement - Introduce ECS_CGROUP_CPU_PERIOD to make cgroup cpu period configurable @boynux #1941
  • Enhancement - Add Private Host IPv4 address to container metadata @bencord0 #2000
  • Enhancement - Set terminal reason for volume task resource #2004
  • Bug - Fixed a bug where container health status is not updated when container status isn't changed #1972
  • Bug - Fixed a bug where containers in 'dead' or 'created' status are not cleaned up by the agent #2015

Amazon ECS Agent - v1.27.0 - 2019-04-17

17 Apr 23:32
Compare
Choose a tag to compare
  • Feature - Add secret support for log drivers

Amazon ECS Agent - v1.26.1 - 2019-03-21

28 Mar 16:38
Compare
Choose a tag to compare
  • Enhancement - Set up pause container user the same as proxy container when App Mesh enabled and pause container not using default image
  • Bug - Fixed a bug where network stats are not presented in container stats #1932

Amazon ECS Agent - v1.26.0 - 2019-02-28

07 Mar 23:35
Compare
Choose a tag to compare
  • Feature - Startup order can now be explicitly set via DependsOn field in the Task Definition #1904
  • Feature - Containers in a task can now have individual start and stop timeouts #1904
  • Feature - AWS App Mesh CNI plugin support #1898
  • Enhancement - Containers with links and volumes defined will now shutdown in the correct order #1904
  • Bug - Image cleanup errors fixed #1897

Amazon ECS Agent - v1.25.3 - 2019-02-15

22 Feb 20:51
Compare
Choose a tag to compare

1.25.3

  • Bug - Fixed a bug where agent no longer redirected malformed credentials or metadata http requests #1844
  • Bug - Populate v3 metadata networks response for non-awsvpc tasks #1833
  • Bug - Avoid image pull behavior type check for container namespaces pause image #1840